Home
last modified time | relevance | path

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

/third_party/typescript_eslint/packages/eslint-plugin-internal/src/rules/
Dno-typescript-default-import.ts43 const importStatement = node.parent as TSESTree.ImportDeclaration; constant
/third_party/typescript/src/compiler/transformers/
Djsx.ts88 …const importStatement = factory.createImportDeclaration(/*decorators*/ undefined, /*modifiers*/ un… constant
Ddeclarations.ts344 for (const importStatement of emittedImports) { constant