Skip to content

Commit

Permalink
fix(publish): do not error for param with initializer before required…
Browse files Browse the repository at this point in the history
… parameter (#23356)

* denoland/deno_graph#440

Closes #23331
  • Loading branch information
dsherret authored Apr 14, 2024
1 parent 1fadb94 commit 76df7d7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ license = "MIT"
repository = "https://github.com/denoland/deno"

[workspace.dependencies]
deno_ast = { version = "0.36.1", features = ["transpiling"] }
deno_ast = { version = "=0.36.2", features = ["transpiling"] }
deno_core = { version = "0.274.0" }

deno_bench_util = { version = "0.140.0", path = "./bench_util" }
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ deno_config = "=0.15.0"
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
deno_doc = { version = "=0.123.1", features = ["html"] }
deno_emit = "=0.39.0"
deno_graph = { version = "=0.71.3", features = ["tokio_executor"] }
deno_graph = { version = "=0.71.5", features = ["tokio_executor"] }
deno_lint = { version = "=0.58.2", features = ["docs"] }
deno_lockfile.workspace = true
deno_npm = "=0.17.0"
Expand Down

0 comments on commit 76df7d7

Please sign in to comment.