Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
DtypeWriter.ts179 const isLibFile = /lib(.*)\.d\.ts/i.test(fileName); constant
DharnessLanguageService.ts685 isLibFile: boolean; constant
/third_party/typescript/src/services/
Dtypes.ts178 isLibFile: boolean; property