Commit 30aff2f
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/compiler
- transformers
- tests/cases/conformance
- es6
- destructuring
- spread
- statements/for-ofStatements
Expand file treeCollapse file tree
Open diff view settings
Collapse file
+10-11Lines changed: 10 additions & 11 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
53 | 53 | |
54 | 54 | |
55 | 55 | |
56 | | - |
57 | 56 | |
58 | 57 | |
59 | 58 | |
| ||
11444 | 11443 | |
11445 | 11444 | |
11446 | 11445 | |
11447 | | - |
| 11446 | + |
11448 | 11447 | |
11449 | 11448 | |
11450 | 11449 | |
| ||
14713 | 14712 | |
14714 | 14713 | |
14715 | 14714 | |
14716 | | - |
| 14715 | + |
14717 | 14716 | |
14718 | 14717 | |
14719 | 14718 | |
| ||
15148 | 15147 | |
15149 | 15148 | |
15150 | 15149 | |
15151 | | - |
| 15150 | + |
15152 | 15151 | |
15153 | 15152 | |
15154 | 15153 | |
| ||
17440 | 17439 | |
17441 | 17440 | |
17442 | 17441 | |
17443 | | - |
| 17442 | + |
17444 | 17443 | |
17445 | 17444 | |
17446 | 17445 | |
| ||
17622 | 17621 | |
17623 | 17622 | |
17624 | 17623 | |
17625 | | - |
| 17624 | + |
17626 | 17625 | |
17627 | 17626 | |
17628 | 17627 | |
| ||
18061 | 18060 | |
18062 | 18061 | |
18063 | 18062 | |
18064 | | - |
| 18063 | + |
18065 | 18064 | |
18066 | 18065 | |
18067 | 18066 | |
| ||
18108 | 18107 | |
18109 | 18108 | |
18110 | 18109 | |
18111 | | - |
| 18110 | + |
18112 | 18111 | |
18113 | 18112 | |
18114 | | - |
| 18113 | + |
18115 | 18114 | |
18116 | 18115 | |
18117 | 18116 | |
| ||
18134 | 18133 | |
18135 | 18134 | |
18136 | 18135 | |
18137 | | - |
| 18136 | + |
18138 | 18137 | |
18139 | 18138 | |
18140 | 18139 | |
| ||
18145 | 18144 | |
18146 | 18145 | |
18147 | 18146 | |
18148 | | - |
| 18147 | + |
18149 | 18148 | |
18150 | 18149 | |
18151 | 18150 | |
|
Collapse file
src/compiler/commandLineParser.ts
Copy file name to clipboardExpand all lines: src/compiler/commandLineParser.ts+3-7Lines changed: 3 additions & 7 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
333 | 333 | |
334 | 334 | |
335 | 335 | |
336 | | - |
337 | | - |
338 | | - |
339 | | - |
340 | | - |
341 | | - |
342 | | - |
| 336 | + |
| 337 | + |
| 338 | + |
343 | 339 | |
344 | 340 | |
345 | 341 | |
|
Collapse file
-4Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1373 | 1373 | |
1374 | 1374 | |
1375 | 1375 | |
1376 | | - |
1377 | | - |
1378 | | - |
1379 | | - |
1380 | 1376 | |
1381 | 1377 | |
1382 | 1378 | |
|
Collapse file
src/compiler/diagnosticMessages.json
Copy file name to clipboardExpand all lines: src/compiler/diagnosticMessages.json+1-5Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
2597 | 2597 | |
2598 | 2598 | |
2599 | 2599 | |
2600 | | - |
2601 | | - |
2602 | | - |
2603 | | - |
2604 | 2600 | |
2605 | 2601 | |
2606 | 2602 | |
| ||
3009 | 3005 | |
3010 | 3006 | |
3011 | 3007 | |
3012 | | - |
| 3008 | + |
3013 | 3009 | |
3014 | 3010 | |
3015 | 3011 | |
|
Collapse file
src/compiler/transformers/destructuring.ts
Copy file name to clipboardExpand all lines: src/compiler/transformers/destructuring.ts+4-4Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
6 | 6 | |
7 | 7 | |
8 | 8 | |
9 | | - |
| 9 | + |
10 | 10 | |
11 | 11 | |
12 | 12 | |
| ||
58 | 58 | |
59 | 59 | |
60 | 60 | |
61 | | - |
| 61 | + |
62 | 62 | |
63 | 63 | |
64 | 64 | |
| ||
145 | 145 | |
146 | 146 | |
147 | 147 | |
148 | | - |
| 148 | + |
149 | 149 | |
150 | 150 | |
151 | 151 | |
| ||
311 | 311 | |
312 | 312 | |
313 | 313 | |
314 | | - |
| 314 | + |
315 | 315 | |
316 | 316 | |
317 | 317 | |
|
Collapse file
src/compiler/transformers/es2015.ts
Copy file name to clipboardExpand all lines: src/compiler/transformers/es2015.ts+2-3Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
270 | 270 | |
271 | 271 | |
272 | 272 | |
273 | | - |
274 | 273 | |
275 | 274 | |
276 | 275 | |
| ||
2200 | 2199 | |
2201 | 2200 | |
2202 | 2201 | |
2203 | | - |
| 2202 | + |
2204 | 2203 | |
2205 | 2204 | |
2206 | 2205 | |
| ||
3330 | 3329 | |
3331 | 3330 | |
3332 | 3331 | |
3333 | | - |
| 3332 | + |
3334 | 3333 | |
3335 | 3334 | |
3336 | 3335 | |
|
Collapse file
+1-6Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3151 | 3151 | |
3152 | 3152 | |
3153 | 3153 | |
3154 | | - |
3155 | | - |
3156 | | - |
3157 | | - |
3158 | | - |
3159 | 3154 | |
3160 | 3155 | |
3161 | 3156 | |
| ||
3173 | 3168 | |
3174 | 3169 | |
3175 | 3170 | |
| 3171 | + |
3176 | 3172 | |
3177 | 3173 | |
3178 | 3174 | |
3179 | 3175 | |
3180 | | - |
3181 | 3176 | |
3182 | 3177 | |
3183 | 3178 | |
|
Collapse file
tests/cases/conformance/es6/destructuring/destructuringArrayBindingPatternAndAssignment1ES5iterable.ts
Copy file name to clipboardExpand all lines: tests/cases/conformance/es6/destructuring/destructuringArrayBindingPatternAndAssignment1ES5iterable.ts+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/cases/conformance/es6/destructuring/destructuringParameterDeclaration1ES5iterable.ts
Copy file name to clipboardExpand all lines: tests/cases/conformance/es6/destructuring/destructuringParameterDeclaration1ES5iterable.ts+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/cases/conformance/es6/destructuring/destructuringParameterDeclaration3ES5iterable.ts
Copy file name to clipboardExpand all lines: tests/cases/conformance/es6/destructuring/destructuringParameterDeclaration3ES5iterable.ts+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 | |
5 | 5 | |
|
0 commit comments