Commit 575863c
authored
File tree
117 files changed
+431
-400
lines changed- packages
- babel-generator
- src/node
- test/fixtures/parentheses
- sequence-expression-createParenthesizedExpressions
- sequence-expressions
- babel-plugin-proposal-decorators/test/fixtures
- 2018-09-transformation/initialize-after-super-expression
- 2021-12-classes--to-es2015
- expressions-static-blocks
- expressions
- initializers
- replacement-static-installed-on-correct-class
- replacement-static-this
- replacement-with-expr
- replacement
- 2021-12-classes
- expressions-static-blocks
- expressions
- 2021-12-misc--to-es2015/valid-expression-formats
- 2022-03-classes--to-es2015
- expressions-static-blocks
- expressions
- initializers
- replacement-static-installed-on-correct-class
- replacement-static-this
- replacement-with-expr
- replacement
- 2022-03-classes
- expressions-static-blocks
- expressions
- 2022-03-misc--to-es2015
- initProto-existing-derived-constructor
- valid-expression-formats
- 2023-01-classes--to-es2015
- expressions-static-blocks
- expressions
- initializers
- replacement-static-installed-on-correct-class
- replacement-static-this
- replacement-with-expr
- replacement
- 2023-01-classes
- expressions-static-blocks
- expressions
- 2023-01-misc--to-es2015
- initProto-existing-derived-constructor
- valid-expression-formats
- 2023-05-classes--to-es2015
- expressions-static-blocks
- expressions
- initializers
- replacement-static-installed-on-correct-class
- replacement-static-this
- replacement-with-expr
- replacement
- 2023-05-classes
- expressions-static-blocks
- expressions
- 2023-05-misc--to-es2015
- initProto-existing-derived-constructor
- valid-expression-formats
- 2023-05-ordering--to-es2015/initializers-and-static-blocks
- 2023-11-classes--to-es2015
- expressions-static-blocks
- expressions
- initializers
- replacement-static-decorator-initializer-this
- replacement-static-installed-on-correct-class
- replacement-static-method-private-instance-element-super-assumption-ignoreFunctionLength
- replacement-static-method-private-instance-element-super
- replacement-static-private-instance-element-access
- replacement-static-private-instance-element-destructuring
- replacement-static-this
- replacement-with-expr
- replacement
- 2023-11-classes
- expressions-static-blocks
- expressions
- 2023-11-misc--to-es2015
- destructuring-transform-integration
- initField-existing-derived-constructor
- initProto-existing-derived-constructor
- outer-class-binding-mutated
- private-name-in-class-decorator
- valid-expression-formats
- 2023-11-ordering--to-es2015/class-decorators-without-element-decorators
- 2023-11-typescript/computed-key-ts-as-expression
- legacy-decl-to-expression/method-decorators
- legacy-regression
- 8041
- 8559
- babel-plugin-proposal-destructuring-private/test/fixtures/assignment--es2015
- object-rest-and-keys
- object-rest-and-private-keys
- object-rest-under-private
- babel-plugin-proposal-pipeline-operator/test/fixtures
- fsharp/optimize-0-param-arrow
- hack-caret
- topic-token-in-function
- within-if-else-block
- hack-double-at
- class-decorator
- topic-token-in-function
- within-if-else-block
- hack-double-caret
- class-decorator
- topic-token-in-function
- within-if-else-block
- hack-hash
- topic-token-in-function
- within-if-else-block
- hack-percent
- topic-token-in-function
- within-if-else-block
- minimal
- arrow-functions-parenless
- optimize-0-param-arrow
- smart/pipe-body-with-nested-pipe
- babel-plugin-transform-class-properties/test/fixtures
- class-name-tdz/decorator-interop
- decorators-legacy-interop
- local-define-property
- loose
- strict
- private-loose
- non-block-arrow-func
- reevaluated
- static-infer-name
- private/reevaluated
- regression
- 7371
- 8882
- babel-plugin-transform-destructuring/test/fixtures/destructuring/assignment-sequence-expression-completion-record
- babel-plugin-transform-optional-chaining/test/fixtures/general/parenthesized-expression-containers
- babel-plugin-transform-private-methods/test/fixtures
- private-static-method-loose/class-expression
- private-static-method-privateFieldsAsProperties/class-expression
- private-static-method-privateFieldsAsSymbols/class-expression
- babel-plugin-transform-private-property-in-object/test/fixtures/to-native-fields/half-constructed-instance
- babel-plugin-transform-typescript/test/fixtures/class
- abstract-class-decorated-method
- abstract-class-decorated-parameter
- decorated-declare-properties
- babel-runtime-corejs2/helpers
- babel-runtime/helpers
- babel-traverse/test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
117 files changed
+431
-400
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
289 | 290 | | |
290 | 291 | | |
291 | 292 | | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
296 | | - | |
297 | | - | |
298 | | - | |
299 | | - | |
300 | | - | |
301 | | - | |
302 | | - | |
303 | | - | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
304 | 298 | | |
305 | 299 | | |
306 | 300 | | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
311 | 305 | | |
312 | 306 | | |
313 | 307 | | |
| |||
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
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: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 17 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
0 commit comments