swc/ecmascript/transforms/base
강동윤 7730a6ea5a
fix(es/transforms): Fix bugs (#1795)
swc_ecma_transforms_compat:
 - `async_to_generator`: Handle await in async generators correctly. (#1752)

swc_ecma_transforms_module:
 - Don't panic on double import from one module. (#1757)
2021-06-06 22:16:59 +09:00
..
benches feat(ecmascript/transforms): Split into multiple crates. (#1311) 2021-01-05 14:29:52 +09:00
src fix(es/transforms/base): Wrap binary operands of unary expressions. (#1793) 2021-06-05 12:58:50 +00:00
tests fix(es/transforms): Fix bugs (#1795) 2021-06-06 22:16:59 +09:00
Cargo.toml fix(es/transforms/base): Wrap binary operands of unary expressions. (#1793) 2021-06-05 12:58:50 +00:00