Skip to content

Commit 536cdb1

Browse files
chore: 🤖 init
1 parent 18af9c3 commit 536cdb1

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed

‎.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
"debug"
3232
],
3333
"rust-analyzer.cargo.features": [
34+
"cSpell.allowCompoundWords": true,
35+
"cSpell.caseSensitive": true,
36+
// "rust-analyzer.checkOnSave.command": "clippy",
37+
"rust-analyzer.checkOnSave.features": [
3438
// We use this to make IDE faster
3539
"rust-analyzer",
3640
"rkyv-impl",

‎Cargo.lock

Lines changed: 15 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎crates/swc_atoms/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ rkyv = { package = "rkyv", version = "=0.7.37", optional = true }
2828
rkyv-latest = { package = "rkyv-test", version = "=0.7.38-test.2", optional = true }
2929
rustc-hash = "1.1.0"
3030
serde = "1"
31-
string_cache = "0.8.4"
31+
string_cache = { git = "https://github.com/swc-project/string-cache", branch = "swc" }
3232
triomphe = "0.1.8"
3333

3434
[build-dependencies]

‎crates/swc_common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ rustc-hash = "1.1.0"
7171
serde = { version = "1.0.119", features = ["derive"] }
7272
siphasher = "0.3.9"
7373
sourcemap = { version = "6", optional = true }
74-
string_cache = "0.8.4"
74+
string_cache = { git = "https://github.com/swc-project/string-cache", branch = "swc" }
7575
swc_atoms = { version = "0.4.32", path = "../swc_atoms" }
7676
swc_eq_ignore_macros = { version = "0.1.1", path = "../swc_eq_ignore_macros" }
7777
swc_visit = { version = "0.5.4", path = "../swc_visit" }

0 commit comments

Comments
 (0)