Searched defs:importStatement (Results 1 – 3 of 3) sorted by relevance
43 const importStatement = node.parent as TSESTree.ImportDeclaration; constant
88 …const importStatement = factory.createImportDeclaration(/*decorators*/ undefined, /*modifiers*/ un… constant
344 for (const importStatement of emittedImports) { constant