| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | projects.ts | 1327 isSourceOfProjectReferenceRedirect: false 1331 isSourceOfProjectReferenceRedirect: false 1335 isSourceOfProjectReferenceRedirect: false 1341 isSourceOfProjectReferenceRedirect: false 1345 isSourceOfProjectReferenceRedirect: true, 1349 isSourceOfProjectReferenceRedirect: false, 1353 isSourceOfProjectReferenceRedirect: false 1402 isSourceOfProjectReferenceRedirect: false 1406 isSourceOfProjectReferenceRedirect: false 1410 isSourceOfProjectReferenceRedirect: false [all …]
|
| /third_party/typescript/src/server/ |
| D | project.ts | 764 !this.program!.isSourceOfProjectReferenceRedirect(scriptInfo.path); 1030 …isSourceOfProjectReferenceRedirect: includeProjectReferenceRedirectInfo && this.isSourceOfProjectR… 1562 …tring, boolean>) => arrayFrom(files.entries(), ([fileName, isSourceOfProjectReferenceRedirect]): p… 1564 isSourceOfProjectReferenceRedirect 1593 isSourceOfProjectReferenceRedirect: false 1598 info => info.isSourceOfProjectReferenceRedirect 1607 forEachEntry(currentFiles, (isSourceOfProjectReferenceRedirect, fileName) => { 1609 added.set(fileName, isSourceOfProjectReferenceRedirect); 1611 …else if (includeProjectReferenceRedirectInfo && isSourceOfProjectReferenceRedirect !== lastReporte… 1614 isSourceOfProjectReferenceRedirect [all …]
|
| D | scriptInfo.ts | 520 if (!project.isSourceOfProjectReferenceRedirect(this.fileName)) {
|
| D | editorServices.ts | 619 !project.isSourceOfProjectReferenceRedirect(info.path); 3248 …const isSourceOfProjectReferenceRedirect = project.isSourceOfProjectReferenceRedirect(location.fil… constant 3249 const originalLocation = isSourceOfProjectReferenceRedirect ? 3266 if (isSourceOfProjectReferenceRedirect) {
|
| D | protocol.ts | 1458 isSourceOfProjectReferenceRedirect: boolean; property
|
| D | session.ts | 529 …onst getGeneratedDefinition = memoize(() => defaultProject.isSourceOfProjectReferenceRedirect(defa… 532 …const getSourceDefinition = memoize(() => defaultProject.isSourceOfProjectReferenceRedirect(defaul…
|
| /third_party/typescript/src/services/ |
| D | sourcemaps.ts | 74 if (program.isSourceOfProjectReferenceRedirect(sourceFile.fileName)) {
|
| D | utilities.ts | 1938 …isSourceOfProjectReferenceRedirect: fileName => program.isSourceOfProjectReferenceRedirect(fileNam…
|
| /third_party/typescript/lib/ |
| D | protocol.d.ts | 1089 isSourceOfProjectReferenceRedirect: boolean; property
|
| D | tsserverlibrary.d.ts | 3555 isSourceOfProjectReferenceRedirect(fileName: string): boolean; method 4324 isSourceOfProjectReferenceRedirect(fileName: string): boolean; method 8594 isSourceOfProjectReferenceRedirect: boolean;
|
| D | typescript.d.ts | 3555 isSourceOfProjectReferenceRedirect(fileName: string): boolean; method 4324 isSourceOfProjectReferenceRedirect(fileName: string): boolean; method
|
| D | typescriptServices.d.ts | 3555 isSourceOfProjectReferenceRedirect(fileName: string): boolean; method 4324 isSourceOfProjectReferenceRedirect(fileName: string): boolean; method
|
| D | typingsInstaller.js | 18747 !host.isSourceOfProjectReferenceRedirect(sourceFile.fileName))); 21281 host.isSourceOfProjectReferenceRedirect(sourceFile.fileName); 55137 …isSourceOfProjectReferenceRedirect: function (fileName) { return host.isSourceOfProjectReferenceRe… method 115438 isSourceOfProjectReferenceRedirect: ts.returnFalse, property 121795 isSourceOfProjectReferenceRedirect: isSourceOfProjectReferenceRedirect, property 122347 isSourceOfProjectReferenceRedirect: isSourceOfProjectReferenceRedirect, 123417 function isSourceOfProjectReferenceRedirect(fileName) { function 127455 …var referenceRedirect = host.isSourceOfProjectReferenceRedirect(importedFileName) ? host.getProjec…
|
| D | tsc.js | 14720 !host.isSourceOfProjectReferenceRedirect(sourceFile.fileName))); 16964 host.isSourceOfProjectReferenceRedirect(sourceFile.fileName); 45611 …isSourceOfProjectReferenceRedirect: function (fileName) { return host.isSourceOfProjectReferenceRe… method 95296 isSourceOfProjectReferenceRedirect: ts.returnFalse, property 101046 isSourceOfProjectReferenceRedirect: isSourceOfProjectReferenceRedirect, property 101498 isSourceOfProjectReferenceRedirect: isSourceOfProjectReferenceRedirect, 102439 function isSourceOfProjectReferenceRedirect(fileName) { function 105933 …var referenceRedirect = host.isSourceOfProjectReferenceRedirect(importedFileName) ? host.getProjec…
|
| /third_party/typescript/src/compiler/ |
| D | moduleSpecifiers.ts | 398 …const referenceRedirect = host.isSourceOfProjectReferenceRedirect(importedFileName) ? host.getProj…
|
| D | program.ts | 1349 isSourceOfProjectReferenceRedirect, 1949 isSourceOfProjectReferenceRedirect, 3172 function isSourceOfProjectReferenceRedirect(fileName: string) { function
|
| D | types.ts | 4521 /*@internal*/ isSourceOfProjectReferenceRedirect(fileName: string): boolean; 4636 isSourceOfProjectReferenceRedirect(fileName: string): boolean; 7661 isSourceOfProjectReferenceRedirect(fileName: string): boolean; 9059 isSourceOfProjectReferenceRedirect(fileName: string): boolean;
|
| D | utilities.ts | 4465 !host.isSourceOfProjectReferenceRedirect(sourceFile.fileName) 7234 isSourceOfProjectReferenceRedirect(fileName: string): boolean; method 7242 host.isSourceOfProjectReferenceRedirect(sourceFile.fileName);
|
| D | emitter.ts | 819 isSourceOfProjectReferenceRedirect: returnFalse,
|
| D | checker.ts | 5103 … isSourceOfProjectReferenceRedirect: fileName => host.isSourceOfProjectReferenceRedirect(fileName),
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | tsserverlibrary.d.ts | 3555 isSourceOfProjectReferenceRedirect(fileName: string): boolean; method 4324 isSourceOfProjectReferenceRedirect(fileName: string): boolean; method 8594 isSourceOfProjectReferenceRedirect: boolean;
|
| D | typescript.d.ts | 3555 isSourceOfProjectReferenceRedirect(fileName: string): boolean; method 4324 isSourceOfProjectReferenceRedirect(fileName: string): boolean; method
|