Skip to content

Commit

Permalink
chore: 🤖 init
Browse files Browse the repository at this point in the history
  • Loading branch information
IWANABETHATGUY committed Feb 1, 2023
1 parent 18af9c3 commit 536cdb1
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
"debug"
],
"rust-analyzer.cargo.features": [
"cSpell.allowCompoundWords": true,
"cSpell.caseSensitive": true,
// "rust-analyzer.checkOnSave.command": "clippy",
"rust-analyzer.checkOnSave.features": [
// We use this to make IDE faster
"rust-analyzer",
"rkyv-impl",
Expand Down
18 changes: 15 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/swc_atoms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rkyv = { package = "rkyv", version = "=0.7.37", optional = true }
rkyv-latest = { package = "rkyv-test", version = "=0.7.38-test.2", optional = true }
rustc-hash = "1.1.0"
serde = "1"
string_cache = "0.8.4"
string_cache = { git = "https://github.com/swc-project/string-cache", branch = "swc" }
triomphe = "0.1.8"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/swc_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ rustc-hash = "1.1.0"
serde = { version = "1.0.119", features = ["derive"] }
siphasher = "0.3.9"
sourcemap = { version = "6", optional = true }
string_cache = "0.8.4"
string_cache = { git = "https://github.com/swc-project/string-cache", branch = "swc" }
swc_atoms = { version = "0.4.32", path = "../swc_atoms" }
swc_eq_ignore_macros = { version = "0.1.1", path = "../swc_eq_ignore_macros" }
swc_visit = { version = "0.5.4", path = "../swc_visit" }
Expand Down

0 comments on commit 536cdb1

Please sign in to comment.