Searched refs:hasInvalidatedResolutions (Results 1 – 14 of 14) sorted by relevance
/third_party/typescript/src/compiler/ |
D | watchPublic.ts | 132 hasInvalidatedResolutions?(filePath: Path): boolean; method 394 maybeBind(host, host.hasInvalidatedResolutions) || returnTrue : 468 …const hasInvalidatedResolutions = resolutionCache.createHasInvalidatedResolutions(customHasInvalid… constant 473 …dFileWithCache), fileName => compilerHost.fileExists(fileName), hasInvalidatedResolutions, hasChan… 486 createNewProgram(hasInvalidatedResolutions); 503 function createNewProgram(hasInvalidatedResolutions: HasInvalidatedResolutions) { 514 compilerHost.hasInvalidatedResolutions = hasInvalidatedResolutions;
|
D | program.ts | 755 hasInvalidatedResolutions: HasInvalidatedResolutions, 789 hasInvalidatedResolutions(sourceFile.path); 1085 const hasInvalidatedResolutions = host.hasInvalidatedResolutions || returnFalse; constant 1581 if (file === oldSourceFile && !hasInvalidatedResolutions(oldSourceFile.path)) { 1846 else if (hasInvalidatedResolutions(oldSourceFile.path)) {
|
D | types.ts | 7372 hasInvalidatedResolutions?(filePath: Path): boolean; method
|
/third_party/typescript/src/services/ |
D | services.ts | 1319 …const hasInvalidatedResolutions: HasInvalidatedResolutions = host.hasInvalidatedResolutions || ret… constant 1351 hasInvalidatedResolutions, 1391 …sion(fileName), fileName => compilerHost!.fileExists(fileName), hasInvalidatedResolutions, hasChan…
|
D | types.ts | 290 /* @internal */ hasInvalidatedResolutions?: HasInvalidatedResolutions; property
|
/third_party/typescript/src/testRunner/unittests/tscWatch/ |
D | watchApi.ts | 73 …if (implementHasInvalidatedResolution) host.hasInvalidatedResolutions = () => sys.fileExists(`${pr…
|
/third_party/typescript/src/server/ |
D | project.ts | 188 hasInvalidatedResolutions: HasInvalidatedResolutions | undefined; 1247 …this.hasInvalidatedResolutions = this.resolutionCache.createHasInvalidatedResolutions(returnFalse);
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 3482 hasInvalidatedResolutions?(filePath: Path): boolean; method 5832 hasInvalidatedResolutions?(filePath: Path): boolean;
|
D | typescriptServices.d.ts | 3482 hasInvalidatedResolutions?(filePath: Path): boolean; method 5832 hasInvalidatedResolutions?(filePath: Path): boolean;
|
D | tsserverlibrary.d.ts | 3482 hasInvalidatedResolutions?(filePath: Path): boolean; method 5832 hasInvalidatedResolutions?(filePath: Path): boolean;
|
D | tsc.js | 100765 …ogram, rootFileNames, newOptions, getSourceVersion, fileExists, hasInvalidatedResolutions, hasChan… argument 100785 hasInvalidatedResolutions(sourceFile.path); 100995 var hasInvalidatedResolutions = host.hasInvalidatedResolutions || ts.returnFalse; 101384 if (file === oldSourceFile && !hasInvalidatedResolutions(oldSourceFile.path)) { 101569 else if (hasInvalidatedResolutions(oldSourceFile.path)) { 107467 ts.maybeBind(host, host.hasInvalidatedResolutions) || ts.returnTrue : 107532 …var hasInvalidatedResolutions = resolutionCache.createHasInvalidatedResolutions(customHasInvalidat… 107534 …ction (fileName) { return compilerHost.fileExists(fileName); }, hasInvalidatedResolutions, hasChan… 107547 createNewProgram(hasInvalidatedResolutions); 107560 function createNewProgram(hasInvalidatedResolutions) { argument [all …]
|
D | typingsInstaller.js | 121455 …ogram, rootFileNames, newOptions, getSourceVersion, fileExists, hasInvalidatedResolutions, hasChan… argument 121483 hasInvalidatedResolutions(sourceFile.path); 121731 var hasInvalidatedResolutions = host.hasInvalidatedResolutions || ts.returnFalse; 122192 if (file === oldSourceFile && !hasInvalidatedResolutions(oldSourceFile.path)) { 122428 else if (hasInvalidatedResolutions(oldSourceFile.path)) { 129170 ts.maybeBind(host, host.hasInvalidatedResolutions) || ts.returnTrue : 129237 …var hasInvalidatedResolutions = resolutionCache.createHasInvalidatedResolutions(customHasInvalidat… 129239 …ction (fileName) { return compilerHost.fileExists(fileName); }, hasInvalidatedResolutions, hasChan… 129252 createNewProgram(hasInvalidatedResolutions); 129265 function createNewProgram(hasInvalidatedResolutions) { argument [all …]
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 3482 hasInvalidatedResolutions?(filePath: Path): boolean; method 5832 hasInvalidatedResolutions?(filePath: Path): boolean;
|
D | tsserverlibrary.d.ts | 3482 hasInvalidatedResolutions?(filePath: Path): boolean; method 5832 hasInvalidatedResolutions?(filePath: Path): boolean;
|