swc/ecmascript
강동윤 688d16f228
Import assertion / json modules (#1100)
swc_atoms:
 - Add "assert".

swc_ecma_ast
 - Add a field to an import declaration.

swc_ecma_parser:
 - Parse assertions in import statements.
 - Parse assertions in top-level dynamic imports.
 - Parse assertions in non-top-level dynamic imports.

swc_ecma_transforms:
 - Fix compilation.
2020-09-23 14:27:27 +09:00
..
ast Import assertion / json modules (#1100) 2020-09-23 14:27:27 +09:00
codegen Import assertion / json modules (#1100) 2020-09-23 14:27:27 +09:00
dep-graph Import assertion / json modules (#1100) 2020-09-23 14:27:27 +09:00
ext-transforms Extension for jest (#1081) 2020-09-18 14:29:50 +09:00
jsdoc Import assertion / json modules (#1100) 2020-09-23 14:27:27 +09:00
parser Import assertion / json modules (#1100) 2020-09-23 14:27:27 +09:00
preset_env Import assertion / json modules (#1100) 2020-09-23 14:27:27 +09:00
src fix: expose dep_graph crate (#1023) 2020-09-03 22:46:41 +09:00
transforms Import assertion / json modules (#1100) 2020-09-23 14:27:27 +09:00
utils Import assertion / json modules (#1100) 2020-09-23 14:27:27 +09:00
visit Import assertion / json modules (#1100) 2020-09-23 14:27:27 +09:00
Cargo.toml Import assertion / json modules (#1100) 2020-09-23 14:27:27 +09:00