swc/common
강동윤 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 Use stable rustc (#886) 2020-07-24 02:18:22 +09:00
examples use 2018 edition syntax (#479) 2019-12-02 17:10:05 +09:00
src fix(bundler): Fix bugs (#1382) 2021-02-22 17:27:40 +09:00
tests Reduce size (#928) 2020-08-04 01:33:23 +09:00
Cargo.toml Fix a number of typos (#1412) 2021-02-20 15:18:09 +09:00