Searched defs:newImport (Results 1 – 6 of 6) sorted by relevance
| /third_party/typescript/src/services/refactors/ |
| D | convertExport.ts | 183 …const newImport = makeImport(/*default*/ undefined, [makeImportSpecifier(exportName, ref.text)], c… constant
|
| /third_party/typescript/src/services/ |
| D | utilities.ts | 1959 for (const newImport of sortedNewImports) { constant
|
| /third_party/typescript/lib/ |
| D | typescriptServices.js | 128927 function getImportDeclarationInsertionIndex(sortedImports, newImport) { argument 128932 function getImportSpecifierInsertionIndex(sortedImports, newImport) { argument
|
| D | typescript.js | 128927 function getImportDeclarationInsertionIndex(sortedImports, newImport) { argument 128932 function getImportSpecifierInsertionIndex(sortedImports, newImport) { argument
|
| D | tsserverlibrary.js | 128927 function getImportDeclarationInsertionIndex(sortedImports, newImport) { argument 128932 function getImportSpecifierInsertionIndex(sortedImports, newImport) { argument
|
| D | tsserver.js | 128358 function getImportDeclarationInsertionIndex(sortedImports, newImport) { argument 128363 function getImportSpecifierInsertionIndex(sortedImports, newImport) { argument
|