Home
last modified time | relevance | path

Searched refs:isSourceOfProjectReferenceRedirect (Results 1 – 22 of 22) sorted by relevance

/third_party/typescript/src/testRunner/unittests/tsserver/
Dprojects.ts1327 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/
Dproject.ts764 !this.program!.isSourceOfProjectReferenceRedirect(scriptInfo.path);
1030isSourceOfProjectReferenceRedirect: 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 …]
DscriptInfo.ts520 if (!project.isSourceOfProjectReferenceRedirect(this.fileName)) {
DeditorServices.ts619 !project.isSourceOfProjectReferenceRedirect(info.path);
3248 …const isSourceOfProjectReferenceRedirect = project.isSourceOfProjectReferenceRedirect(location.fil… constant
3249 const originalLocation = isSourceOfProjectReferenceRedirect ?
3266 if (isSourceOfProjectReferenceRedirect) {
Dprotocol.ts1458 isSourceOfProjectReferenceRedirect: boolean; property
Dsession.ts529 …onst getGeneratedDefinition = memoize(() => defaultProject.isSourceOfProjectReferenceRedirect(defa…
532 …const getSourceDefinition = memoize(() => defaultProject.isSourceOfProjectReferenceRedirect(defaul…
/third_party/typescript/src/services/
Dsourcemaps.ts74 if (program.isSourceOfProjectReferenceRedirect(sourceFile.fileName)) {
Dutilities.ts1938isSourceOfProjectReferenceRedirect: fileName => program.isSourceOfProjectReferenceRedirect(fileNam…
/third_party/typescript/lib/
Dprotocol.d.ts1089 isSourceOfProjectReferenceRedirect: boolean; property
Dtsserverlibrary.d.ts3555 isSourceOfProjectReferenceRedirect(fileName: string): boolean; method
4324 isSourceOfProjectReferenceRedirect(fileName: string): boolean; method
8594 isSourceOfProjectReferenceRedirect: boolean;
Dtypescript.d.ts3555 isSourceOfProjectReferenceRedirect(fileName: string): boolean; method
4324 isSourceOfProjectReferenceRedirect(fileName: string): boolean; method
DtypescriptServices.d.ts3555 isSourceOfProjectReferenceRedirect(fileName: string): boolean; method
4324 isSourceOfProjectReferenceRedirect(fileName: string): boolean; method
DtypingsInstaller.js18747 !host.isSourceOfProjectReferenceRedirect(sourceFile.fileName)));
21281 host.isSourceOfProjectReferenceRedirect(sourceFile.fileName);
55137isSourceOfProjectReferenceRedirect: 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…
Dtsc.js14720 !host.isSourceOfProjectReferenceRedirect(sourceFile.fileName)));
16964 host.isSourceOfProjectReferenceRedirect(sourceFile.fileName);
45611isSourceOfProjectReferenceRedirect: 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/
DmoduleSpecifiers.ts398 …const referenceRedirect = host.isSourceOfProjectReferenceRedirect(importedFileName) ? host.getProj…
Dprogram.ts1349 isSourceOfProjectReferenceRedirect,
1949 isSourceOfProjectReferenceRedirect,
3172 function isSourceOfProjectReferenceRedirect(fileName: string) { function
Dtypes.ts4521 /*@internal*/ isSourceOfProjectReferenceRedirect(fileName: string): boolean;
4636 isSourceOfProjectReferenceRedirect(fileName: string): boolean;
7661 isSourceOfProjectReferenceRedirect(fileName: string): boolean;
9059 isSourceOfProjectReferenceRedirect(fileName: string): boolean;
Dutilities.ts4465 !host.isSourceOfProjectReferenceRedirect(sourceFile.fileName)
7234 isSourceOfProjectReferenceRedirect(fileName: string): boolean; method
7242 host.isSourceOfProjectReferenceRedirect(sourceFile.fileName);
Demitter.ts819 isSourceOfProjectReferenceRedirect: returnFalse,
Dchecker.ts5103isSourceOfProjectReferenceRedirect: fileName => host.isSourceOfProjectReferenceRedirect(fileName),
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts3555 isSourceOfProjectReferenceRedirect(fileName: string): boolean; method
4324 isSourceOfProjectReferenceRedirect(fileName: string): boolean; method
8594 isSourceOfProjectReferenceRedirect: boolean;
Dtypescript.d.ts3555 isSourceOfProjectReferenceRedirect(fileName: string): boolean; method
4324 isSourceOfProjectReferenceRedirect(fileName: string): boolean; method