Searched defs:sortedImports (Results 1 – 5 of 5) sorted by relevance
| /third_party/typescript/src/testRunner/unittests/services/ |
| D | organizeImports.ts | 44 … const sortedImports = parseImports(`import { default as M, a as n, B, y, Z as O } from "lib";`); constant 51 const sortedImports = parseImports( constant 60 const sortedImports = parseImports( constant 69 const sortedImports = parseImports( constant 78 const sortedImports = parseImports( constant 87 const sortedImports = parseImports( constant 96 const sortedImports = parseImports( constant 105 const sortedImports = parseImports( constant 114 const sortedImports = parseImports( constant 124 const sortedImports = parseImports( constant [all …]
|
| /third_party/typescript/lib/ |
| D | typescript.js | 128927 function getImportDeclarationInsertionIndex(sortedImports, newImport) { argument 128932 function getImportSpecifierInsertionIndex(sortedImports, newImport) { argument
|
| D | typescriptServices.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
|