Home
last modified time | relevance | path

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

/third_party/node/lib/internal/modules/
H A Dhelpers.js306 function hasEsmSyntax(code) { function
327 hasEsmSyntax,
/third_party/node/lib/internal/modules/esm/
H A Dtranslators.js35 hasEsmSyntax,
170 hasEsmSyntax(content || readFileSync(filename, 'utf-8'))) {
/third_party/node/lib/internal/modules/cjs/
H A Dloader.js108 hasEsmSyntax,
1394 const usesEsm = hasEsmSyntax(content);
/third_party/node/lib/internal/
H A Derrors.js1533 function(filename, hasEsmSyntax, parentPath = null, packageJsonPath = null) {
1546 if (hasEsmSyntax) {

Completed in 4 milliseconds