Home
last modified time | relevance | path

Searched refs:createCacheableExportInfoMap (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/services/
DexportInfoMap.ts65 export function createCacheableExportInfoMap(host: CacheableExportInfoMapHost): ExportInfoMap { function
381 const cache = host.getCachedExportInfoMap?.() || createCacheableExportInfoMap({
/third_party/typescript/src/server/
Dproject.ts1848 return this.exportMapCache ||= createCacheableExportInfoMap(this);