Skip to content

Commit

Permalink
🐳 chore: Upgrade deno_ast to v0.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
caoccao committed Nov 25, 2024
1 parent 53c5b2e commit 4053ffc
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 29 deletions.
1 change: 1 addition & 0 deletions docs/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 1.3.0

* Upgraded deno_ast to v0.44.0
* Upgraded rust toolchain to v1.82.0
* Added `find()` to `ISwc4jAst`
* Added `getMinusCount()` to `Swc4jAstNumber`
Expand Down
98 changes: 70 additions & 28 deletions rust/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 rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ crate-type = ["cdylib", "rlib"]
base64 = "0.22.1"
log = "0.4.22"
env_logger = "0.11.5"
deno_ast = { version = "0.43.3", features = [
deno_ast = { version = "0.44.0", features = [
"bundler",
"cjs",
"codegen",
Expand Down

0 comments on commit 4053ffc

Please sign in to comment.