swc/ecmascript
강동윤 28bb61fb8d
fix(swc): Fix bugs (#1624)
spack:
 - Add ability to exclude module from the bundle. (#1385)

swc_ecma_ast:
 - Make `Param.decorators` optional. (#1603).

swc_ecma_transforms_compat:
 - Fix super calls in seq exprs in a class. (#1617)

swc_ecma_transforms_module:
- `common_js`: Fix dynamic imports. (#1614)

swc_ecma_transforms_typescript:
 - Fix common js imports. (#1593)
2021-04-30 06:25:24 +00:00
..
ast fix(swc): Fix bugs (#1624) 2021-04-30 06:25:24 +00:00
codegen fix(swc): Fix various bugs (#1613) 2021-04-28 14:49:21 +09:00
dep-graph fix(swc): Fix bugs (#1560) 2021-04-17 06:00:14 +00:00
ext-transforms fix(swc): Fix bugs (#1560) 2021-04-17 06:00:14 +00:00
jsdoc fix(swc): Fix various bugs (#1613) 2021-04-28 14:49:21 +09:00
loader feat(es/transforms/react): Add pure annotation comments (#1564) 2021-04-11 15:09:27 +09:00
parser fix(swc): Fix various bugs (#1613) 2021-04-28 14:49:21 +09:00
preset_env fix(swc): Fix various bugs (#1613) 2021-04-28 14:49:21 +09:00
src fix: expose dep_graph crate (#1023) 2020-09-03 22:46:41 +09:00
transforms fix(swc): Fix bugs (#1624) 2021-04-30 06:25:24 +00:00
utils fix(swc): Fix bugs (#1591) 2021-04-21 09:26:07 +09:00
visit feat(es/transforms/react): Add pure annotation comments (#1564) 2021-04-11 15:09:27 +09:00
Cargo.toml fix(swc): Fix various bugs (#1613) 2021-04-28 14:49:21 +09:00