File tree
287 files changed
+8136
-63
lines changed- packages
- babel-helper-create-class-features-plugin/src
- babel-helpers/src
- helpers
- babel-plugin-proposal-decorators
- src
- test/fixtures
- 2021-12-accessors
- private
- public
- static-private
- static-public
- undecorated-private
- undecorated-public
- undecorated-static-private
- undecorated-static-public
- 2021-12-accessors--to-es2015
- private
- public
- static-private
- static-public
- undecorated-private
- undecorated-public
- undecorated-static-private
- undecorated-static-public
- 2021-12-assumption-constantSuper
- super-in-nested-constructor-expression
- super-in-private-accessor
- super-in-private-method
- 2021-12-classes
- expressions
- inheritance
- initializers
- replacement
- replacement-static-installed-on-correct-class
- replacement-static-this
- replacement-with-expr
- 2021-12-classes--to-es2015
- expressions
- inheritance
- initializers
- replacement
- replacement-static-installed-on-correct-class
- replacement-static-this
- replacement-with-expr
- 2021-12-duplicated-keys
- computed-keys-same-ast
- computed-keys-same-value
- method-and-field
- methods-with-same-key
- 2021-12-duplicated-keys--to-es2015
- computed-keys-same-ast
- computed-keys-same-value
- method-and-field
- methods-with-same-key
- 2021-12-fields
- private
- public
- static-private
- static-public
- 2021-12-fields--to-es2015
- private
- public
- static-private
- static-public
- 2021-12-getters
- private
- public
- static-private
- static-public
- 2021-12-getters--to-es2015
- private
- public
- static-private
- static-public
- 2021-12-getters-and-setters
- private
- public
- static-private
- static-public
- 2021-12-getters-and-setters--to-es2015
- private
- public
- static-private
- static-public
- 2021-12-metadata--to-es2015
- class
- getting-previously-set-metadata
- inheritance-private
- inheritance-public
- non-symbol-keys
- proto-private
- proto-public
- static-private
- static-public
- 2021-12-methods
- private
- public
- static-private
- static-public
- 2021-12-methods--to-es2015
- private
- public
- static-private
- static-public
- 2021-12-misc
- all-decorators
- initProto-existing-derived-constructor
- initProto-existing-derived-constructor-multiple-super
- private-keys-in-enclosing-class
- setting-private-method
- setting-private-method-via-array-pattern
- setting-private-method-via-for-of
- setting-private-method-via-object-pattern
- setting-private-method-via-rest
- setting-private-method-via-update
- super-in-nested-constructor-expression
- super-in-private-accessor
- super-in-private-method
- valid-expression-formats
- 2021-12-misc--to-es2015
- initProto-existing-derived-constructor
- initializer-timing
- valid-expression-formats
- 2021-12-setters
- private
- public
- static-private
- static-public
- 2021-12-setters--to-es2015
- private
- public
- static-private
- static-public
- babel-plugin-syntax-decorators/src
- babel-runtime
- babel-runtime-corejs2
- babel-runtime-corejs3
- babel-standalone
- src
- test
- babel-types/src
- ast-types/generated
- builders/generated
- definitions
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
287 files changed
+8136
-63
lines changed+9-9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
187 | 187 |
| |
188 | 188 |
| |
189 | 189 |
| |
190 |
| - | |
191 |
| - | |
192 |
| - | |
193 |
| - | |
194 |
| - | |
195 |
| - | |
196 |
| - | |
197 |
| - | |
198 |
| - | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
199 | 199 |
| |
200 | 200 |
| |
201 | 201 |
| |
|
+4-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
194 | 194 |
| |
195 | 195 |
| |
196 | 196 |
| |
197 |
| - | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
198 | 201 |
| |
199 | 202 |
| |
200 | 203 |
| |
|
0 commit comments