swc/ecmascript/codegen
강동윤 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 remove codegen::Handlers (#974) 2020-08-17 21:09:12 +09:00
macros Fix a number of typos (#1412) 2021-02-20 15:18:09 +09:00
scripts Performance (#696) 2020-03-01 20:05:03 +09:00
src fix(es/ast): Remove TsTypeCastExpr it's not used (#1420) 2021-02-22 17:05:51 +09:00
tests fix(ecmascript): Fix bugs related to string literals (#1287) 2020-12-22 04:27:18 +09:00
Cargo.toml fix(bundler): Fix bugs (#1382) 2021-02-22 17:27:40 +09:00