강동윤
|
b0b0709e1a
|
fix(es): Fix various bugs. (#1664)
swc_ecma_codegen:
- Emit comments of `BytePos(0)`. (#1657)
swc_ecma_transforms_compat:
- `classes`: Optimize class expresssions. (#1660)
|
2021-05-09 14:23:03 +09:00 |
|
강동윤
|
c3bf517dc9
|
fix(es/transforms/compat): Fix span for comments in classes transform. (#1658)
swc_ecma_transforms_compat:
- classes: Fix span for `PURE` comments. (#1657)
|
2021-05-09 02:26:45 +09:00 |
|
Devon Govett
|
d7ea5ae00c
|
fix(es/transforms/compat): Fix syntax context of super classes (#1586)
|
2021-04-18 15:40:06 +00:00 |
|
강동윤
|
51d0cef287
|
fix: Fix bugs (#1516)
swc_ecma_ast:
- Support TypeScript 4.3. (#1517)
swc_ecma_parser:
- Support new syntaxes from typescript 4.3. (#1517)
swc_ecma_transforms_compat:
- Fix '\\`' in template literals. (#1488)
- `classes`: Fix super calls. (#1490)
swc_ecma_transforms_module:
- Respect `esModuleInterop` for dynamic imports. (#1480)
swc_ecma_transforms_typescript:
- `strip`: Remove `declare`-d namespaces. (#1508)
|
2021-03-30 16:47:12 +09:00 |
|