swc/ecmascript/codegen
강동윤 dff2cb8f75
Implement deserialize for ast nodes (#274)
string_enum:
 - #[derive(StringEnum)] now derives `Deserialize`

swc_ecma_ast:
 - implement deserialize for ast nodes.
 - change ast to make it serialized / deserialized correctly

swc_ecma_parser:
 - jsx, test262, typescript tests now verify serialization and deserialization of module
2019-02-24 14:12:04 +09:00
..
benches Make sourcemap optional 2019-02-17 23:25:35 +09:00
macros Update dependencies (#135) 2019-02-07 00:05:25 +09:00
src Implement deserialize for ast nodes (#274) 2019-02-24 14:12:04 +09:00
tests Fixes (#241) 2019-02-19 15:20:02 +09:00
Cargo.toml Handle comments and improve codegen (#136) 2019-02-08 13:00:58 +09:00