Searched refs:requiringCjsAsEsm (Results 1 – 1 of 1) sorted by relevance
11 const requiringCjsAsEsm = path.resolve(fixtures.path('/es-modules/cjs-esm.js')); constant25 const { code, signal, stderr } = await spawnPromisified(execPath, [requiringCjsAsEsm]);29 …`Error [ERR_REQUIRE_ESM]: require() of ES Module ${required} from ${requiringCjsAsEsm} not support…