Commit 05611f6
Add new decorators transform (#14004)
Co-authored-by: Nicolò Ribaudo <[email protected]>
Co-authored-by: Huáng Jùnliàng <[email protected]>1 parent f893b33 commit 05611f6
287 files changed
Lines changed: 8136 additions & 63 deletions
File tree
- packages
- babel-helper-create-class-features-plugin/src
- babel-helpers/src
- helpers
- babel-plugin-proposal-decorators
- src
- test/fixtures
- 2021-12-accessors--to-es2015
- private
- public
- static-private
- static-public
- undecorated-private
- undecorated-public
- undecorated-static-private
- undecorated-static-public
- 2021-12-accessors
- 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--to-es2015
- expressions
- inheritance
- initializers
- replacement-static-installed-on-correct-class
- replacement-static-this
- replacement-with-expr
- replacement
- 2021-12-classes
- expressions
- inheritance
- initializers
- replacement-static-installed-on-correct-class
- replacement-static-this
- replacement-with-expr
- replacement
- 2021-12-duplicated-keys--to-es2015
- computed-keys-same-ast
- computed-keys-same-value
- method-and-field
- methods-with-same-key
- 2021-12-duplicated-keys
- computed-keys-same-ast
- computed-keys-same-value
- method-and-field
- methods-with-same-key
- 2021-12-fields--to-es2015
- private
- public
- static-private
- static-public
- 2021-12-fields
- private
- public
- static-private
- static-public
- 2021-12-getters--to-es2015
- private
- public
- static-private
- static-public
- 2021-12-getters-and-setters--to-es2015
- private
- public
- static-private
- static-public
- 2021-12-getters-and-setters
- private
- public
- static-private
- static-public
- 2021-12-getters
- 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--to-es2015
- private
- public
- static-private
- static-public
- 2021-12-methods
- private
- public
- static-private
- static-public
- 2021-12-misc--to-es2015
- initProto-existing-derived-constructor
- initializer-timing
- valid-expression-formats
- 2021-12-misc
- all-decorators
- initProto-existing-derived-constructor-multiple-super
- initProto-existing-derived-constructor
- private-keys-in-enclosing-class
- 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
- setting-private-method
- super-in-nested-constructor-expression
- super-in-private-accessor
- super-in-private-method
- valid-expression-formats
- 2021-12-setters--to-es2015
- private
- public
- static-private
- static-public
- 2021-12-setters
- private
- public
- static-private
- static-public
- babel-plugin-syntax-decorators/src
- babel-runtime-corejs2
- babel-runtime-corejs3
- babel-runtime
- 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.
| 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 | | |
| |||
| 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 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
84 | 87 | | |
85 | 88 | | |
86 | 89 | | |
| |||
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
911 | 911 | | |
912 | 912 | | |
913 | 913 | | |
914 | | - | |
| 914 | + | |
915 | 915 | | |
916 | 916 | | |
917 | 917 | | |
| |||
931 | 931 | | |
932 | 932 | | |
933 | 933 | | |
934 | | - | |
| 934 | + | |
| 935 | + | |
935 | 936 | | |
936 | 937 | | |
937 | 938 | | |
| |||
963 | 964 | | |
964 | 965 | | |
965 | 966 | | |
966 | | - | |
| 967 | + | |
967 | 968 | | |
968 | 969 | | |
969 | 970 | | |
| |||
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| 50 | + | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
| |||
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
| 85 | + | |
83 | 86 | | |
84 | 87 | | |
85 | 88 | | |
| |||
163 | 166 | | |
164 | 167 | | |
165 | 168 | | |
166 | | - | |
| 169 | + | |
167 | 170 | | |
168 | 171 | | |
169 | 172 | | |
| |||
239 | 242 | | |
240 | 243 | | |
241 | 244 | | |
242 | | - | |
| 245 | + | |
243 | 246 | | |
244 | 247 | | |
245 | 248 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
16 | 20 | | |
17 | 21 | | |
18 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2052 | 2052 | | |
2053 | 2053 | | |
2054 | 2054 | | |
| 2055 | + | |
| 2056 | + | |
| 2057 | + | |
| 2058 | + | |
| 2059 | + | |
| 2060 | + | |
0 commit comments