Searched defs:hasInvalidatedResolutions (Results 1 – 12 of 12) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | watchPublic.ts | 132 hasInvalidatedResolutions?(filePath: Path): boolean; method 468 …const hasInvalidatedResolutions = resolutionCache.createHasInvalidatedResolutions(customHasInvalid… constant
|
| D | program.ts | 1085 const hasInvalidatedResolutions = host.hasInvalidatedResolutions || returnFalse; constant
|
| D | types.ts | 7396 hasInvalidatedResolutions?(filePath: Path): boolean; method
|
| /third_party/typescript/src/services/ |
| D | services.ts | 1319 …const hasInvalidatedResolutions: HasInvalidatedResolutions = host.hasInvalidatedResolutions || ret… constant
|
| D | types.ts | 290 /* @internal */ hasInvalidatedResolutions?: HasInvalidatedResolutions; property
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 3503 hasInvalidatedResolutions?(filePath: Path): boolean; method
|
| D | typescriptServices.d.ts | 3503 hasInvalidatedResolutions?(filePath: Path): boolean; method
|
| D | tsserverlibrary.d.ts | 3503 hasInvalidatedResolutions?(filePath: Path): boolean; method
|
| D | tsc.js | 100883 …ogram, rootFileNames, newOptions, getSourceVersion, fileExists, hasInvalidatedResolutions, hasChan… argument 107743 function createNewProgram(hasInvalidatedResolutions) { argument
|
| D | typingsInstaller.js | 121579 …ogram, rootFileNames, newOptions, getSourceVersion, fileExists, hasInvalidatedResolutions, hasChan… argument 129458 function createNewProgram(hasInvalidatedResolutions) { argument
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 3503 hasInvalidatedResolutions?(filePath: Path): boolean; method
|
| D | tsserverlibrary.d.ts | 3503 hasInvalidatedResolutions?(filePath: Path): boolean; method
|