Searched refs:hasChangedAutomaticTypeDirectiveNames (Results 1 – 9 of 9) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | resolutionCache.ts | 18 hasChangedAutomaticTypeDirectiveNames(): boolean; method 170 let hasChangedAutomaticTypeDirectiveNames = false; 237 hasChangedAutomaticTypeDirectiveNames: () => hasChangedAutomaticTypeDirectiveNames, 282 hasChangedAutomaticTypeDirectiveNames = false; 364 hasChangedAutomaticTypeDirectiveNames = false; 937 …hasChangedAutomaticTypeDirectiveNames = hasChangedAutomaticTypeDirectiveNames || endsWith(containi… 946 const prevHasChangedAutomaticTypeDirectiveNames = hasChangedAutomaticTypeDirectiveNames; 948 hasChangedAutomaticTypeDirectiveNames && 1077 hasChangedAutomaticTypeDirectiveNames = true;
|
| D | watchPublic.ts | 458 …ilerHost.fileExists(fileName), hasInvalidatedResolutions, hasChangedAutomaticTypeDirectiveNames, g… 500 … compilerHost.hasChangedAutomaticTypeDirectiveNames = hasChangedAutomaticTypeDirectiveNames; 651 function hasChangedAutomaticTypeDirectiveNames() { 652 return resolutionCache.hasChangedAutomaticTypeDirectiveNames();
|
| D | program.ts | 756 hasChangedAutomaticTypeDirectiveNames: HasChangedAutomaticTypeDirectiveNames | undefined, 761 if (!program || hasChangedAutomaticTypeDirectiveNames?.()) return false; 1895 …gesAffectingProgramStructure(oldOptions, options) || host.hasChangedAutomaticTypeDirectiveNames?.(…
|
| D | types.ts | 7355 … /* @internal */ hasChangedAutomaticTypeDirectiveNames?: HasChangedAutomaticTypeDirectiveNames; property
|
| /third_party/typescript/src/services/ |
| D | services.ts | 1297 …if (lastProjectVersion === hostProjectVersion && !host.hasChangedAutomaticTypeDirectiveNames?.()) { 1320 …const hasChangedAutomaticTypeDirectiveNames = maybeBind(host, host.hasChangedAutomaticTypeDirectiv… constant 1352 hasChangedAutomaticTypeDirectiveNames, 1391 …lerHost!.fileExists(fileName), hasInvalidatedResolutions, hasChangedAutomaticTypeDirectiveNames, g…
|
| D | types.ts | 291 … /* @internal */ hasChangedAutomaticTypeDirectiveNames?: HasChangedAutomaticTypeDirectiveNames; property
|
| /third_party/typescript/src/server/ |
| D | project.ts | 674 hasChangedAutomaticTypeDirectiveNames() { 675 return this.resolutionCache.hasChangedAutomaticTypeDirectiveNames();
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 121279 … getSourceVersion, fileExists, hasInvalidatedResolutions, hasChangedAutomaticTypeDirectiveNames, g… argument 121281 …| (hasChangedAutomaticTypeDirectiveNames === null || hasChangedAutomaticTypeDirectiveNames === voi… 122298 …ctingProgramStructure(oldOptions, options) || ((_b = host.hasChangedAutomaticTypeDirectiveNames) =… 126303 var hasChangedAutomaticTypeDirectiveNames = false; 126353 …hasChangedAutomaticTypeDirectiveNames: function () { return hasChangedAutomaticTypeDirectiveNames;… 126394 hasChangedAutomaticTypeDirectiveNames = false; 126471 hasChangedAutomaticTypeDirectiveNames = false; 126968 …hasChangedAutomaticTypeDirectiveNames = hasChangedAutomaticTypeDirectiveNames || ts.endsWith(conta… 126976 var prevHasChangedAutomaticTypeDirectiveNames = hasChangedAutomaticTypeDirectiveNames; 126978 hasChangedAutomaticTypeDirectiveNames && [all …]
|
| D | tsc.js | 100607 … getSourceVersion, fileExists, hasInvalidatedResolutions, hasChangedAutomaticTypeDirectiveNames, g… argument 100608 …| (hasChangedAutomaticTypeDirectiveNames === null || hasChangedAutomaticTypeDirectiveNames === voi… 101451 …ctingProgramStructure(oldOptions, options) || ((_b = host.hasChangedAutomaticTypeDirectiveNames) =… 104932 var hasChangedAutomaticTypeDirectiveNames = false; 104968 …hasChangedAutomaticTypeDirectiveNames: function () { return hasChangedAutomaticTypeDirectiveNames;… 105009 hasChangedAutomaticTypeDirectiveNames = false; 105081 hasChangedAutomaticTypeDirectiveNames = false; 105545 …hasChangedAutomaticTypeDirectiveNames = hasChangedAutomaticTypeDirectiveNames || ts.endsWith(conta… 105552 var prevHasChangedAutomaticTypeDirectiveNames = hasChangedAutomaticTypeDirectiveNames; 105554 hasChangedAutomaticTypeDirectiveNames && [all …]
|