Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/
DmoduleResolution.ts213 const resolutionCache = createModuleResolutionCache("/", (f) => f);
473 const cache = createModuleResolutionCache("/", (f) => f);
490 const cache = createModuleResolutionCache("/", (f) => f);
/third_party/typescript/src/compiler/
DmoduleNameResolver.ts801 export function createModuleResolutionCache( function
807 export function createModuleResolutionCache(
814 export function createModuleResolutionCache(
DresolutionCache.ts186 const moduleResolutionCache = createModuleResolutionCache(
DtsbuildPublic.ts301 …nst moduleResolutionCache = !compilerHost.resolveModuleNames ? createModuleResolutionCache(current…
Dprogram.ts1099 …moduleResolutionCache = createModuleResolutionCache(currentDirectory, getCanonicalFileName, option…
/third_party/typescript/lib/
Dtypescript.d.ts5409 …export function createModuleResolutionCache(currentDirectory: string, getCanonicalFileName: (s: st… function
DtypescriptServices.d.ts5409 …export function createModuleResolutionCache(currentDirectory: string, getCanonicalFileName: (s: st… function
Dtsserverlibrary.d.ts5409 …export function createModuleResolutionCache(currentDirectory: string, getCanonicalFileName: (s: st… function
Dtsc.js36742 …function createModuleResolutionCache(currentDirectory, getCanonicalFileName, options, directoryToM… function
36809 ts.createModuleResolutionCache = createModuleResolutionCache;
101126 …moduleResolutionCache = ts.createModuleResolutionCache(currentDirectory, getCanonicalFileName, opt…
105445 …var moduleResolutionCache = ts.createModuleResolutionCache(getCurrentDirectory(), resolutionHost.g…
108286 … moduleResolutionCache = !compilerHost.resolveModuleNames ? ts.createModuleResolutionCache(current…
DtypingsInstaller.js44733 …function createModuleResolutionCache(currentDirectory, getCanonicalFileName, options, directoryToM… function
44819 ts.createModuleResolutionCache = createModuleResolutionCache;
121869 …moduleResolutionCache = ts.createModuleResolutionCache(currentDirectory, getCanonicalFileName, opt…
126849 …var moduleResolutionCache = ts.createModuleResolutionCache(getCurrentDirectory(), resolutionHost.g…
130078 … moduleResolutionCache = !compilerHost.resolveModuleNames ? ts.createModuleResolutionCache(current…
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts5409 …export function createModuleResolutionCache(currentDirectory: string, getCanonicalFileName: (s: st… function
Dtsserverlibrary.d.ts5409 …export function createModuleResolutionCache(currentDirectory: string, getCanonicalFileName: (s: st… function