Home
last modified time | relevance | path

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

/third_party/typescript/src/services/refactors/
DconvertImport.ts56 …const importDecl = considerPartialSpans ? findAncestor(token, isImportDeclaration) : getParentNode… constant
119 const importDecl = toConvert.parent.parent; constant
138 const importDecl = toConvert.parent.parent; constant
/third_party/typescript/src/compiler/transformers/module/
DesnextAnd2015.ts88 const importDecl = factory.createImportDeclaration( constant
/third_party/typescript/src/services/codefixes/
DfixUnusedIdentifier.ts33 const importDecl = tryGetFullImport(token); constant
104 const importDecl = tryGetFullImport(token); constant
/third_party/typescript/src/services/
DorganizeImports.ts94 for (const importDecl of oldImports) { constant
232 const importDecl = defaultImports.length > 0 constant
DtextChanges.ts1410 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.ts2263 …const importDecl = factory.createImportDeclaration(/*decorators*/ undefined, /*modifiers*/ undefin… constant
/third_party/typescript/lib/
DtypescriptServices.js123881 forEachImport(sourceFile, function (importDecl, moduleSpecifier) { argument
128614 …var oldImportGroups = ts.group(oldImportDecls, function (importDecl) { return getExternalModuleNam… argument
147463 function deleteUnusedImports(sourceFile, importDecl, changes, isUnused) { argument
147480 function deleteUnusedImportsInDeclaration(sourceFile, importDecl, changes, isUnused) { argument
Dtypescript.js123881 forEachImport(sourceFile, function (importDecl, moduleSpecifier) { argument
128614 …var oldImportGroups = ts.group(oldImportDecls, function (importDecl) { return getExternalModuleNam… argument
147463 function deleteUnusedImports(sourceFile, importDecl, changes, isUnused) { argument
147480 function deleteUnusedImportsInDeclaration(sourceFile, importDecl, changes, isUnused) { argument
Dtsserver.js123312 forEachImport(sourceFile, function (importDecl, moduleSpecifier) { argument
128045 …var oldImportGroups = ts.group(oldImportDecls, function (importDecl) { return getExternalModuleNam… argument
146894 function deleteUnusedImports(sourceFile, importDecl, changes, isUnused) { argument
146911 function deleteUnusedImportsInDeclaration(sourceFile, importDecl, changes, isUnused) { argument
Dtsserverlibrary.js123881 forEachImport(sourceFile, function (importDecl, moduleSpecifier) { argument
128614 …var oldImportGroups = ts.group(oldImportDecls, function (importDecl) { return getExternalModuleNam… argument
147463 function deleteUnusedImports(sourceFile, importDecl, changes, isUnused) { argument
147480 function deleteUnusedImportsInDeclaration(sourceFile, importDecl, changes, isUnused) { argument