File tree
143 files changed
+6542
-7387
lines changed- .github/workflows
- src
- compiler
- harness
- services
- _namespaces
- testRunner
- unittests/services
- tests
- baselines/reference
- api
- cases
- compiler
- conformance
- enums
- expressions
- binaryOperators/instanceofOperator
- typeGuards
- fourslash
- shims
- shims-pp
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
143 files changed
+6542
-7387
lines changedDiff for: .dprint.jsonc
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
| 54 | + | |
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
|
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 |
| |
25 | 28 |
| |
26 | 29 |
| |
27 | 30 |
| |
28 | 31 |
| |
29 | 32 |
| |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
|
Diff for: .github/workflows/set-version.yaml
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
25 | 24 |
| |
26 | 25 |
| |
27 | 26 |
| |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
|
Diff for: package-lock.json
+247-241
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Diff for: src/compiler/checker.ts
+151-31
Large diffs are not rendered by default.
Diff for: src/compiler/diagnosticMessages.json
+9-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1920 | 1920 |
| |
1921 | 1921 |
| |
1922 | 1922 |
| |
1923 |
| - | |
| 1923 | + | |
1924 | 1924 |
| |
1925 | 1925 |
| |
1926 | 1926 |
| |
| |||
3691 | 3691 |
| |
3692 | 3692 |
| |
3693 | 3693 |
| |
| 3694 | + | |
| 3695 | + | |
| 3696 | + | |
| 3697 | + | |
| 3698 | + | |
| 3699 | + | |
| 3700 | + | |
| 3701 | + | |
3694 | 3702 |
| |
3695 | 3703 |
| |
3696 | 3704 |
| |
|
Diff for: src/compiler/types.ts
+6-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3053 | 3053 |
| |
3054 | 3054 |
| |
3055 | 3055 |
| |
| 3056 | + | |
| 3057 | + | |
| 3058 | + | |
| 3059 | + | |
3056 | 3060 |
| |
3057 | 3061 |
| |
3058 | 3062 |
| |
3059 | 3063 |
| |
3060 | 3064 |
| |
3061 |
| - | |
| 3065 | + | |
| 3066 | + | |
3062 | 3067 |
| |
3063 | 3068 |
| |
3064 | 3069 |
| |
|
Diff for: src/compiler/utilities.ts
+12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
231 | 231 |
| |
232 | 232 |
| |
233 | 233 |
| |
| 234 | + | |
234 | 235 |
| |
235 | 236 |
| |
236 | 237 |
| |
| |||
3120 | 3121 |
| |
3121 | 3122 |
| |
3122 | 3123 |
| |
| 3124 | + | |
| 3125 | + | |
3123 | 3126 |
| |
3124 | 3127 |
| |
3125 | 3128 |
| |
| |||
7235 | 7238 |
| |
7236 | 7239 |
| |
7237 | 7240 |
| |
| 7241 | + | |
| 7242 | + | |
| 7243 | + | |
| 7244 | + | |
| 7245 | + | |
| 7246 | + | |
| 7247 | + | |
| 7248 | + | |
| 7249 | + | |
7238 | 7250 |
| |
7239 | 7251 |
| |
7240 | 7252 |
| |
|
Diff for: src/compiler/utilitiesPublic.ts
+8-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
| 105 | + | |
105 | 106 |
| |
| 107 | + | |
106 | 108 |
| |
107 | 109 |
| |
108 | 110 |
| |
| |||
111 | 113 |
| |
112 | 114 |
| |
113 | 115 |
| |
| 116 | + | |
114 | 117 |
| |
115 | 118 |
| |
116 | 119 |
| |
| |||
153 | 156 |
| |
154 | 157 |
| |
155 | 158 |
| |
| 159 | + | |
156 | 160 |
| |
157 | 161 |
| |
158 | 162 |
| |
| |||
1705 | 1709 |
| |
1706 | 1710 |
| |
1707 | 1711 |
| |
1708 |
| - | |
| 1712 | + | |
| 1713 | + | |
| 1714 | + | |
| 1715 | + | |
1709 | 1716 |
| |
1710 | 1717 |
| |
1711 | 1718 |
| |
|
Diff for: src/harness/fourslashImpl.ts
+28-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 |
| - | |
15 | 13 |
| |
16 | 14 |
| |
17 | 15 |
| |
| |||
202 | 200 |
| |
203 | 201 |
| |
204 | 202 |
| |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
205 | 229 |
| |
206 | 230 |
| |
207 | 231 |
| |
| |||
267 | 291 |
| |
268 | 292 |
| |
269 | 293 |
| |
270 |
| - | |
271 |
| - | |
272 |
| - | |
273 |
| - | |
274 | 294 |
| |
275 | 295 |
| |
276 | 296 |
| |
| |||
1764 | 1784 |
| |
1765 | 1785 |
| |
1766 | 1786 |
| |
1767 |
| - | |
1768 |
| - | |
| 1787 | + | |
| 1788 | + | |
1769 | 1789 |
| |
1770 | 1790 |
| |
1771 | 1791 |
| |
|
0 commit comments