We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2019a24 commit b61c9bfCopy full SHA for b61c9bf
packages/deno-lint/Cargo.toml
@@ -14,7 +14,7 @@ napi = "1.0.0-alpha.10"
14
napi-derive = "1.0.0-alpha.0"
15
serde = "1"
16
serde_json = "1"
17
-swc_ecmascript = {version = "=0.16.0", features = ["parser", "transforms", "utils", "visit"]}
+swc_ecmascript = {version = "=0.16.1", features = ["parser", "transforms", "utils", "visit"]}
18
termcolor = "1.1"
19
20
[target.'cfg(all(unix, not(target_env = "musl"), not(target_arch = "aarch64")))'.dependencies]
0 commit comments