swc/ecmascript
강동윤 fa40c8ddf3 Make rls work
rust-analysis chokes with `Option<Box<Expr>>` style fields.
Rls only shows a warning on the crate with that fields, but ICEs on
dependent crates.
This can be workarounded by using `Option<(Box<Expr>)>`.

Also, using multiple glob imports is bad for rls.
So this commit deglobs them.
2018-02-03 20:00:03 +09:00
..
ast Make rls work 2018-02-03 20:00:03 +09:00
parser chores: cleanup for docs; no email from travis 2018-01-27 15:14:53 +09:00
parser_macros Improve error reporting of ecmascript parser 2018-01-22 21:47:16 +09:00
src Revert "Merge remote-tracking branch 'refs/remotes/origin/simplifier'" 2018-01-14 14:00:01 +09:00
Cargo.toml Use FileMap as an input. 2018-01-23 21:38:48 +09:00