swc/ecmascript/utils/src
강동윤 348052b017
Improve optimizer (#660)
Although it's quite naive at the moment, I added two optimization passes.

 - dead code elimination (Closes #607)
 - inlining
2020-02-13 11:45:14 +09:00
..
constructor.rs Remove dependency renaming to enable WASM (#625) 2020-02-05 11:20:25 +00:00
factory.rs Remove dependency renaming to enable WASM (#625) 2020-02-05 11:20:25 +00:00
ident.rs Remove dependency renaming to enable WASM (#625) 2020-02-05 11:20:25 +00:00
lib.rs Improve optimizer (#660) 2020-02-13 11:45:14 +09:00
macros.rs Remove dependency renaming to enable WASM (#625) 2020-02-05 11:20:25 +00:00
options.rs Remove dependency on lazy_static and chashmap (#617) 2020-01-30 23:29:12 +09:00
value.rs Extract utils from swc_ecma_transforms (#575) 2020-01-08 10:55:22 +09:00
var.rs Remove dependency renaming to enable WASM (#625) 2020-02-05 11:20:25 +00:00