mirror of
https://github.com/denoland/deno.git
synced 2025-01-03 04:48:52 -05:00
fix(publish): handle variable declarations with a declare keyword (#23616)
This commit is contained in:
parent
6cdf81db7c
commit
641356bb16
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1477,9 +1477,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "deno_graph"
|
name = "deno_graph"
|
||||||
version = "0.74.2"
|
version = "0.74.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d828c95097ea836267c058ac912b5bd9e5c95cec11f57a32b25ac9e4bbe698fc"
|
checksum = "330a02cf6b5fe78f8b7a4256dc6289d8d45fd2ec8ef7b1b2e8b4ffe1fff8284a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"async-trait",
|
"async-trait",
|
||||||
|
|
|
@ -69,7 +69,7 @@ deno_config = "=0.16.3"
|
||||||
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
|
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
|
||||||
deno_doc = { version = "=0.128.1", features = ["html", "syntect"] }
|
deno_doc = { version = "=0.128.1", features = ["html", "syntect"] }
|
||||||
deno_emit = "=0.40.2"
|
deno_emit = "=0.40.2"
|
||||||
deno_graph = { version = "=0.74.2", features = ["tokio_executor"] }
|
deno_graph = { version = "=0.74.3", features = ["tokio_executor"] }
|
||||||
deno_lint = { version = "=0.58.4", features = ["docs"] }
|
deno_lint = { version = "=0.58.4", features = ["docs"] }
|
||||||
deno_lockfile.workspace = true
|
deno_lockfile.workspace = true
|
||||||
deno_npm = "=0.18.0"
|
deno_npm = "=0.18.0"
|
||||||
|
|
Loading…
Reference in a new issue