swc/ecmascript
강동윤 51d0cef287
fix: Fix bugs (#1516)
swc_ecma_ast:
 - Support TypeScript 4.3. (#1517)

swc_ecma_parser:
 - Support new syntaxes from typescript 4.3. (#1517) 

swc_ecma_transforms_compat:
 - Fix '\\`' in template literals. (#1488)
 - `classes`: Fix super calls. (#1490)

swc_ecma_transforms_module:
 - Respect `esModuleInterop` for dynamic imports. (#1480)

swc_ecma_transforms_typescript:
 - `strip`: Remove `declare`-d namespaces. (#1508)
2021-03-30 16:47:12 +09:00
..
ast fix: Fix bugs (#1516) 2021-03-30 16:47:12 +09:00
codegen fix: Fix bugs (#1516) 2021-03-30 16:47:12 +09:00
dep-graph fix: Fix bugs (#1516) 2021-03-30 16:47:12 +09:00
ext-transforms fix: Fix bugs (#1516) 2021-03-30 16:47:12 +09:00
jsdoc fix: Fix bugs (#1516) 2021-03-30 16:47:12 +09:00
loader fix: Fix bugs (#1516) 2021-03-30 16:47:12 +09:00
parser fix: Fix bugs (#1516) 2021-03-30 16:47:12 +09:00
preset_env fix: Fix bugs (#1516) 2021-03-30 16:47:12 +09:00
src fix: expose dep_graph crate (#1023) 2020-09-03 22:46:41 +09:00
transforms fix: Fix bugs (#1516) 2021-03-30 16:47:12 +09:00
utils fix: Fix bugs (#1516) 2021-03-30 16:47:12 +09:00
visit fix: Fix bugs (#1516) 2021-03-30 16:47:12 +09:00
Cargo.toml fix: Fix bugs (#1516) 2021-03-30 16:47:12 +09:00