swc/ecmascript/transforms/module
강동윤 7f5bfdcc00
fix(bundler): Fix bugs ()
swc_bundler:
 - Improve performance
 - Use `Vec<AHashSet<usize>>` instead of `AHashSet<(usize, usize)>`.
 - Fix statement orderings. () 
 - Fix wrapped esm mixed with circular imports. ()
 - Store content of wrapped esm at top level. ()
2021-02-22 17:27:40 +09:00
..
src Fix a number of typos () 2021-02-20 15:18:09 +09:00
tests Fix a number of typos () 2021-02-20 15:18:09 +09:00
Cargo.toml fix(bundler): Fix bugs () 2021-02-22 17:27:40 +09:00