swc/ecmascript/codegen
강동윤 d3e14b6533
Parser & transformers (#71)
swc_ecma_transforms:
 - implement es2015::arrow (without this support)
 - implement basical scope analysis
 - implement es2015::function_name
 - new.target is supported
 - implement untagged template literals

swc_ecma_parser
 - make test to use load_file()
 - fix eof handling
 - bump version
2018-11-21 18:59:17 +09:00
..
macros More works (#66) 2018-11-18 14:00:07 +09:00
src Parser & transformers (#71) 2018-11-21 18:59:17 +09:00
tests More works (#66) 2018-11-18 14:00:07 +09:00
Cargo.toml Improve ast (#70) 2018-11-19 15:52:06 +09:00