Andreu Botella
|
2f3ca22ecf
|
fix(es/parser): Support import assertions in specifier-less imports (#3134)
|
2021-12-28 14:00:00 +00:00 |
|
Andreu Botella
|
c9adf03338
|
fix(es): Handle import assertions correctly (#3113)
swc_ecma_codegen:
- Implement codegen for static import assertions.
swc_ecma_transforms_proposal:
- `import_assertions`: Support `export`s.
swc:
- Add `jsc.experimental.keep_import_assertions`.
node-swc:
- Fix typo.
|
2021-12-28 11:18:33 +00:00 |
|
Donny/강동윤
|
1ea965cecb
|
fix(es/parser): Drop outdated options (#2974)
swc_ecma_parser:
- Drop flags in `EsConfig`.
- Drop flags in `TsConfig`.
- Drop unused variants from `SyntaxError`.
|
2021-12-05 17:33:34 +09:00 |
|
Donny/강동윤
|
2b2f6955f2
|
refactor: Flatten ecmascript (#2708)
|
2021-11-10 19:00:54 +09:00 |
|