File tree
8 files changed
+12
-11
lines changed- src
- compiler
- harness/unittests
- server
- tests/cases/compiler
8 files changed
+12
-11
lines changedDiff for: src/compiler/checker.ts
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
67 |
| - | |
| 67 | + | |
| 68 | + | |
68 | 69 |
| |
69 | 70 |
| |
70 | 71 |
| |
|
Diff for: src/compiler/commandLineParser.ts
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
270 | 270 |
| |
271 | 271 |
| |
272 | 272 |
| |
273 |
| - | |
| 273 | + | |
274 | 274 |
| |
275 | 275 |
| |
276 | 276 |
| |
277 |
| - | |
| 277 | + | |
278 | 278 |
| |
279 | 279 |
| |
280 | 280 |
| |
|
Diff for: src/compiler/diagnosticMessages.json
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3302 | 3302 |
| |
3303 | 3303 |
| |
3304 | 3304 |
| |
3305 |
| - | |
| 3305 | + | |
3306 | 3306 |
| |
3307 | 3307 |
| |
3308 | 3308 |
| |
|
Diff for: src/compiler/types.ts
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3622 | 3622 |
| |
3623 | 3623 |
| |
3624 | 3624 |
| |
3625 |
| - | |
| 3625 | + | |
3626 | 3626 |
| |
3627 | 3627 |
| |
3628 | 3628 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
|
Diff for: src/harness/unittests/transpile.ts
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
413 | 413 |
| |
414 | 414 |
| |
415 | 415 |
| |
416 |
| - | |
417 |
| - | |
| 416 | + | |
| 417 | + | |
418 | 418 |
| |
419 | 419 |
| |
420 | 420 |
| |
|
Diff for: src/server/protocol.ts
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2448 | 2448 |
| |
2449 | 2449 |
| |
2450 | 2450 |
| |
2451 |
| - | |
| 2451 | + | |
2452 | 2452 |
| |
2453 | 2453 |
| |
2454 | 2454 |
| |
|
Diff for: tests/cases/compiler/dontWiden.ts
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
0 commit comments