Commit b73558d
committed
Merge pull request microsoft#508 from Microsoft/printDiagnosticCodes
Emit error codes when reporting diagnostics.30 files changed
+94-79Lines changed: 94 additions & 79 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src
- compiler
- harness
- tests/baselines/reference/project
- cantFindTheModule
- amd
- node
- declareVariableCollision
- amd
- node
- intReferencingExtAndInt
- amd
- node
- mapRootSourceRootWithNoSourceMapOption
- amd
- node
- mapRootWithNoSourceMapOption
- amd
- node
- nestedLocalModuleSimpleCase
- amd
- node
- nestedLocalModuleWithRecursiveTypecheck
- amd
- node
- noDefaultLib
- amd
- node
- privacyCheckOnImportedModuleDeclarationsInsideModule
- amd
- node
- privacyCheckOnImportedModuleDeclarationsInsideNonExportedModule
- amd
- node
- privacyCheckOnImportedModuleImportStatementInParentModule
- amd
- node
- quotesInFileAndDirectoryNames
- amd
- node
- sourceRootWithNoSourceMapOption
- amd
- node
- visibilityOfTypeUsedAcrossModules2
- amd
- node
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+9-4Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
86 | 86 | |
87 | 87 | |
88 | 88 | |
| 89 | + |
| 90 | + |
89 | 91 | |
90 | 92 | |
91 | | - |
92 | | - |
93 | | - |
94 | | - |
| 93 | + |
| 94 | + |
95 | 95 | |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
96 | 101 | |
97 | 102 | |
98 | 103 | |
|
Collapse file
+27-17Lines changed: 27 additions & 17 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
563 | 563 | |
564 | 564 | |
565 | 565 | |
566 | | - |
| 566 | + |
567 | 567 | |
568 | 568 | |
569 | 569 | |
| ||
750 | 750 | |
751 | 751 | |
752 | 752 | |
753 | | - |
| 753 | + |
754 | 754 | |
755 | 755 | |
756 | 756 | |
| ||
768 | 768 | |
769 | 769 | |
770 | 770 | |
771 | | - |
| 771 | + |
772 | 772 | |
773 | | - |
| 773 | + |
| 774 | + |
| 775 | + |
| 776 | + |
| 777 | + |
| 778 | + |
| 779 | + |
| 780 | + |
| 781 | + |
| 782 | + |
774 | 783 | |
775 | 784 | |
776 | | - |
777 | | - |
778 | | - |
| 785 | + |
| 786 | + |
| 787 | + |
779 | 788 | |
780 | 789 | |
781 | | - |
782 | | - |
783 | | - |
784 | | - |
| 790 | + |
785 | 791 | |
| 792 | + |
| 793 | + |
786 | 794 | |
787 | 795 | |
788 | | - |
| 796 | + |
789 | 797 | |
790 | 798 | |
791 | 799 | |
792 | | - |
| 800 | + |
793 | 801 | |
794 | 802 | |
795 | 803 | |
796 | 804 | |
797 | 805 | |
798 | 806 | |
799 | | - |
| 807 | + |
800 | 808 | |
801 | 809 | |
802 | 810 | |
| ||
916 | 924 | |
917 | 925 | |
918 | 926 | |
919 | | - |
| 927 | + |
920 | 928 | |
921 | 929 | |
922 | 930 | |
923 | 931 | |
924 | 932 | |
925 | 933 | |
| 934 | + |
| 935 | + |
926 | 936 | |
927 | 937 | |
928 | 938 | |
| ||
950 | 960 | |
951 | 961 | |
952 | 962 | |
953 | | - |
| 963 | + |
954 | 964 | |
955 | 965 | |
956 | 966 | |
957 | 967 | |
958 | 968 | |
959 | | - |
| 969 | + |
960 | 970 | |
961 | 971 | |
962 | 972 | |
|
Collapse file
tests/baselines/reference/project/cantFindTheModule/amd/cantFindTheModule.errors.txt
Copy file name to clipboardExpand all lines: tests/baselines/reference/project/cantFindTheModule/amd/cantFindTheModule.errors.txt+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
2 | | - |
3 | | - |
| 1 | + |
| 2 | + |
| 3 | + |
4 | 4 | |
5 | 5 | |
6 | 6 | |
|
Collapse file
tests/baselines/reference/project/cantFindTheModule/node/cantFindTheModule.errors.txt
Copy file name to clipboardExpand all lines: tests/baselines/reference/project/cantFindTheModule/node/cantFindTheModule.errors.txt+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
2 | | - |
3 | | - |
| 1 | + |
| 2 | + |
| 3 | + |
4 | 4 | |
5 | 5 | |
6 | 6 | |
|
Collapse file
tests/baselines/reference/project/declareVariableCollision/amd/declareVariableCollision.errors.txt
Copy file name to clipboardExpand all lines: tests/baselines/reference/project/declareVariableCollision/amd/declareVariableCollision.errors.txt+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
| 1 | + |
2 | 2 | |
3 | 3 | |
4 | 4 | |
|
Collapse file
tests/baselines/reference/project/declareVariableCollision/node/declareVariableCollision.errors.txt
Copy file name to clipboardExpand all lines: tests/baselines/reference/project/declareVariableCollision/node/declareVariableCollision.errors.txt+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
| 1 | + |
2 | 2 | |
3 | 3 | |
4 | 4 | |
|
Collapse file
tests/baselines/reference/project/intReferencingExtAndInt/amd/intReferencingExtAndInt.errors.txt
Copy file name to clipboardExpand all lines: tests/baselines/reference/project/intReferencingExtAndInt/amd/intReferencingExtAndInt.errors.txt+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
| 1 | + |
2 | 2 | |
3 | 3 | |
4 | 4 | |
|
Collapse file
tests/baselines/reference/project/intReferencingExtAndInt/node/intReferencingExtAndInt.errors.txt
Copy file name to clipboardExpand all lines: tests/baselines/reference/project/intReferencingExtAndInt/node/intReferencingExtAndInt.errors.txt+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
| 1 | + |
2 | 2 | |
3 | 3 | |
4 | 4 | |
|
Collapse file
tests/baselines/reference/project/mapRootSourceRootWithNoSourceMapOption/amd/mapRootSourceRootWithNoSourceMapOption.errors.txt
Copy file name to clipboardExpand all lines: tests/baselines/reference/project/mapRootSourceRootWithNoSourceMapOption/amd/mapRootSourceRootWithNoSourceMapOption.errors.txt+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
2 | | - |
| 1 | + |
| 2 | + |
3 | 3 | |
4 | 4 | |
5 | 5 | |
|
Collapse file
tests/baselines/reference/project/mapRootSourceRootWithNoSourceMapOption/node/mapRootSourceRootWithNoSourceMapOption.errors.txt
Copy file name to clipboardExpand all lines: tests/baselines/reference/project/mapRootSourceRootWithNoSourceMapOption/node/mapRootSourceRootWithNoSourceMapOption.errors.txt+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
2 | | - |
| 1 | + |
| 2 | + |
3 | 3 | |
4 | 4 | |
5 | 5 | |
|
0 commit comments