Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DresolutionCache.ts40 hasChangedAutomaticTypeDirectiveNames(): boolean; method
Dtypes.ts7553 /** @internal */ hasChangedAutomaticTypeDirectiveNames?: HasChangedAutomaticTypeDirectiveNames; property
/third_party/typescript/src/services/
Dservices.ts1660 …const hasChangedAutomaticTypeDirectiveNames = maybeBind(host, host.hasChangedAutomaticTypeDirectiv… constant
Dtypes.ts331 /** @internal */ hasChangedAutomaticTypeDirectiveNames?: HasChangedAutomaticTypeDirectiveNames; property
/third_party/typescript/lib/
Dtsc.js104992 … getSourceVersion, fileExists, hasInvalidatedResolutions, hasChangedAutomaticTypeDirectiveNames, g… argument
111357 function hasChangedAutomaticTypeDirectiveNames() { function