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.ts1097 …moduleResolutionCache = createModuleResolutionCache(currentDirectory, getCanonicalFileName, option…
/third_party/typescript/lib/
Dtypescript.d.ts5373 …export function createModuleResolutionCache(currentDirectory: string, getCanonicalFileName: (s: st… function
DtypescriptServices.d.ts5373 …export function createModuleResolutionCache(currentDirectory: string, getCanonicalFileName: (s: st… function
Dtsserverlibrary.d.ts5373 …export function createModuleResolutionCache(currentDirectory: string, getCanonicalFileName: (s: st… function
DtypingsInstaller.js44598 …function createModuleResolutionCache(currentDirectory, getCanonicalFileName, options, directoryToM… function
44684 ts.createModuleResolutionCache = createModuleResolutionCache;
121567 …moduleResolutionCache = ts.createModuleResolutionCache(currentDirectory, getCanonicalFileName, opt…
126317 …var moduleResolutionCache = ts.createModuleResolutionCache(getCurrentDirectory(), resolutionHost.g…
129536 … moduleResolutionCache = !compilerHost.resolveModuleNames ? ts.createModuleResolutionCache(current…
Dtsc.js36615 …function createModuleResolutionCache(currentDirectory, getCanonicalFileName, options, directoryToM… function
36682 ts.createModuleResolutionCache = createModuleResolutionCache;
100848 …moduleResolutionCache = ts.createModuleResolutionCache(currentDirectory, getCanonicalFileName, opt…
104943 …var moduleResolutionCache = ts.createModuleResolutionCache(getCurrentDirectory(), resolutionHost.g…
107774 … moduleResolutionCache = !compilerHost.resolveModuleNames ? ts.createModuleResolutionCache(current…
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts5373 …export function createModuleResolutionCache(currentDirectory: string, getCanonicalFileName: (s: st… function
Dtsserverlibrary.d.ts5373 …export function createModuleResolutionCache(currentDirectory: string, getCanonicalFileName: (s: st… function