Home
last modified time | relevance | path

Searched refs:hasInvalidatedResolutions (Results 1 – 14 of 14) sorted by relevance

/third_party/typescript/src/compiler/
DwatchPublic.ts132 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;
Dprogram.ts755 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)) {
Dtypes.ts7372 hasInvalidatedResolutions?(filePath: Path): boolean; method
/third_party/typescript/src/services/
Dservices.ts1319 …const hasInvalidatedResolutions: HasInvalidatedResolutions = host.hasInvalidatedResolutions || ret… constant
1351 hasInvalidatedResolutions,
1391 …sion(fileName), fileName => compilerHost!.fileExists(fileName), hasInvalidatedResolutions, hasChan…
Dtypes.ts290 /* @internal */ hasInvalidatedResolutions?: HasInvalidatedResolutions; property
/third_party/typescript/src/testRunner/unittests/tscWatch/
DwatchApi.ts73 …if (implementHasInvalidatedResolution) host.hasInvalidatedResolutions = () => sys.fileExists(`${pr…
/third_party/typescript/src/server/
Dproject.ts188 hasInvalidatedResolutions: HasInvalidatedResolutions | undefined;
1247 …this.hasInvalidatedResolutions = this.resolutionCache.createHasInvalidatedResolutions(returnFalse);
/third_party/typescript/lib/
Dtypescript.d.ts3482 hasInvalidatedResolutions?(filePath: Path): boolean; method
5832 hasInvalidatedResolutions?(filePath: Path): boolean;
DtypescriptServices.d.ts3482 hasInvalidatedResolutions?(filePath: Path): boolean; method
5832 hasInvalidatedResolutions?(filePath: Path): boolean;
Dtsserverlibrary.d.ts3482 hasInvalidatedResolutions?(filePath: Path): boolean; method
5832 hasInvalidatedResolutions?(filePath: Path): boolean;
Dtsc.js100765 …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 …]
DtypingsInstaller.js121455 …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/
Dtypescript.d.ts3482 hasInvalidatedResolutions?(filePath: Path): boolean; method
5832 hasInvalidatedResolutions?(filePath: Path): boolean;
Dtsserverlibrary.d.ts3482 hasInvalidatedResolutions?(filePath: Path): boolean; method
5832 hasInvalidatedResolutions?(filePath: Path): boolean;