Home
last modified time | relevance | path

Searched refs:hasChangedAutomaticTypeDirectiveNames (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/src/compiler/
DresolutionCache.ts18 hasChangedAutomaticTypeDirectiveNames(): boolean; method
170 let hasChangedAutomaticTypeDirectiveNames = false;
237 hasChangedAutomaticTypeDirectiveNames: () => hasChangedAutomaticTypeDirectiveNames,
282 hasChangedAutomaticTypeDirectiveNames = false;
364 hasChangedAutomaticTypeDirectiveNames = false;
937hasChangedAutomaticTypeDirectiveNames = hasChangedAutomaticTypeDirectiveNames || endsWith(containi…
946 const prevHasChangedAutomaticTypeDirectiveNames = hasChangedAutomaticTypeDirectiveNames;
948 hasChangedAutomaticTypeDirectiveNames &&
1077 hasChangedAutomaticTypeDirectiveNames = true;
DwatchPublic.ts458 …ilerHost.fileExists(fileName), hasInvalidatedResolutions, hasChangedAutomaticTypeDirectiveNames, g…
500 … compilerHost.hasChangedAutomaticTypeDirectiveNames = hasChangedAutomaticTypeDirectiveNames;
651 function hasChangedAutomaticTypeDirectiveNames() {
652 return resolutionCache.hasChangedAutomaticTypeDirectiveNames();
Dprogram.ts756 hasChangedAutomaticTypeDirectiveNames: HasChangedAutomaticTypeDirectiveNames | undefined,
761 if (!program || hasChangedAutomaticTypeDirectiveNames?.()) return false;
1895 …gesAffectingProgramStructure(oldOptions, options) || host.hasChangedAutomaticTypeDirectiveNames?.(…
Dtypes.ts7355 … /* @internal */ hasChangedAutomaticTypeDirectiveNames?: HasChangedAutomaticTypeDirectiveNames; property
/third_party/typescript/src/services/
Dservices.ts1297 …if (lastProjectVersion === hostProjectVersion && !host.hasChangedAutomaticTypeDirectiveNames?.()) {
1320 …const hasChangedAutomaticTypeDirectiveNames = maybeBind(host, host.hasChangedAutomaticTypeDirectiv… constant
1352 hasChangedAutomaticTypeDirectiveNames,
1391 …lerHost!.fileExists(fileName), hasInvalidatedResolutions, hasChangedAutomaticTypeDirectiveNames, g…
Dtypes.ts291 … /* @internal */ hasChangedAutomaticTypeDirectiveNames?: HasChangedAutomaticTypeDirectiveNames; property
/third_party/typescript/src/server/
Dproject.ts674 hasChangedAutomaticTypeDirectiveNames() {
675 return this.resolutionCache.hasChangedAutomaticTypeDirectiveNames();
/third_party/typescript/lib/
DtypingsInstaller.js121279 … getSourceVersion, fileExists, hasInvalidatedResolutions, hasChangedAutomaticTypeDirectiveNames, g… argument
121281 …| (hasChangedAutomaticTypeDirectiveNames === null || hasChangedAutomaticTypeDirectiveNames === voi…
122298 …ctingProgramStructure(oldOptions, options) || ((_b = host.hasChangedAutomaticTypeDirectiveNames) =…
126303 var hasChangedAutomaticTypeDirectiveNames = false;
126353hasChangedAutomaticTypeDirectiveNames: function () { return hasChangedAutomaticTypeDirectiveNames;…
126394 hasChangedAutomaticTypeDirectiveNames = false;
126471 hasChangedAutomaticTypeDirectiveNames = false;
126968hasChangedAutomaticTypeDirectiveNames = hasChangedAutomaticTypeDirectiveNames || ts.endsWith(conta…
126976 var prevHasChangedAutomaticTypeDirectiveNames = hasChangedAutomaticTypeDirectiveNames;
126978 hasChangedAutomaticTypeDirectiveNames &&
[all …]
Dtsc.js100607 … getSourceVersion, fileExists, hasInvalidatedResolutions, hasChangedAutomaticTypeDirectiveNames, g… argument
100608 …| (hasChangedAutomaticTypeDirectiveNames === null || hasChangedAutomaticTypeDirectiveNames === voi…
101451 …ctingProgramStructure(oldOptions, options) || ((_b = host.hasChangedAutomaticTypeDirectiveNames) =…
104932 var hasChangedAutomaticTypeDirectiveNames = false;
104968hasChangedAutomaticTypeDirectiveNames: function () { return hasChangedAutomaticTypeDirectiveNames;…
105009 hasChangedAutomaticTypeDirectiveNames = false;
105081 hasChangedAutomaticTypeDirectiveNames = false;
105545hasChangedAutomaticTypeDirectiveNames = hasChangedAutomaticTypeDirectiveNames || ts.endsWith(conta…
105552 var prevHasChangedAutomaticTypeDirectiveNames = hasChangedAutomaticTypeDirectiveNames;
105554 hasChangedAutomaticTypeDirectiveNames &&
[all …]