Searched defs:importStatement (Results 1 – 4 of 4) sorted by relevance
8 const importStatement = 'import { foo, notfound } from \'./module-named-exports.mjs\';'; constant
100 const importStatement = factory.createImportDeclaration( constant
88 …const importStatement = factory.createImportDeclaration(/*modifiers*/ undefined, factory.createImp… constant
370 for (const importStatement of emittedImports) { constant