Searched refs:pjson (Results 1 – 7 of 7) sorted by relevance
14 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') },
13 const pjson = path.resolve( constant36 `modules, or change "type": "module" to "type": "commonjs" in ${pjson} to ` +
44 [ '/es-modules/package-without-pjson/index.js', 'commonjs' ],
157 const pjson = readPackage(checkPath + sep);158 if (pjson.exists) {160 data: pjson,
1 import 'invalid-pjson';
145 pjson::document doc; in onDraw()
556 …nodejs/node/commit/f3e3429296)] - **module**: support main w/o extension, pjson cache (Guy Bedford…