Home
last modified time | relevance | path

Searched refs:requiringEsm (Results 1 – 1 of 1) sorted by relevance

/third_party/node/test/es-module/
Dtest-cjs-esm-warn.js12 const requiringEsm = path.resolve(fixtures.path('/es-modules/cjs-esm-esm.js')); constant
51 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` +