swc/ecmascript
강동윤 17f17e82e6
fix(bundler): Fix bugs (#1342)
swc_bundler:
 - Add a testing system for constant inliner.

swc_ecma_transforms_optimization:
 - const_propagation: Handle export specifiers.
 - const_propagation: Handle inlining of variables whose initializer is inlined.
 - dce: Allow dropping identifiers used in `exported` part of export specifiers.
2021-01-20 16:10:12 +09:00
..
ast feat(es): TypeScript 4.2 (#1330) 2021-01-15 19:30:44 +09:00
codegen fix(es): Fixes for the type checker (#1331) 2021-01-15 21:12:16 +09:00
dep-graph feat(es): TypeScript 4.2 (#1330) 2021-01-15 19:30:44 +09:00
ext-transforms feat(es): TypeScript 4.2 (#1330) 2021-01-15 19:30:44 +09:00
jsdoc feat(es): TypeScript 4.2 (#1330) 2021-01-15 19:30:44 +09:00
parser feat(es): TypeScript 4.2 (#1330) 2021-01-15 19:30:44 +09:00
preset_env fix(bundler): Fix bugs (#1342) 2021-01-20 16:10:12 +09:00
src fix: expose dep_graph crate (#1023) 2020-09-03 22:46:41 +09:00
transforms fix(bundler): Fix bugs (#1342) 2021-01-20 16:10:12 +09:00
utils feat(es): TypeScript 4.2 (#1330) 2021-01-15 19:30:44 +09:00
visit feat(es): TypeScript 4.2 (#1330) 2021-01-15 19:30:44 +09:00
Cargo.toml fix(bundler): Fix bugs (#1342) 2021-01-20 16:10:12 +09:00