swc/ecmascript/transforms
강동윤 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
..
benches Improve performance (#993) 2020-08-26 20:50:18 +09:00
macros swc.rs (#1085) 2020-09-21 22:53:48 +09:00
scripts Add more tests (#489) 2019-12-09 21:02:51 +09:00
src Import assertion / json modules (#1100) 2020-09-23 14:27:27 +09:00
tests 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
package.json Implement more methods for codegen (#902) 2020-07-27 22:58:42 +09:00