Home
last modified time | relevance | path

Searched defs:constEnumRelateCache (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/compiler/
Dbuilder.ts912 constEnumRelateCache?: Record<string, Record<string, string>>; property
1063 let constEnumRelateCache: Record<string, Record<string, string>> = {}; variable