Home
last modified time | relevance | path

Searched refs:insertImportSpecifierAtIndex (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/services/codefixes/
DimportFixes.ts1092 …changes.insertImportSpecifierAtIndex(sourceFile, newSpecifier, aliasDeclaration.parent, insertionI…
1129 … changes.insertImportSpecifierAtIndex(sourceFile, aliasDeclaration, namedImports, 0);
1190 …changes.insertImportSpecifierAtIndex(sourceFile, spec, clause.namedBindings as NamedImports, inser…
/third_party/typescript/src/services/
DtextChanges.ts788 …public insertImportSpecifierAtIndex(sourceFile: SourceFile, importSpecifier: ImportSpecifier, name… method in ts.textChanges.ChangeTracker