Commit de5c7b1
1 parent 27c0137 commit de5c7b1
File tree
61 files changed
+1996
-20
lines changed- packages
- babel-generator/test/fixtures/types/PrivateName
- babel-parser
- src
- parser
- plugins
- test/fixtures
- es2022/class-private-properties
- invalid-object-method
- invalid-object-property-with-assignment
- invalid-object-property
- invalid-ts-type-literal
- experimental
- _no-plugin
- destructuring-private-arrow-params
- destructuring-private-assignment
- destructuring-private-async-arrow-params
- destructuring-private-bindings
- destructuring-private-for-lhs
- destructuring-private
- invalid-async-call-arguments
- invalid-object-literal
- invalid-parenthesized-expression
- invalid-shorthand
- invalid-undefined-private-name
- valid-arrow-params
- valid-assignment
- valid-async-arrow-params
- valid-bindings
- valid-for-lhs
- valid-multiple-bindings
- valid-nested-bindings
- record-and-tuple/invalid-private-key
- typings
- babel-plugin-syntax-destructuring-private
- src
- babel-standalone
- scripts
- src
- generated
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
61 files changed
+1996
-20
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + |
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + |
Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + |
Lines changed: 33 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
| 81 | + | |
81 | 82 |
| |
82 | 83 |
| |
83 | 84 |
| |
| |||
329 | 330 |
| |
330 | 331 |
| |
331 | 332 |
| |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
332 | 341 |
| |
333 | 342 |
| |
334 | 343 |
| |
| |||
843 | 852 |
| |
844 | 853 |
| |
845 | 854 |
| |
| 855 | + | |
846 | 856 |
| |
847 |
| - | |
| 857 | + | |
848 | 858 |
| |
849 | 859 |
| |
850 | 860 |
| |
851 | 861 |
| |
852 |
| - | |
| 862 | + | |
853 | 863 |
| |
854 | 864 |
| |
855 | 865 |
| |
| |||
864 | 874 |
| |
865 | 875 |
| |
866 | 876 |
| |
867 |
| - | |
| 877 | + | |
868 | 878 |
| |
869 |
| - | |
| 879 | + | |
| 880 | + | |
870 | 881 |
| |
| 882 | + | |
871 | 883 |
| |
872 | 884 |
| |
873 | 885 |
| |
874 | 886 |
| |
875 | 887 |
| |
876 | 888 |
| |
877 | 889 |
| |
878 |
| - | |
| 890 | + | |
879 | 891 |
| |
880 | 892 |
| |
881 | 893 |
| |
| |||
1738 | 1750 |
| |
1739 | 1751 |
| |
1740 | 1752 |
| |
| 1753 | + | |
1741 | 1754 |
| |
1742 | 1755 |
| |
1743 | 1756 |
| |
| |||
2040 | 2053 |
| |
2041 | 2054 |
| |
2042 | 2055 |
| |
2043 |
| - | |
| 2056 | + | |
2044 | 2057 |
| |
2045 | 2058 |
| |
2046 | 2059 |
| |
| |||
2245 | 2258 |
| |
2246 | 2259 |
| |
2247 | 2260 |
| |
| 2261 | + | |
| 2262 | + | |
| 2263 | + | |
2248 | 2264 |
| |
2249 | 2265 |
| |
| 2266 | + | |
2250 | 2267 |
| |
2251 | 2268 |
| |
2252 | 2269 |
| |
| |||
2275 | 2292 |
| |
2276 | 2293 |
| |
2277 | 2294 |
| |
2278 |
| - | |
2279 |
| - | |
2280 |
| - | |
2281 |
| - | |
| 2295 | + | |
| 2296 | + | |
| 2297 | + | |
| 2298 | + | |
| 2299 | + | |
| 2300 | + | |
| 2301 | + | |
| 2302 | + | |
| 2303 | + | |
| 2304 | + | |
2282 | 2305 |
| |
2283 | 2306 |
| |
2284 | 2307 |
| |
|
Lines changed: 13 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
| |||
63 | 64 |
| |
64 | 65 |
| |
65 | 66 |
| |
| 67 | + | |
66 | 68 |
| |
67 | 69 |
| |
68 | 70 |
| |
| |||
143 | 145 |
| |
144 | 146 |
| |
145 | 147 |
| |
146 |
| - | |
147 |
| - | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
148 | 154 |
| |
| 155 | + | |
149 | 156 |
| |
150 | 157 |
| |
151 | 158 |
| |
| |||
427 | 434 |
| |
428 | 435 |
| |
429 | 436 |
| |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
430 | 441 |
| |
431 | 442 |
| |
432 | 443 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
726 | 726 |
| |
727 | 727 |
| |
728 | 728 |
| |
| 729 | + | |
729 | 730 |
| |
730 | 731 |
| |
731 | 732 |
| |
|
Lines changed: 23 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
285 | 285 |
| |
286 | 286 |
| |
287 | 287 |
| |
288 |
| - | |
289 |
| - | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
290 | 294 |
| |
291 | 295 |
| |
292 |
| - | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
293 | 300 |
| |
294 | 301 |
| |
295 | 302 |
| |
| |||
305 | 312 |
| |
306 | 313 |
| |
307 | 314 |
| |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
308 | 319 |
| |
309 | 320 |
| |
310 | 321 |
| |
| |||
417 | 428 |
| |
418 | 429 |
| |
419 | 430 |
| |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
420 | 438 |
| |
421 | 439 |
| |
422 | 440 |
| |
| |||
428 | 446 |
| |
429 | 447 |
| |
430 | 448 |
| |
| 449 | + | |
431 | 450 |
| |
432 | 451 |
| |
433 | 452 |
| |
434 | 453 |
| |
435 | 454 |
| |
436 | 455 |
| |
| 456 | + | |
437 | 457 |
| |
438 | 458 |
|
Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
330 | 330 |
| |
331 | 331 |
| |
332 | 332 |
| |
333 |
| - | |
334 |
| - | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
335 | 338 |
| |
336 | 339 |
| |
337 | 340 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + |
0 commit comments