강동윤
|
97514a7549
|
fix(es): Fix some easy bugs (#2166)
swc_ecma_parser:
- Fix parsing of typescript generics in jsx context. (#2161)
swc_ecma_transforms_base:
- `fixer`: Handle assignment with patterns in arrow body. (#2163)
swc_ecma_utils:
- `as_bool`: Handle assignment with operator correctly. (#2165)
|
2021-08-27 06:03:06 +00:00 |
|
nuintun
|
ef4bb314b9
|
fix(es/codegen): Remove extra space of import decl (#1975)
swc_ecma_codegen:
- Remove extra space from import declarations. (#1690)
|
2021-07-29 18:56:59 +09:00 |
|
강동윤
|
204a71ca94
|
fix(es/transforms): Fix bugs (#1950)
swc_ecma_trasnsforms_base:
- `fixer`: Don't de-optimize `++foo || bar`.
swc_ecma_trasnsforms_typescript:
- Allow using properties from a decorated class. (#1869)
swc_ecma_transforms_optimization:
- Fix infinite loop. (#1901, #1946)
|
2021-07-22 07:33:00 +00:00 |
|
강동윤
|
f0d7a3d064
|
fix(es/transforms): Fix bugs (#1691)
swc_ecma_transforms_optimization:
- Don't optimize optional chaining expressions. (#1688)
swc_ecma_transforms_react:
- Don't panic. (#1683)
|
2021-05-14 00:11:27 +09:00 |
|