module_simpleImport.mjs (97B)
1 import { x } from "./module_simpleExport.mjs"; 2 3 // eslint-disable-next-line no-undef 4 result = x;