Home
last modified time | relevance | path

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

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