swc/crates/swc_ecma_transforms_base
Donny/강동윤 e19a60aad4
fix(es/compat): Change pass ordering of es2015 (#4029)
**Description:**

We should apply `regenerator` after `block_scoping` because `regenerator` does not know how to handle `const`s.

**Related issue:**

 - Closes https://github.com/swc-project/swc/issues/3006
2022-03-15 14:17:03 +00:00
..
benches refactor(es): Make compilation faster (#3749) 2022-02-26 06:41:14 +00:00
src fix(es/helpers): Inject helpers for scripts (#4025) 2022-03-15 09:43:57 +00:00
tests fix(es/compat): Change pass ordering of es2015 (#4029) 2022-03-15 14:17:03 +00:00
Cargo.toml chore: Publish crates 2022-03-15 09:47:41 +00:00