mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
fix: do not panic when using methods on classes and interfaces in deno doc html output (#26100)
Fixes #26107
This commit is contained in:
parent
251840a60d
commit
06aadcd22b
2 changed files with 3 additions and 3 deletions
|
@ -67,7 +67,7 @@ deno_ast = { workspace = true, features = ["bundler", "cjs", "codegen", "proposa
|
|||
deno_cache_dir = { workspace = true }
|
||||
deno_config = { version = "=0.37.1", features = ["workspace", "sync"] }
|
||||
deno_core = { workspace = true, features = ["include_js_files_for_snapshotting"] }
|
||||
deno_doc = { version = "0.152.0", features = ["html"] }
|
||||
deno_doc = { version = "0.153.0", features = ["html"] }
|
||||
deno_graph = { version = "=0.83.3" }
|
||||
deno_lint = { version = "=0.67.0", features = ["docs"] }
|
||||
deno_lockfile.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue