magic-akari
|
e5971f77d5
|
fix(es/ast): Fix Ident::verify_symbol (#3108)
|
2021-12-24 04:29:49 +00:00 |
|
Donny/강동윤
|
d923f89db1
|
fix(es/compat): Fix classes pass (#3107)
swc_ecma_ast:
- Add `Ident::verify_symbol`.
swc_ecma_transforms_compat:
- Don't generate invalid identifiers. (Closes #3106)
|
2021-12-24 10:46:55 +09:00 |
|
Donny/강동윤
|
6a7775b5da
|
fix(es/transforms/compat): Fix this in constructor (#2818)
swc_ecma_transforms_classes:
- Don't modify `this` in constructors.
swc_ecma_transforms_compat:
- Fix handling of `this` in constructors.
|
2021-11-20 19:07:42 +09:00 |
|
Donny/강동윤
|
2b2f6955f2
|
refactor: Flatten ecmascript (#2708)
|
2021-11-10 19:00:54 +09:00 |
|