Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
Dtypes.ts291 … /* @internal */ hasChangedAutomaticTypeDirectiveNames?: HasChangedAutomaticTypeDirectiveNames;
/third_party/typescript/src/compiler/
Dtypes.ts7282 export type HasChangedAutomaticTypeDirectiveNames = () => boolean; alias
7355 … /* @internal */ hasChangedAutomaticTypeDirectiveNames?: HasChangedAutomaticTypeDirectiveNames;
Dprogram.ts756 hasChangedAutomaticTypeDirectiveNames: HasChangedAutomaticTypeDirectiveNames | undefined,