Home
last modified time | relevance | path

Searched defs:importStatement (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/es-module/
Dtest-esm-export-not-found.mjs8 const importStatement = 'import { foo, notfound } from \'./module-named-exports.mjs\';'; constant
/third_party/typescript/src/compiler/transformers/module/
DesnextAnd2015.ts100 const importStatement = factory.createImportDeclaration( constant
/third_party/typescript/src/compiler/transformers/
Djsx.ts88 …const importStatement = factory.createImportDeclaration(/*modifiers*/ undefined, factory.createImp… constant
Ddeclarations.ts370 for (const importStatement of emittedImports) { constant