Home
last modified time | relevance | path

Searched defs:importDecl (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/src/services/refactors/
DconvertImport.ts63 …const importDecl = considerPartialSpans ? findAncestor(token, isImportDeclaration) : getParentNode… constant
141 const importDecl = toConvert.parent.parent; constant
161 const importDecl = toConvert.parent.parent; constant
/third_party/typescript/src/services/codefixes/
DfixUnusedIdentifier.ts33 const importDecl = tryGetFullImport(token); constant
104 const importDecl = tryGetFullImport(token); constant
/third_party/typescript/src/compiler/transformers/module/
DesnextAnd2015.ts202 const importDecl = factory.createImportDeclaration( constant
/third_party/typescript/src/services/
DorganizeImports.ts158 for (const importDecl of oldImports) { constant
295 const importDecl = defaultImports.length > 0 constant
DtextChanges.ts1554 const importDecl = getAncestor(node, SyntaxKind.ImportDeclaration)!; constant
/third_party/typescript/tests/baselines/reference/
DparserRealSource7.js155 var importDecl = <ImportDeclaration>ast; variable
/third_party/typescript/src/compiler/
Dprogram.ts2678 …const importDecl = factory.createImportDeclaration(/*modifiers*/ undefined, /*importClause*/ undef… constant
Dchecker.ts38676 const importDecl = importClause.parent; constant