swc/ecmascript/codegen
강동윤 8afa3413ea
Remove dependency on lazy_static and chashmap (#617)
- `lazy_static` is replaced by `once_cell`
 - `chashmap` is replaced by `dashmap`
2020-01-30 23:29:12 +09:00
..
benches Attach comments to correct node (#541) 2019-12-28 22:02:58 +09:00
macros use 2018 edition syntax (#479) 2019-12-02 17:10:05 +09:00
src Improve hygiene and use JSXAttrValue (#592) 2020-01-17 05:45:33 +00:00
tests Fix #555 (#556) 2020-01-03 12:19:39 +09:00
Cargo.toml Remove dependency on lazy_static and chashmap (#617) 2020-01-30 23:29:12 +09:00