swc/crates/swc_ecma_codegen/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
..
text_writer fix(es/codegen): Fix sourcemap bug related to multi-line comments (#3023) 2021-12-13 09:21:22 +09:00
comments.rs refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
config.rs refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
decl.rs refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
expr.rs refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
jsx.rs refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
lib.rs fix(es): Handle import assertions correctly (#3113) 2021-12-28 11:18:33 +00:00
list.rs refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
macros.rs refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
stmt.rs refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
tests.rs fix(es/parser): Drop outdated options (#2974) 2021-12-05 17:33:34 +09:00
text_writer.rs refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
typescript.rs refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00
util.rs refactor: Flatten ecmascript (#2708) 2021-11-10 19:00:54 +09:00