Donny/강동윤
|
e46a842e99
|
feat(es/parser, es/transform): Implement ergonomic brand checking (#2079)
swc_ecma_parser:
- Implement parsing of private properties in object literals.
swc_ecma_transforms_base:
- `fixer`: Handle `const [a = (b, c)]`.
swc_ecma_transforms_compat:
- `class_properties`: Support ergonomic brand checks. (#2064)
swc_ecma_transforms_proposal:
- Implement ergonomic brand checks for private fields. (#2064)
|
2021-09-27 08:03:48 +00: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 |
|
강동윤
|
883c1ac4e4
|
fix(bundler): Prepare renaming of bundler (#2066)
- Rename `spack` crate to `swc_node_bundler`. (#1113)
|
2021-08-13 10:03:04 +00:00 |
|
강동윤
|
4011703af5
|
fix(testing): Allow using it with stable rustc (#1974)
testing_macros:
- Make `#[fixture]` relative to cargo manifest dir.
|
2021-07-29 14:18:21 +09:00 |
|
강동윤
|
252804d2e3
|
fix(swc): Fix bugs (#1529)
swc_ecma_parser:
- Fix comment positions. (#1530)
swc_ecam_transforms_compat:
- Handle default in destructuring binding patterns. (#1477, #1449)
- `async_to_generator`: Handle `this` correctly for async function in key-value properties. (#1455)
swc_ecam_transforms_typescript:
- Handle import defaults. (#1448)
|
2021-04-02 18:47:05 +09:00 |
|