mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 09:38:16 +03:00
Rust-based platform for the Web
babelcompilerecmascriptecmascript-parserjavascriptparserruststarred-repostarred-swc-project-reposwctypescripttypescript-compilertypescript-parser
ca663aa33d
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. |
||
---|---|---|
.cargo | ||
.travis | ||
atoms | ||
common | ||
ecmascript | ||
macros | ||
scripts | ||
src | ||
testing | ||
.gitignore | ||
.gitmodules | ||
.rustfmt.toml | ||
.travis.yml | ||
bors.toml | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md | ||
rls.toml |