| /third_party/typescript/src/testRunner/unittests/config/ |
| D | tsconfigParsing.ts | 40 assert.isTrue(arrayIsEqualTo(parsed.fileNames.sort(), expectedFileList.sort())); 44 assert.isTrue(arrayIsEqualTo(parsed.fileNames.sort(), expectedFileList.sort()));
|
| /third_party/typescript/src/server/ |
| D | typingsCache.ts | 81 return !arrayIsEqualTo(imports1, imports2);
|
| D | project.ts | 1277 … !arrayIsEqualTo(oldSourceFile.moduleAugmentations, newSourceFile.moduleAugmentations) || 1287 … if (!arrayIsEqualTo(oldSourceFile.ambientModuleNames, newSourceFile.ambientModuleNames)) {
|
| /third_party/typescript/src/compiler/ |
| D | program.ts | 667 if (!arrayIsEqualTo(program.getRootFileNames(), rootFileNames)) { 674 …if (!arrayIsEqualTo(program.getProjectReferences(), projectReferences, projectReferenceUptoDate)) { 1393 … return !arrayIsEqualTo(oldProjectReferences, newReferences, projectReferenceIsEqualTo); 1412 if (!arrayIsEqualTo(oldRootNames, rootNames)) { 1416 if (!arrayIsEqualTo(options.types, oldOptions.types)) { 1498 …if (!arrayIsEqualTo(oldSourceFile.libReferenceDirectives, newSourceFile.libReferenceDirectives, fi… 1510 …if (!arrayIsEqualTo(oldSourceFile.referencedFiles, newSourceFile.referencedFiles, fileReferenceIsE… 1517 … if (!arrayIsEqualTo(oldSourceFile.imports, newSourceFile.imports, moduleNameIsEqualTo)) { 1521 …if (!arrayIsEqualTo(oldSourceFile.moduleAugmentations, newSourceFile.moduleAugmentations, moduleNa… 1530 …if (!arrayIsEqualTo(oldSourceFile.typeReferenceDirectives, newSourceFile.typeReferenceDirectives, …
|
| D | tsbuildPublic.ts | 1153 return arrayIsEqualTo(state.currentInvalidatedProject.buildOrder, buildOrder) ?
|
| D | core.ts | 851 …export function arrayIsEqualTo<T>(array1: readonly T[] | undefined, array2: readonly T[] | undefin… function
|
| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | compileOnSave.ts | 25 … arrayIsEqualTo(actualResultSingleProjectFileNameList, expectedResultSingleProjectFileNameList),
|
| /third_party/typescript/src/harness/ |
| D | fourslashImpl.ts | 2395 … if (!ts.arrayIsEqualTo(expected.displayParts, matchingImpl.displayParts, displayPartIsEqualTo)) { 2401 if (!ts.arrayIsEqualTo(expected.parts, actualParts)) {
|
| /third_party/typescript/src/compiler/transformers/ |
| D | es2015.ts | 1949 if (isBlock(body) && arrayIsEqualTo(statements, body.statements)) {
|
| /third_party/typescript/lib/ |
| D | tsc.js | 780 function arrayIsEqualTo(array1, array2, equalityComparer) { function 795 ts.arrayIsEqualTo = arrayIsEqualTo; 75451 if (ts.isBlock(body) && ts.arrayIsEqualTo(statements, body.statements)) { 87574 if (!ts.arrayIsEqualTo(program.getRootFileNames(), rootFileNames)) { 87578 …if (!ts.arrayIsEqualTo(program.getProjectReferences(), projectReferences, projectReferenceUptoDate… 88095 … return !ts.arrayIsEqualTo(oldProjectReferences, newReferences, ts.projectReferenceIsEqualTo); 88108 if (!ts.arrayIsEqualTo(oldRootNames, rootNames)) { 88111 if (!ts.arrayIsEqualTo(options.types, oldOptions.types)) { 88168 …if (!ts.arrayIsEqualTo(oldSourceFile.libReferenceDirectives, newSourceFile.libReferenceDirectives,… 88174 …if (!ts.arrayIsEqualTo(oldSourceFile.referencedFiles, newSourceFile.referencedFiles, fileReference… [all …]
|
| D | typingsInstaller.js | 877 function arrayIsEqualTo(array1, array2, equalityComparer) { function 892 ts.arrayIsEqualTo = arrayIsEqualTo; 90907 if (ts.isBlock(body) && ts.arrayIsEqualTo(statements, body.statements)) { 106618 if (!ts.arrayIsEqualTo(program.getRootFileNames(), rootFileNames)) { 106623 …if (!ts.arrayIsEqualTo(program.getProjectReferences(), projectReferences, projectReferenceUptoDate… 107250 … return !ts.arrayIsEqualTo(oldProjectReferences, newReferences, ts.projectReferenceIsEqualTo); 107266 if (!ts.arrayIsEqualTo(oldRootNames, rootNames)) { 107269 if (!ts.arrayIsEqualTo(options.types, oldOptions.types)) { 107344 …if (!ts.arrayIsEqualTo(oldSourceFile.libReferenceDirectives, newSourceFile.libReferenceDirectives,… 107354 …if (!ts.arrayIsEqualTo(oldSourceFile.referencedFiles, newSourceFile.referencedFiles, fileReference… [all …]
|
| D | tsserverlibrary.js | 1082 function arrayIsEqualTo(array1, array2, equalityComparer) { function 1097 ts.arrayIsEqualTo = arrayIsEqualTo; 91112 if (ts.isBlock(body) && ts.arrayIsEqualTo(statements, body.statements)) { 106823 if (!ts.arrayIsEqualTo(program.getRootFileNames(), rootFileNames)) { 106828 …if (!ts.arrayIsEqualTo(program.getProjectReferences(), projectReferences, projectReferenceUptoDate… 107455 … return !ts.arrayIsEqualTo(oldProjectReferences, newReferences, ts.projectReferenceIsEqualTo); 107471 if (!ts.arrayIsEqualTo(oldRootNames, rootNames)) { 107474 if (!ts.arrayIsEqualTo(options.types, oldOptions.types)) { 107549 …if (!ts.arrayIsEqualTo(oldSourceFile.libReferenceDirectives, newSourceFile.libReferenceDirectives,… 107559 …if (!ts.arrayIsEqualTo(oldSourceFile.referencedFiles, newSourceFile.referencedFiles, fileReference… [all …]
|
| D | tsserver.js | 888 function arrayIsEqualTo(array1, array2, equalityComparer) { function 903 ts.arrayIsEqualTo = arrayIsEqualTo; 90918 if (ts.isBlock(body) && ts.arrayIsEqualTo(statements, body.statements)) { 106629 if (!ts.arrayIsEqualTo(program.getRootFileNames(), rootFileNames)) { 106634 …if (!ts.arrayIsEqualTo(program.getProjectReferences(), projectReferences, projectReferenceUptoDate… 107261 … return !ts.arrayIsEqualTo(oldProjectReferences, newReferences, ts.projectReferenceIsEqualTo); 107277 if (!ts.arrayIsEqualTo(oldRootNames, rootNames)) { 107280 if (!ts.arrayIsEqualTo(options.types, oldOptions.types)) { 107355 …if (!ts.arrayIsEqualTo(oldSourceFile.libReferenceDirectives, newSourceFile.libReferenceDirectives,… 107365 …if (!ts.arrayIsEqualTo(oldSourceFile.referencedFiles, newSourceFile.referencedFiles, fileReference… [all …]
|
| D | typescript.js | 1082 function arrayIsEqualTo(array1, array2, equalityComparer) { function 1097 ts.arrayIsEqualTo = arrayIsEqualTo; 91112 if (ts.isBlock(body) && ts.arrayIsEqualTo(statements, body.statements)) { 106823 if (!ts.arrayIsEqualTo(program.getRootFileNames(), rootFileNames)) { 106828 …if (!ts.arrayIsEqualTo(program.getProjectReferences(), projectReferences, projectReferenceUptoDate… 107455 … return !ts.arrayIsEqualTo(oldProjectReferences, newReferences, ts.projectReferenceIsEqualTo); 107471 if (!ts.arrayIsEqualTo(oldRootNames, rootNames)) { 107474 if (!ts.arrayIsEqualTo(options.types, oldOptions.types)) { 107549 …if (!ts.arrayIsEqualTo(oldSourceFile.libReferenceDirectives, newSourceFile.libReferenceDirectives,… 107559 …if (!ts.arrayIsEqualTo(oldSourceFile.referencedFiles, newSourceFile.referencedFiles, fileReference… [all …]
|
| D | typescriptServices.js | 1082 function arrayIsEqualTo(array1, array2, equalityComparer) { function 1097 ts.arrayIsEqualTo = arrayIsEqualTo; 91112 if (ts.isBlock(body) && ts.arrayIsEqualTo(statements, body.statements)) { 106823 if (!ts.arrayIsEqualTo(program.getRootFileNames(), rootFileNames)) { 106828 …if (!ts.arrayIsEqualTo(program.getProjectReferences(), projectReferences, projectReferenceUptoDate… 107455 … return !ts.arrayIsEqualTo(oldProjectReferences, newReferences, ts.projectReferenceIsEqualTo); 107471 if (!ts.arrayIsEqualTo(oldRootNames, rootNames)) { 107474 if (!ts.arrayIsEqualTo(options.types, oldOptions.types)) { 107549 …if (!ts.arrayIsEqualTo(oldSourceFile.libReferenceDirectives, newSourceFile.libReferenceDirectives,… 107559 …if (!ts.arrayIsEqualTo(oldSourceFile.referencedFiles, newSourceFile.referencedFiles, fileReference… [all …]
|