강동윤
|
a8cb554be5
|
feat: Expose .take() (#2190)
swc_common:
- Add `Take`. (#2189)
swc_ecma_ast:
- Implement `Take` for ast nodes.
swc_ecma_transforms_base:
- Remove `MapWithMut`.
|
2021-08-31 14:45:48 +00:00 |
|
David Sherret
|
99c35ff980
|
refactor(es): Use BlockStmt instead Vec<Stmt> for static blocks. (#2188)
swc_ecma_ast:
- Use `BlockStmt` instead of `Vec<Stmt>` for static blocks.
swc_ecma_parser:
- Fix span of static blocks.
|
2021-08-31 16:12:18 +09:00 |
|
Sosuke Suzuki
|
a10118c90f
|
feat(es/parser, es/codegen, es/visit): Support static blocks in classes (#2130)
swc_ecma_ast:
- Add support for static blocks in classes.
|
2021-08-30 00:03:14 +09:00 |
|
강동윤
|
18e2232dbc
|
feat(plugin): Groundwork for rust plugin system (#1893)
|
2021-08-25 15:07:09 +00:00 |
|