swc/ecmascript
강동윤 252804d2e3
fix(swc): Fix bugs (#1529)
swc_ecma_parser:
 - Fix comment positions. (#1530)

swc_ecam_transforms_compat:
 - Handle default in destructuring binding patterns. (#1477, #1449)
 - `async_to_generator`: Handle `this` correctly for async function in key-value properties. (#1455)

swc_ecam_transforms_typescript:
 - Handle import defaults. (#1448)
2021-04-02 18:47:05 +09:00
..
ast feat(es/transforms/react): Support fast refresh (#1524) 2021-03-31 22:14:47 +09:00
codegen fix(swc): Fix bugs (#1529) 2021-04-02 18:47:05 +09:00
dep-graph chore(ci): Configure github actions for rustdoc (#1523) 2021-03-31 13:09:10 +09:00
ext-transforms chore(ci): Configure github actions for rustdoc (#1523) 2021-03-31 13:09:10 +09:00
jsdoc chore(ci): Configure github actions for rustdoc (#1523) 2021-03-31 13:09:10 +09:00
loader chore(ci): Configure github actions for rustdoc (#1523) 2021-03-31 13:09:10 +09:00
parser fix(swc): Fix bugs (#1529) 2021-04-02 18:47:05 +09:00
preset_env chore(ci): Configure github actions for rustdoc (#1523) 2021-03-31 13:09:10 +09:00
src fix: expose dep_graph crate (#1023) 2020-09-03 22:46:41 +09:00
transforms fix(swc): Fix bugs (#1529) 2021-04-02 18:47:05 +09:00
utils chore(ci): Configure github actions for rustdoc (#1523) 2021-03-31 13:09:10 +09:00
visit chore(ci): Configure github actions for rustdoc (#1523) 2021-03-31 13:09:10 +09:00
Cargo.toml fix(swc): Fix bugs (#1529) 2021-04-02 18:47:05 +09:00