강동윤
|
97269a37b9
|
fix(swc): Fix bugs for v1.2.50 (#1444)
swc:
- Respect `react` config.
swc_ecma_transforms_compat:
- `export-namespace-from`: Preserve `use strict`. (#1423)
swc_ecma_transforms_module:
- Inject `use strict` before imports. (#1423)
swc_ecma_transforms_proposal:
- Emit metadata for literal types. (#1421)
|
2021-03-03 20:39:02 +09:00 |
|
Yehuda Katz
|
db85d123b7
|
Fix a number of typos (#1412)
Co-authored-by: 강동윤 <kdy1997.dev@gmail.com>
|
2021-02-20 15:18:09 +09:00 |
|
강동윤
|
af25a88902
|
fix(swc): Fix bugs for v1.2.47 (#1368)
swc_ecma_parser:
- Fix generic parsing issue in jsx context. (#1299)
swc_ecma_transforms_module:
- Allow importing a module multiple time. (#1232)
- Handle imports in the constructor of an exported class decl. (#1213)
swc:
- Respect `sourceMappingURL`. (#1236)
- Resolve `sourceMappingURL` relative from file. (#1255)
- Respect `isModule: false` (#1258)
spack:
- Support loading json files. (#1225)
|
2021-01-29 22:19:04 +09:00 |
|
강동윤
|
76d9e2a9df
|
feat(ecmascript/transforms): Split into multiple crates. (#1311)
|
2021-01-05 14:29:52 +09:00 |
|