강동윤
|
883c1ac4e4
|
fix(bundler): Prepare renaming of bundler (#2066)
- Rename `spack` crate to `swc_node_bundler`. (#1113)
|
2021-08-13 10:03:04 +00:00 |
|
강동윤
|
69186eb74d
|
fix(es/transforms): Fix transforms (#1900)
node-swc:
- Use proper field name in `ObjectPattern`. (#1886)
swc_ecma_codegen:
- Fix codegen of private properties. (#1898)
swc_ecma_transforms_compat:
- Fix optional chaining expressions in a single-line arrow expression. (#1836)
- `regenerator`: Preserve `ExportDefaultDecl`. (#1799)
swc_ecma_transforms_module:
- Fix `export default function`. (#1799)
|
2021-07-08 04:54:57 +00:00 |
|
OJ Kwon
|
6037332cb4
|
fix(es/transforms/compat): Handle nested optional chaining expression (#1899)
Co-authored-by: 강동윤 <kdy1997.dev@gmail.com>
|
2021-07-07 17:41:03 +09:00 |
|
Austaras
|
df2a926e9d
|
fix(es/transforms/module): Use correct this (#1561)
swc_ecma_transforms_module:
- Preserve semantics of `this` in imported functions. (#1556)
|
2021-04-14 00:18:24 +09:00 |
|
강동윤
|
76d9e2a9df
|
feat(ecmascript/transforms): Split into multiple crates. (#1311)
|
2021-01-05 14:29:52 +09:00 |
|