Rust-based platform for the Web
Go to file
bors[bot] ca663aa33d Merge #30
30: Make rls work r=kdy1 a=kdy1

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 11:01:14 +00:00
.cargo chores: cleanup for docs; no email from travis 2018-01-27 15:14:53 +09:00
.travis fix typo 2018-01-14 09:30:51 +09:00
atoms Implement error reporting for ecmascript parser 2018-01-26 21:53:30 +09:00
common Make rls work 2018-02-03 20:00:03 +09:00
ecmascript Make rls work 2018-02-03 20:00:03 +09:00
macros Make rls work 2018-02-03 20:00:03 +09:00
scripts ECMAScript parser (#1) 2018-01-12 16:53:06 +09:00
src chores: cleanup for docs; no email from travis 2018-01-27 15:14:53 +09:00
testing Cleanup and documentations for swc_common. 2018-01-15 10:33:18 +09:00
.gitignore Make rls work 2018-02-03 20:00:03 +09:00
.gitmodules ECMAScript parser (#1) 2018-01-12 16:53:06 +09:00
.rustfmt.toml Update rustfmt to 0.3.5 and format literals. 2018-01-16 20:11:08 +09:00
.travis.yml chores: cleanup for docs; no email from travis 2018-01-27 15:14:53 +09:00
bors.toml Add bors to prevent misktake. 2018-01-14 14:44:32 +09:00
Cargo.toml chores: cleanup for docs; no email from travis 2018-01-27 15:14:53 +09:00
LICENSE-APACHE initial commit 2017-12-22 22:07:03 +09:00
LICENSE-MIT initial commit 2017-12-22 22:07:03 +09:00
README.md fix links and use sudo 2018-01-14 19:04:32 +09:00
rls.toml Improve error reporting of ecmascript parser 2018-01-22 21:47:16 +09:00

spdy web compiler

Build Status codecov


Make the web (development) faster.