swc/crates/swc_ecma_transforms_proposal/src
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
..
decorators/legacy fix(es/helpers): Fix decorators (#3105) 2021-12-23 19:03:53 +09:00
decorators.rs refactor(es/ast): Change type or the key of ClassProp to PropName (#3038) 2021-12-15 16:21:30 +09:00
export_default_from.rs refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
import_assertions.rs fix(es): Handle import assertions correctly (#3113) 2021-12-28 11:18:33 +00:00
lib.rs refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00