swc/atoms
강동윤 a1629d3997
Implement module transforms (#133)
swc_ecma_ast:
 - implement more `From<T>` for `Expr`

swc_ecma_transforms:
 - fnv -> fxhash
 - implement common js imports
 - improve fixer
 - use js_word! instead of &*sym
 - add noop pass
 - handle state correctly
 - ExprFactory::member(), computed_member()
2019-02-05 12:50:19 +09:00
..
scripts Improve swc_ecma_trnasforms (#127) 2019-01-29 23:56:16 +09:00
src ECMAScript parser (#1) 2018-01-12 16:53:06 +09:00
build.rs Typescript & parser for decorators 2019-01-07 19:43:47 +09:00
Cargo.toml Reduce binary size (#116) 2019-01-10 18:23:25 +09:00
words.txt Implement module transforms (#133) 2019-02-05 12:50:19 +09:00