Home
last modified time | relevance | path

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

/third_party/node/lib/internal/modules/cjs/
Dhelpers.js231 function hasEsmSyntax(code) { function
251 hasEsmSyntax, property
Dloader.js107 hasEsmSyntax,
1282 const usesEsm = hasEsmSyntax(content);
/third_party/node/lib/internal/modules/esm/
Dtranslators.js30 hasEsmSyntax,
134 hasEsmSyntax(content || readFileSync(filename, 'utf-8'))) {
/third_party/node/lib/internal/
Derrors.js1524 function(filename, hasEsmSyntax, parentPath = null, packageJsonPath = null) { argument
1537 if (hasEsmSyntax) {