swc/ecmascript/transforms
강동윤 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
..
base fix(es): Fixes for the type checker (#1331) 2021-01-15 21:12:16 +09:00
compat feat(es): TypeScript 4.2 (#1330) 2021-01-15 19:30:44 +09:00
macros feat(ecmascript/transforms): Split into multiple crates. (#1311) 2021-01-05 14:29:52 +09:00
module feat(es): TypeScript 4.2 (#1330) 2021-01-15 19:30:44 +09:00
optimization fix(bundler): Fix bugs (#1342) 2021-01-20 16:10:12 +09:00
proposal feat(es): TypeScript 4.2 (#1330) 2021-01-15 19:30:44 +09:00
react feat(es): TypeScript 4.2 (#1330) 2021-01-15 19:30:44 +09:00
scripts Add more tests (#489) 2019-12-09 21:02:51 +09:00
src feat(ecmascript/transforms): Split into multiple crates. (#1311) 2021-01-05 14:29:52 +09:00
testing feat(es): TypeScript 4.2 (#1330) 2021-01-15 19:30:44 +09:00
tests feat(es): TypeScript 4.2 (#1330) 2021-01-15 19:30:44 +09:00
typescript fix(es/transforms): Handle enum in namespaces (#1340) 2021-01-18 23:00:53 +09:00
Cargo.toml fix(bundler): Fix bugs (#1342) 2021-01-20 16:10:12 +09:00
package.json Implement more methods for codegen (#902) 2020-07-27 22:58:42 +09:00