swc/ecmascript/transforms
강동윤 ad55711e45
fix(es/transforms): Fix bugs (#1769)
swc_ecma_transforms_optimization:
 - `dce`: Mark references from decorator as usage. (denoland/deno#10789)

swc_ecma_transforms_proposal:
 - Allow using `super` in decorated class methods. (#846)
2021-05-30 19:52:51 +09:00
..
base feat(es/minifier): Implement rules and classify tests (#1750) 2021-05-28 19:44:03 +09:00
classes fix(es/transforms): Fix bugs (#1769) 2021-05-30 19:52:51 +09:00
compat fix(es/transforms): Fix bugs (#1769) 2021-05-30 19:52:51 +09:00
macros chore(ci): Configure github actions for rustdoc (#1523) 2021-03-31 13:09:10 +09:00
module feat(es): Support type-only import equals declaration (#1695) 2021-05-15 14:26:24 +09:00
optimization fix(es/transforms): Fix bugs (#1769) 2021-05-30 19:52:51 +09:00
proposal fix(es/transforms): Fix bugs (#1769) 2021-05-30 19:52:51 +09:00
react fix(swc): Fix bugs (#1732) 2021-05-24 09:41:22 +00: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 fix(swc): Fix bugs (#1753) 2021-05-27 11:59:04 +09:00
tests fix(es/transforms): Fix bugs (#1769) 2021-05-30 19:52:51 +09:00
typescript fix(swc): Fix bugs (#1739) 2021-05-25 14:30:17 +09:00
Cargo.toml feat(es): Support type-only import equals declaration (#1695) 2021-05-15 14:26:24 +09:00
package.json fix(swc): Fix bugs (#1753) 2021-05-27 11:59:04 +09:00