Home
last modified time | relevance | path

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

/third_party/node/test/es-module/
Dtest-esm-main-lookup.mjs14 await assert.rejects(import('../fixtures/es-modules/pjson-main'), {
16 url: fixtures.fileURL('es-modules/pjson-main').href,
20 { ...await import('../fixtures/es-modules/pjson-main/main.mjs') },
Dtest-cjs-esm-warn.js13 const pjson = path.resolve( constant
36 `modules, or change "type": "module" to "type": "commonjs" in ${pjson} to ` +
Dtest-esm-resolve-type.mjs44 [ '/es-modules/package-without-pjson/index.js', 'commonjs' ],
/third_party/node/lib/internal/modules/
Dpackage_json_reader.js157 const pjson = readPackage(checkPath + sep);
158 if (pjson.exists) {
160 data: pjson,
/third_party/node/test/fixtures/es-modules/
Dimport-invalid-pjson.mjs1 import 'invalid-pjson';
/third_party/skia/bench/
DJSONBench.cpp145 pjson::document doc; in onDraw()
/third_party/node/doc/changelogs/
DCHANGELOG_V9.md556 …nodejs/node/commit/f3e3429296)] - **module**: support main w/o extension, pjson cache (Guy Bedford…