swc/ecmascript/preset_env
강동윤 7f5bfdcc00
fix(bundler): Fix bugs (#1382)
swc_bundler:
 - Improve performance
 - Use `Vec<AHashSet<usize>>` instead of `AHashSet<(usize, usize)>`.
 - Fix statement orderings. (denoland/deno#9464) 
 - Fix wrapped esm mixed with circular imports. (denoland/deno#8224)
 - Store content of wrapped esm at top level. (denoland/deno#8224)
2021-02-22 17:27:40 +09:00
..
benches Improve ux for rust users (#909) 2020-07-31 18:49:07 +09:00
scripts preset-env (#537) 2019-12-28 11:25:54 +09:00
src feat(es/preset-env): Custom config path (#1374) 2021-02-03 13:27:11 +09:00
tests feat(es/preset-env): Custom config path (#1374) 2021-02-03 13:27:11 +09:00
Cargo.toml fix(bundler): Fix bugs (#1382) 2021-02-22 17:27:40 +09:00
package.json hygiene: handle use-use conflict (#599) 2020-01-22 10:43:59 +09:00