Searched defs:importDecl (Results 1 – 8 of 8) sorted by relevance
63 …const importDecl = considerPartialSpans ? findAncestor(token, isImportDeclaration) : getParentNode… constant141 const importDecl = toConvert.parent.parent; constant161 const importDecl = toConvert.parent.parent; constant
33 const importDecl = tryGetFullImport(token); constant104 const importDecl = tryGetFullImport(token); constant
202 const importDecl = factory.createImportDeclaration( constant
158 for (const importDecl of oldImports) { constant295 const importDecl = defaultImports.length > 0 constant
1554 const importDecl = getAncestor(node, SyntaxKind.ImportDeclaration)!; constant
155 var importDecl = <ImportDeclaration>ast; variable
2678 …const importDecl = factory.createImportDeclaration(/*modifiers*/ undefined, /*importClause*/ undef… constant
38676 const importDecl = importClause.parent; constant