Home
last modified time | relevance | path

Searched refs:createModuleResolutionCache (Results 1 – 15 of 15) sorted by relevance

/third_party/typescript/src/testRunner/unittests/
DmoduleResolution.ts211 const resolutionCache = createModuleResolutionCache("/", (f) => f);
448 const cache = createModuleResolutionCache("/", (f) => f);
465 const cache = createModuleResolutionCache("/", (f) => f);
/third_party/typescript/src/compiler/
DmoduleNameResolver.ts477 …export function createModuleResolutionCache(currentDirectory: string, getCanonicalFileName: (s: st… function
DtsbuildPublic.ts277 …nst moduleResolutionCache = !compilerHost.resolveModuleNames ? createModuleResolutionCache(current…
Dprogram.ts869 …moduleResolutionCache = createModuleResolutionCache(currentDirectory, x => host.getCanonicalFileNa…
/third_party/typescript/lib/
Dtypescript.d.ts4722 …function createModuleResolutionCache(currentDirectory: string, getCanonicalFileName: (s: string) =… function
DtypescriptServices.d.ts4722 …function createModuleResolutionCache(currentDirectory: string, getCanonicalFileName: (s: string) =… function
Dtsserverlibrary.d.ts4722 …function createModuleResolutionCache(currentDirectory: string, getCanonicalFileName: (s: string) =… function
Dtsc.js32217 function createModuleResolutionCache(currentDirectory, getCanonicalFileName, options) { function
32220 ts.createModuleResolutionCache = createModuleResolutionCache;
87697 …moduleResolutionCache = ts.createModuleResolutionCache(currentDirectory, function (x) { return hos…
93510 … moduleResolutionCache = !compilerHost.resolveModuleNames ? ts.createModuleResolutionCache(current…
DtypingsInstaller.js39491 function createModuleResolutionCache(currentDirectory, getCanonicalFileName, options) { function
39494 ts.createModuleResolutionCache = createModuleResolutionCache;
106770 …moduleResolutionCache = ts.createModuleResolutionCache(currentDirectory, function (x) { return hos…
113502 … moduleResolutionCache = !compilerHost.resolveModuleNames ? ts.createModuleResolutionCache(current…
Dtypescript.js39696 function createModuleResolutionCache(currentDirectory, getCanonicalFileName, options) { function
39699 ts.createModuleResolutionCache = createModuleResolutionCache;
106975 …moduleResolutionCache = ts.createModuleResolutionCache(currentDirectory, function (x) { return hos…
113707 … moduleResolutionCache = !compilerHost.resolveModuleNames ? ts.createModuleResolutionCache(current…
DtypescriptServices.js39696 function createModuleResolutionCache(currentDirectory, getCanonicalFileName, options) { function
39699 ts.createModuleResolutionCache = createModuleResolutionCache;
106975 …moduleResolutionCache = ts.createModuleResolutionCache(currentDirectory, function (x) { return hos…
113707 … moduleResolutionCache = !compilerHost.resolveModuleNames ? ts.createModuleResolutionCache(current…
Dtsserverlibrary.js39696 function createModuleResolutionCache(currentDirectory, getCanonicalFileName, options) { function
39699 ts.createModuleResolutionCache = createModuleResolutionCache;
106975 …moduleResolutionCache = ts.createModuleResolutionCache(currentDirectory, function (x) { return hos…
113707 … moduleResolutionCache = !compilerHost.resolveModuleNames ? ts.createModuleResolutionCache(current…
Dtsserver.js39502 function createModuleResolutionCache(currentDirectory, getCanonicalFileName, options) { function
39505 ts.createModuleResolutionCache = createModuleResolutionCache;
106781 …moduleResolutionCache = ts.createModuleResolutionCache(currentDirectory, function (x) { return hos…
113513 … moduleResolutionCache = !compilerHost.resolveModuleNames ? ts.createModuleResolutionCache(current…
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts4954 …function createModuleResolutionCache(currentDirectory: string, getCanonicalFileName: (s: string) =… function
Dtsserverlibrary.d.ts4954 …function createModuleResolutionCache(currentDirectory: string, getCanonicalFileName: (s: string) =… function