swc/ecmascript
dsherret 55c0258017 Remove empty expression in expression statement with top level await (#630)
Eats the semi-colon.

This doesn't compile (edit: doesn't compile the code in the tests) though because the target of that folder is ES2015. Also, this is kind of strange for me to put the tests in the "typescript" folder. Should we create something more general?

You can take over this PR if you'd like!
2020-02-07 05:33:26 +00:00
..
ast Remove dependency on lazy_static and chashmap (#617) 2020-01-30 23:29:12 +09:00
codegen Remove dependency on lazy_static and chashmap (#617) 2020-01-30 23:29:12 +09:00
parser Remove empty expression in expression statement with top level await (#630) 2020-02-07 05:33:26 +00:00
preset_env Collect all comments (#633) 2020-02-07 14:32:43 +09:00
src Remove dependency renaming to enable WASM (#625) 2020-02-05 11:20:25 +00:00
transforms Collect all comments (#633) 2020-02-07 14:32:43 +09:00
utils Remove dependency renaming to enable WASM (#625) 2020-02-05 11:20:25 +00:00
Cargo.toml Remove dependency renaming to enable WASM (#625) 2020-02-05 11:20:25 +00:00