Home
last modified time | relevance | path

Searched refs:HasChangedAutomaticTypeDirectiveNames (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/services/
Dtypes.ts276 … /* @internal */ hasChangedAutomaticTypeDirectiveNames?: HasChangedAutomaticTypeDirectiveNames;
/third_party/typescript/src/compiler/
Dtypes.ts6467 export type HasChangedAutomaticTypeDirectiveNames = () => boolean; alias
6512 … /* @internal */ hasChangedAutomaticTypeDirectiveNames?: HasChangedAutomaticTypeDirectiveNames;
Dprogram.ts658 hasChangedAutomaticTypeDirectiveNames: HasChangedAutomaticTypeDirectiveNames | undefined,