Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DwatchPublic.ts117 hasInvalidatedResolutions?(filePath: Path): boolean; method
379 maybeBind(host, host.hasInvalidatedResolutions) || returnTrue :
453 …const hasInvalidatedResolutions = resolutionCache.createHasInvalidatedResolutions(customHasInvalid… constant
458 …dFileWithCache), fileName => compilerHost.fileExists(fileName), hasInvalidatedResolutions, hasChan…
471 createNewProgram(hasInvalidatedResolutions);
488 function createNewProgram(hasInvalidatedResolutions: HasInvalidatedResolutions) {
499 compilerHost.hasInvalidatedResolutions = hasInvalidatedResolutions;
Dprogram.ts755 hasInvalidatedResolutions: HasInvalidatedResolutions,
789 hasInvalidatedResolutions(sourceFile.path);
1083 const hasInvalidatedResolutions = host.hasInvalidatedResolutions || returnFalse; constant
1576 if (file === oldSourceFile && !hasInvalidatedResolutions(oldSourceFile.path)) {
1841 else if (hasInvalidatedResolutions(oldSourceFile.path)) {
Dtypes.ts7354 hasInvalidatedResolutions?(filePath: Path): boolean; method
/third_party/typescript/src/testRunner/unittests/tscWatch/
DwatchApi.ts73 …if (implementHasInvalidatedResolution) host.hasInvalidatedResolutions = () => sys.fileExists(`${pr…
/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/server/
Dproject.ts188 hasInvalidatedResolutions: HasInvalidatedResolutions | undefined;
1247 …this.hasInvalidatedResolutions = this.resolutionCache.createHasInvalidatedResolutions(returnFalse);
/third_party/typescript/lib/
Dtypescript.d.ts3469 hasInvalidatedResolutions?(filePath: Path): boolean; method
5812 hasInvalidatedResolutions?(filePath: Path): boolean;
DtypescriptServices.d.ts3469 hasInvalidatedResolutions?(filePath: Path): boolean; method
5812 hasInvalidatedResolutions?(filePath: Path): boolean;
Dtsserverlibrary.d.ts3469 hasInvalidatedResolutions?(filePath: Path): boolean; method
5812 hasInvalidatedResolutions?(filePath: Path): boolean;
DtypingsInstaller.js121279 …ogram, rootFileNames, newOptions, getSourceVersion, fileExists, hasInvalidatedResolutions, hasChan… argument
121307 hasInvalidatedResolutions(sourceFile.path);
121553 var hasInvalidatedResolutions = host.hasInvalidatedResolutions || ts.returnFalse;
122011 if (file === oldSourceFile && !hasInvalidatedResolutions(oldSourceFile.path)) {
122247 else if (hasInvalidatedResolutions(oldSourceFile.path)) {
128821 ts.maybeBind(host, host.hasInvalidatedResolutions) || ts.returnTrue :
128888 …var hasInvalidatedResolutions = resolutionCache.createHasInvalidatedResolutions(customHasInvalidat…
128890 …ction (fileName) { return compilerHost.fileExists(fileName); }, hasInvalidatedResolutions, hasChan…
128903 createNewProgram(hasInvalidatedResolutions);
128916 function createNewProgram(hasInvalidatedResolutions) { argument
[all …]
Dtsc.js100607 …ogram, rootFileNames, newOptions, getSourceVersion, fileExists, hasInvalidatedResolutions, hasChan… argument
100627 hasInvalidatedResolutions(sourceFile.path);
100835 var hasInvalidatedResolutions = host.hasInvalidatedResolutions || ts.returnFalse;
101221 if (file === oldSourceFile && !hasInvalidatedResolutions(oldSourceFile.path)) {
101406 else if (hasInvalidatedResolutions(oldSourceFile.path)) {
107138 ts.maybeBind(host, host.hasInvalidatedResolutions) || ts.returnTrue :
107203 …var hasInvalidatedResolutions = resolutionCache.createHasInvalidatedResolutions(customHasInvalidat…
107205 …ction (fileName) { return compilerHost.fileExists(fileName); }, hasInvalidatedResolutions, hasChan…
107218 createNewProgram(hasInvalidatedResolutions);
107231 function createNewProgram(hasInvalidatedResolutions) { argument
[all …]
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3469 hasInvalidatedResolutions?(filePath: Path): boolean; method
5812 hasInvalidatedResolutions?(filePath: Path): boolean;
Dtsserverlibrary.d.ts3469 hasInvalidatedResolutions?(filePath: Path): boolean; method
5812 hasInvalidatedResolutions?(filePath: Path): boolean;