Skip to content

Commit 858d7b8

Browse files
authored
chore: update deno_ast and deno_graph (#305)
1 parent 16e65d6 commit 858d7b8

4 files changed

Lines changed: 10 additions & 26 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ name = "ddoc"
1616
[dependencies]
1717
anyhow = { version = "1.0.58", optional = true }
1818
cfg-if = "1.0.0"
19-
deno_ast = "0.20.0"
20-
deno_graph = "0.37.0"
19+
deno_ast = "0.21.0"
20+
deno_graph = "0.38.0"
2121
futures = "0.3.17"
2222
js-sys = { version = "=0.3.58", optional = true }
2323
import_map = "0.12.1"

lib/deno_doc.generated.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// @generated file from wasmbuild -- do not edit
22
// deno-lint-ignore-file
33
// deno-fmt-ignore-file
4-
// source-hash: 7e38370c8c14cb626c5e34607a2d0307b5dceec6
4+
// source-hash: 82c9eefe110ad13762e1b1fa792055d092f9a655
55
let wasm;
66

77
const cachedTextDecoder = new TextDecoder("utf-8", {
@@ -392,7 +392,7 @@ const imports = {
392392
__wbindgen_throw: function (arg0, arg1) {
393393
throw new Error(getStringFromWasm0(arg0, arg1));
394394
},
395-
__wbindgen_closure_wrapper953: function (arg0, arg1, arg2) {
395+
__wbindgen_closure_wrapper955: function (arg0, arg1, arg2) {
396396
const ret = makeMutClosure(arg0, arg1, 170, __wbg_adapter_16);
397397
return addHeapObject(ret);
398398
},

lib/deno_doc_bg.wasm

-786 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)