Home
last modified time | relevance | path

Searched defs:hasEsmSyntax (Results 1 – 3 of 3) sorted by relevance

/third_party/node/lib/internal/modules/cjs/
Dhelpers.js231 function hasEsmSyntax(code) { function
251 hasEsmSyntax, property
/third_party/node/lib/internal/modules/
Dhelpers.js306 function hasEsmSyntax(code) { function
327 hasEsmSyntax, property
/third_party/node/lib/internal/
Derrors.js1533 function(filename, hasEsmSyntax, parentPath = null, packageJsonPath = null) { argument