| /third_party/typescript/src/server/ |
| D | moduleSpecifierCache.ts | 16 set(fromFileName, toFileName, preferences, options, modulePaths, moduleSpecifiers) { 17 …Name, preferences, options).set(toFileName, createInfo(modulePaths, moduleSpecifiers, /*isBlockedB… 24 if (moduleSpecifiers) { 89 moduleSpecifiers: readonly string[] | undefined, 92 return { modulePaths, moduleSpecifiers, isBlockedByPackageJsonDependencies };
|
| /third_party/typescript/src/compiler/ |
| D | moduleSpecifiers.ts | 3 namespace ts.moduleSpecifiers { 156 return [cached?.moduleSpecifiers, moduleSourceFile, cached?.modulePaths, cache]; 177 ).moduleSpecifiers; 188 ): { moduleSpecifiers: readonly string[], computedWithoutCache: boolean } { 191 if (ambient) return { moduleSpecifiers: [ambient], computedWithoutCache }; 201 if (specifiers) return { moduleSpecifiers: specifiers, computedWithoutCache }; 202 if (!moduleSourceFile) return { moduleSpecifiers: emptyArray, computedWithoutCache }; 208 return { moduleSpecifiers: result, computedWithoutCache }; 236 const moduleSpecifiers = [existingSpecifier]; constant 237 return moduleSpecifiers;
|
| D | types.ts | 9072 moduleSpecifiers: readonly string[] | undefined; 9082 …ptions: ModuleSpecifierOptions, modulePaths: readonly ModulePath[], moduleSpecifiers: readonly str…
|
| D | checker.ts | 6367 …return moduleSpecifiers.countPathComponents(specifierA) - moduleSpecifiers.countPathComponents(spe… 6470 specifier = first(moduleSpecifiers.getModuleSpecifiers(
|
| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | moduleSpecifierCache.ts | 56 moduleSpecifiers: ["mobx"],
|
| /third_party/typescript/src/services/codefixes/ |
| D | importFixes.ts | 667 …? (moduleSymbol: Symbol) => ({ moduleSpecifiers: moduleSpecifiers.tryGetModuleSpecifiersFromCache(… 668 …: (moduleSymbol: Symbol, checker: TypeChecker) => moduleSpecifiers.getModuleSpecifiersWithCacheInf… 673 …const { computedWithoutCache, moduleSpecifiers } = getModuleSpecifiers(exportInfo.moduleSymbol, ch… 677 …return mapDefined(moduleSpecifiers, (moduleSpecifier): FixAddNewImport | FixAddJsdocTypeImport | u…
|
| /third_party/typescript/src/services/ |
| D | getEditsForFileRename.ts | 159 …? moduleSpecifiers.updateModuleSpecifier(program.getCompilerOptions(), sourceFile, getCanonicalFil…
|
| D | exportInfoMap.ts | 301 const hasImportablePath = !!moduleSpecifiers.forEachFileNameOfModule(
|
| D | stringCompletions.ts | 541 const outputExtension = moduleSpecifiers.tryGetJSExtensionForFile(name, compilerOptions);
|
| D | utilities.ts | 3181 const specifier = moduleSpecifiers.getNodeModulesPackageName(
|
| /third_party/typescript/src/harness/ |
| D | fourslashInterfaceImpl.ts | 485 …public importFixModuleSpecifiers(marker: string, moduleSpecifiers: string[], preferences?: ts.User… 486 this.state.verifyImportFixModuleSpecifiers(marker, moduleSpecifiers, preferences);
|
| D | fourslashImpl.ts | 3120 …public verifyImportFixModuleSpecifiers(markerName: string, moduleSpecifiers: string[], preferences… 3135 assert.deepEqual(actualModuleSpecifiers, moduleSpecifiers);
|
| /third_party/typescript/tests/cases/fourslash/ |
| D | fourslash.ts | 378 …importFixModuleSpecifiers(marker: string, moduleSpecifiers: string[], options?: UserPreferences): …
|
| /third_party/typescript/src/compiler/transformers/ |
| D | declarations.ts | 398 const specifier = moduleSpecifiers.getModuleSpecifier(
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 4333 moduleSpecifiers: readonly string[] | undefined; property 4341 …ptions: ModuleSpecifierOptions, modulePaths: readonly ModulePath[], moduleSpecifiers: readonly str…
|
| D | typescriptServices.d.ts | 4333 moduleSpecifiers: readonly string[] | undefined; property 4341 …ptions: ModuleSpecifierOptions, modulePaths: readonly ModulePath[], moduleSpecifiers: readonly str…
|
| D | tsserverlibrary.d.ts | 4333 moduleSpecifiers: readonly string[] | undefined; property 4341 …ptions: ModuleSpecifierOptions, modulePaths: readonly ModulePath[], moduleSpecifiers: readonly str…
|
| D | typingsInstaller.js | 56280 …return ts.moduleSpecifiers.countPathComponents(specifierA) - ts.moduleSpecifiers.countPathComponen… 56380 …specifier = ts.first(ts.moduleSpecifiers.getModuleSpecifiers(symbol, checker, specifierCompilerOpt… 113126 …var specifier = ts.moduleSpecifiers.getModuleSpecifier(options, currentSourceFile, ts.toPath(outpu… 127154 var moduleSpecifiers; 127267 …return [cached === null || cached === void 0 ? void 0 : cached.moduleSpecifiers, moduleSourceFile,… 127272 …l, checker, compilerOptions, importingSourceFile, host, userPreferences, options).moduleSpecifiers; 127280 return { moduleSpecifiers: [ambient], computedWithoutCache: computedWithoutCache }; 127284 return { moduleSpecifiers: specifiers, computedWithoutCache: computedWithoutCache }; 127286 … return { moduleSpecifiers: ts.emptyArray, computedWithoutCache: computedWithoutCache }; 127291 return { moduleSpecifiers: result, computedWithoutCache: computedWithoutCache }; [all …]
|
| D | tsc.js | 46673 …return ts.moduleSpecifiers.countPathComponents(specifierA) - ts.moduleSpecifiers.countPathComponen… 46762 …specifier = ts.first(ts.moduleSpecifiers.getModuleSpecifiers(symbol, checker, specifierCompilerOpt… 93256 …var specifier = ts.moduleSpecifiers.getModuleSpecifier(options, currentSourceFile, ts.toPath(outpu… 105696 var moduleSpecifiers; 105785 …return [cached === null || cached === void 0 ? void 0 : cached.moduleSpecifiers, moduleSourceFile,… 105789 …l, checker, compilerOptions, importingSourceFile, host, userPreferences, options).moduleSpecifiers; 105797 return { moduleSpecifiers: [ambient], computedWithoutCache: computedWithoutCache }; 105800 return { moduleSpecifiers: specifiers, computedWithoutCache: computedWithoutCache }; 105802 … return { moduleSpecifiers: ts.emptyArray, computedWithoutCache: computedWithoutCache }; 105807 return { moduleSpecifiers: result, computedWithoutCache: computedWithoutCache }; [all …]
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 4333 moduleSpecifiers: readonly string[] | undefined; property 4341 …ptions: ModuleSpecifierOptions, modulePaths: readonly ModulePath[], moduleSpecifiers: readonly str…
|
| D | tsserverlibrary.d.ts | 4333 moduleSpecifiers: readonly string[] | undefined; property 4341 …ptions: ModuleSpecifierOptions, modulePaths: readonly ModulePath[], moduleSpecifiers: readonly str…
|