Searched refs:insertImportSpecifierAtIndex (Results 1 – 2 of 2) sorted by relevance
/third_party/typescript/src/services/codefixes/ |
D | importFixes.ts | 1092 …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/ |
D | textChanges.ts | 788 …public insertImportSpecifierAtIndex(sourceFile: SourceFile, importSpecifier: ImportSpecifier, name… method in ts.textChanges.ChangeTracker
|