Searched refs:requiringEsm (Results 1 – 1 of 1) sorted by relevance
12 const requiringEsm = path.resolve(fixtures.path('/es-modules/cjs-esm-esm.js')); constant51 const { code, signal, stderr } = await spawnPromisified(execPath, [requiringEsm]);55 …`Error [ERR_REQUIRE_ESM]: require() of ES Module ${required} from ${requiringEsm} not supported.\n`60 `Instead change the require of ${basename} in ${requiringEsm} to` +