File tree
118 files changed
+3056
-1401
lines changed- src
- compiler
- harness
- services
- testRunner
- unittests/tscWatch
- tests
- baselines/reference
- api
- config
- initTSConfig
- Default initialized TSConfig
- Initialized TSConfig with --help
- Initialized TSConfig with --watch
- Initialized TSConfig with advanced options
- Initialized TSConfig with boolean value compiler options
- Initialized TSConfig with enum value compiler options
- Initialized TSConfig with files options
- Initialized TSConfig with incorrect compiler option
- Initialized TSConfig with incorrect compiler option value
- Initialized TSConfig with list compiler options
- Initialized TSConfig with list compiler options with enum value
- showConfig/Shows tsconfig for single option/allowArbitraryExtensions
- tscWatch
- emitAndErrorUpdates
- assumeChangesOnlyAffectDirectDependencies/transitive-exports
- no-circular-import
- yes-circular-import
- assumeChangesOnlyAffectDirectDependenciesAndD/transitive-exports
- no-circular-import
- yes-circular-import
- default/transitive-exports
- no-circular-import
- yes-circular-import
- defaultAndD/transitive-exports
- no-circular-import
- yes-circular-import
- isolatedModules/transitive-exports
- no-circular-import
- yes-circular-import
- isolatedModulesAndD/transitive-exports
- no-circular-import
- yes-circular-import
- resolveJsonModule
- tsserver/plugins
- cases
- compiler
- conformance/nonjsExtensions
- fourslash
- server
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
118 files changed
+3056
-1401
lines changedDiff for: src/compiler/checker.ts
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4738 | 4738 |
| |
4739 | 4739 |
| |
4740 | 4740 |
| |
4741 |
| - | |
| 4741 | + | |
4742 | 4742 |
| |
4743 | 4743 |
| |
4744 | 4744 |
| |
|
Diff for: src/compiler/commandLineParser.ts
+8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1206 | 1206 |
| |
1207 | 1207 |
| |
1208 | 1208 |
| |
| 1209 | + | |
| 1210 | + | |
| 1211 | + | |
| 1212 | + | |
| 1213 | + | |
| 1214 | + | |
| 1215 | + | |
| 1216 | + | |
1209 | 1217 |
| |
1210 | 1218 |
| |
1211 | 1219 |
| |
|
Diff for: src/compiler/diagnosticMessages.json
+12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5190 | 5190 |
| |
5191 | 5191 |
| |
5192 | 5192 |
| |
| 5193 | + | |
| 5194 | + | |
| 5195 | + | |
| 5196 | + | |
| 5197 | + | |
| 5198 | + | |
| 5199 | + | |
| 5200 | + | |
| 5201 | + | |
| 5202 | + | |
| 5203 | + | |
| 5204 | + | |
5193 | 5205 |
| |
5194 | 5206 |
| |
5195 | 5207 |
| |
|
Diff for: src/compiler/moduleNameResolver.ts
+41-48
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
56 | 55 |
| |
57 | 56 |
| |
58 | 57 |
| |
| |||
99 | 98 |
| |
100 | 99 |
| |
101 | 100 |
| |
102 |
| - | |
103 | 101 |
| |
104 | 102 |
| |
105 | 103 |
| |
| |||
151 | 149 |
| |
152 | 150 |
| |
153 | 151 |
| |
154 |
| - | |
| 152 | + | |
155 | 153 |
| |
156 | 154 |
| |
157 | 155 |
| |
| |||
170 | 168 |
| |
171 | 169 |
| |
172 | 170 |
| |
173 |
| - | |
| 171 | + | |
174 | 172 |
| |
175 | 173 |
| |
176 | 174 |
| |
| |||
1856 | 1854 |
| |
1857 | 1855 |
| |
1858 | 1856 |
| |
1859 |
| - | |
1860 |
| - | |
1861 |
| - | |
1862 |
| - | |
1863 |
| - | |
1864 |
| - | |
1865 |
| - | |
1866 |
| - | |
1867 |
| - | |
1868 |
| - | |
1869 |
| - | |
1870 |
| - | |
1871 |
| - | |
1872 |
| - | |
| 1857 | + | |
| 1858 | + | |
| 1859 | + | |
| 1860 | + | |
| 1861 | + | |
| 1862 | + | |
| 1863 | + | |
| 1864 | + | |
| 1865 | + | |
| 1866 | + | |
| 1867 | + | |
| 1868 | + | |
| 1869 | + | |
1873 | 1870 |
| |
| 1871 | + | |
1874 | 1872 |
| |
1875 | 1873 |
| |
1876 | 1874 |
| |
| |||
1909 | 1907 |
| |
1910 | 1908 |
| |
1911 | 1909 |
| |
1912 |
| - | |
1913 |
| - | |
| 1910 | + | |
| 1911 | + | |
1914 | 1912 |
| |
1915 | 1913 |
| |
1916 | 1914 |
| |
1917 | 1915 |
| |
1918 | 1916 |
| |
1919 |
| - | |
1920 |
| - | |
| 1917 | + | |
| 1918 | + | |
1921 | 1919 |
| |
1922 | 1920 |
| |
1923 | 1921 |
| |
1924 |
| - | |
1925 |
| - | |
1926 |
| - | |
1927 |
| - | |
1928 |
| - | |
1929 |
| - | |
1930 |
| - | |
1931 |
| - | |
1932 |
| - | |
1933 |
| - | |
1934 |
| - | |
1935 |
| - | |
1936 |
| - | |
| 1922 | + | |
| 1923 | + | |
| 1924 | + | |
1937 | 1925 |
| |
| 1926 | + | |
| 1927 | + | |
| 1928 | + | |
| 1929 | + | |
| 1930 | + | |
| 1931 | + | |
| 1932 | + | |
| 1933 | + | |
| 1934 | + | |
1938 | 1935 |
| |
1939 |
| - | |
1940 |
| - | |
1941 |
| - | |
1942 |
| - | |
1943 |
| - | |
1944 |
| - | |
1945 |
| - | |
| 1936 | + | |
| 1937 | + | |
| 1938 | + | |
| 1939 | + | |
1946 | 1940 |
| |
1947 | 1941 |
| |
1948 | 1942 |
| |
| 1943 | + | |
| 1944 | + | |
| 1945 | + | |
1949 | 1946 |
| |
1950 | 1947 |
| |
1951 | 1948 |
| |
1952 |
| - | |
| 1949 | + | |
1953 | 1950 |
| |
1954 | 1951 |
| |
1955 | 1952 |
| |
| |||
2984 | 2981 |
| |
2985 | 2982 |
| |
2986 | 2983 |
| |
2987 |
| - | |
2988 |
| - | |
2989 |
| - | |
2990 |
| - | |
2991 | 2984 |
| |
2992 | 2985 |
| |
2993 | 2986 |
| |
2994 |
| - | |
| 2987 | + | |
2995 | 2988 |
| |
2996 | 2989 |
| |
2997 | 2990 |
| |
|
Diff for: src/compiler/moduleSpecifiers.ts
+15
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| 34 | + | |
34 | 35 |
| |
35 | 36 |
| |
36 | 37 |
| |
| |||
85 | 86 |
| |
86 | 87 |
| |
87 | 88 |
| |
| 89 | + | |
88 | 90 |
| |
89 | 91 |
| |
90 | 92 |
| |
| |||
1036 | 1038 |
| |
1037 | 1039 |
| |
1038 | 1040 |
| |
| 1041 | + | |
| 1042 | + | |
| 1043 | + | |
| 1044 | + | |
1039 | 1045 |
| |
1040 | 1046 |
| |
1041 | 1047 |
| |
| |||
1066 | 1072 |
| |
1067 | 1073 |
| |
1068 | 1074 |
| |
| 1075 | + | |
| 1076 | + | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
| 1080 | + | |
| 1081 | + | |
| 1082 | + | |
| 1083 | + | |
1069 | 1084 |
| |
1070 | 1085 |
| |
1071 | 1086 |
| |
|
Diff for: src/compiler/parser.ts
+5-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
| 87 | + | |
87 | 88 |
| |
| 89 | + | |
88 | 90 |
| |
89 | 91 |
| |
90 | 92 |
| |
| |||
98 | 100 |
| |
99 | 101 |
| |
100 | 102 |
| |
| 103 | + | |
101 | 104 |
| |
102 | 105 |
| |
103 | 106 |
| |
| |||
328 | 331 |
| |
329 | 332 |
| |
330 | 333 |
| |
| 334 | + | |
331 | 335 |
| |
332 | 336 |
| |
333 | 337 |
| |
| |||
10114 | 10118 |
| |
10115 | 10119 |
| |
10116 | 10120 |
| |
10117 |
| - | |
| 10121 | + | |
10118 | 10122 |
| |
10119 | 10123 |
| |
10120 | 10124 |
| |
|
Diff for: src/compiler/program.ts
+15-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
218 | 218 |
| |
219 | 219 |
| |
220 | 220 |
| |
221 |
| - | |
222 | 221 |
| |
223 | 222 |
| |
224 | 223 |
| |
| |||
3845 | 3844 |
| |
3846 | 3845 |
| |
3847 | 3846 |
| |
3848 |
| - | |
| 3847 | + | |
3849 | 3848 |
| |
3850 | 3849 |
| |
3851 | 3850 |
| |
| |||
4213 | 4212 |
| |
4214 | 4213 |
| |
4215 | 4214 |
| |
4216 |
| - | |
| 4215 | + | |
4217 | 4216 |
| |
4218 | 4217 |
| |
4219 | 4218 |
| |
| |||
4947 | 4946 |
| |
4948 | 4947 |
| |
4949 | 4948 |
| |
4950 |
| - | |
| 4949 | + | |
4951 | 4950 |
| |
4952 | 4951 |
| |
4953 | 4952 |
| |
| 4953 | + | |
| 4954 | + | |
| 4955 | + | |
| 4956 | + | |
4954 | 4957 |
| |
4955 | 4958 |
| |
4956 | 4959 |
| |
4957 | 4960 |
| |
4958 | 4961 |
| |
4959 | 4962 |
| |
4960 | 4963 |
| |
| 4964 | + | |
| 4965 | + | |
4961 | 4966 |
| |
4962 | 4967 |
| |
4963 | 4968 |
| |
| 4969 | + | |
| 4970 | + | |
4964 | 4971 |
| |
4965 | 4972 |
| |
4966 | 4973 |
| |
| |||
4972 | 4979 |
| |
4973 | 4980 |
| |
4974 | 4981 |
| |
| 4982 | + | |
| 4983 | + | |
| 4984 | + | |
| 4985 | + | |
4975 | 4986 |
| |
4976 | 4987 |
| |
4977 | 4988 |
| |
|
Diff for: src/compiler/types.ts
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6974 | 6974 |
| |
6975 | 6975 |
| |
6976 | 6976 |
| |
| 6977 | + | |
6977 | 6978 |
| |
6978 | 6979 |
| |
6979 | 6980 |
| |
| |||
7557 | 7558 |
| |
7558 | 7559 |
| |
7559 | 7560 |
| |
7560 |
| - | |
| 7561 | + | |
7561 | 7562 |
| |
7562 | 7563 |
| |
7563 | 7564 |
| |
|
0 commit comments