Home
last modified time | relevance | path

Searched refs:moduleSpecifiers (Results 1 – 21 of 21) sorted by relevance

/third_party/typescript/src/server/
DmoduleSpecifierCache.ts16 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/
DmoduleSpecifiers.ts3 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;
Dtypes.ts9072 moduleSpecifiers: readonly string[] | undefined;
9082 …ptions: ModuleSpecifierOptions, modulePaths: readonly ModulePath[], moduleSpecifiers: readonly str…
Dchecker.ts6367 …return moduleSpecifiers.countPathComponents(specifierA) - moduleSpecifiers.countPathComponents(spe…
6470 specifier = first(moduleSpecifiers.getModuleSpecifiers(
/third_party/typescript/src/testRunner/unittests/tsserver/
DmoduleSpecifierCache.ts56 moduleSpecifiers: ["mobx"],
/third_party/typescript/src/services/codefixes/
DimportFixes.ts667 …? (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/
DgetEditsForFileRename.ts159 …? moduleSpecifiers.updateModuleSpecifier(program.getCompilerOptions(), sourceFile, getCanonicalFil…
DexportInfoMap.ts301 const hasImportablePath = !!moduleSpecifiers.forEachFileNameOfModule(
DstringCompletions.ts541 const outputExtension = moduleSpecifiers.tryGetJSExtensionForFile(name, compilerOptions);
Dutilities.ts3181 const specifier = moduleSpecifiers.getNodeModulesPackageName(
/third_party/typescript/src/harness/
DfourslashInterfaceImpl.ts485 …public importFixModuleSpecifiers(marker: string, moduleSpecifiers: string[], preferences?: ts.User…
486 this.state.verifyImportFixModuleSpecifiers(marker, moduleSpecifiers, preferences);
DfourslashImpl.ts3120 …public verifyImportFixModuleSpecifiers(markerName: string, moduleSpecifiers: string[], preferences…
3135 assert.deepEqual(actualModuleSpecifiers, moduleSpecifiers);
/third_party/typescript/tests/cases/fourslash/
Dfourslash.ts378 …importFixModuleSpecifiers(marker: string, moduleSpecifiers: string[], options?: UserPreferences): …
/third_party/typescript/src/compiler/transformers/
Ddeclarations.ts398 const specifier = moduleSpecifiers.getModuleSpecifier(
/third_party/typescript/lib/
Dtypescript.d.ts4333 moduleSpecifiers: readonly string[] | undefined; property
4341 …ptions: ModuleSpecifierOptions, modulePaths: readonly ModulePath[], moduleSpecifiers: readonly str…
DtypescriptServices.d.ts4333 moduleSpecifiers: readonly string[] | undefined; property
4341 …ptions: ModuleSpecifierOptions, modulePaths: readonly ModulePath[], moduleSpecifiers: readonly str…
Dtsserverlibrary.d.ts4333 moduleSpecifiers: readonly string[] | undefined; property
4341 …ptions: ModuleSpecifierOptions, modulePaths: readonly ModulePath[], moduleSpecifiers: readonly str…
DtypingsInstaller.js56280 …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 …]
Dtsc.js46673 …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/
Dtypescript.d.ts4333 moduleSpecifiers: readonly string[] | undefined; property
4341 …ptions: ModuleSpecifierOptions, modulePaths: readonly ModulePath[], moduleSpecifiers: readonly str…
Dtsserverlibrary.d.ts4333 moduleSpecifiers: readonly string[] | undefined; property
4341 …ptions: ModuleSpecifierOptions, modulePaths: readonly ModulePath[], moduleSpecifiers: readonly str…