Skip to content

Commit

Permalink
fix: upgrade deno_ast to 0.23 (#17269)
Browse files Browse the repository at this point in the history
Closes #17172
Closes #15669
Closes #8529
  • Loading branch information
dsherret authored Jan 4, 2023
1 parent 319f607 commit 0ee64ad
Show file tree
Hide file tree
Showing 18 changed files with 144 additions and 115 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rustflags = [
"target-feature=+crt-static",
"-C",
# increase the stack size to prevent swc overflowing the stack in debug
"link-arg=/STACK:2097152",
"link-arg=/STACK:3145728",
]

[target.aarch64-apple-darwin]
Expand Down
4 changes: 2 additions & 2 deletions .dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"tools/wpt/manifest.json"
],
"plugins": [
"https://plugins.dprint.dev/typescript-0.79.0.wasm",
"https://plugins.dprint.dev/typescript-0.80.2.wasm",
"https://plugins.dprint.dev/json-0.17.0.wasm",
"https://plugins.dprint.dev/markdown-0.15.1.wasm",
"https://plugins.dprint.dev/toml-0.5.4.wasm",
"https://plugins.dprint.dev/exec-0.3.2.json@8efbbb3fcfbdf84142c3c438fbdeaf1637152a020032127c837b2b14e23261c3"
"https://plugins.dprint.dev/exec-0.3.5.json@d687dda57be0fe9a0088ccdaefa5147649ff24127d8b3ea227536c68ee7abeab"
]
}
Loading

0 comments on commit 0ee64ad

Please sign in to comment.