Home
last modified time | relevance | path

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

/third_party/node/test/es-module/
Dtest-cjs-esm-warn.js11 const requiringCjsAsEsm = path.resolve(fixtures.path('/es-modules/cjs-esm.js')); constant
25 const { code, signal, stderr } = await spawnPromisified(execPath, [requiringCjsAsEsm]);
29 …`Error [ERR_REQUIRE_ESM]: require() of ES Module ${required} from ${requiringCjsAsEsm} not support…