mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 09:38:16 +03:00
fa40c8ddf3
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.
11 lines
62 B
Plaintext
11 lines
62 B
Plaintext
|
|
|
|
target/
|
|
**/*.bk
|
|
core
|
|
*.log
|
|
Cargo.lock
|
|
|
|
/.vscode
|
|
/.idea
|
|
*.iml |