Skip to content

Commit 19e29f3

Browse files
authored
feat: upgrade deno_doc to 0.33 (#287)
1 parent 292033f commit 19e29f3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name = "ddoc"
1717
anyhow = { version = "1.0.58", optional = true }
1818
cfg-if = "1.0.0"
1919
deno_ast = "0.17.0"
20-
deno_graph = "0.32.0"
20+
deno_graph = "0.33.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: 5 additions & 5 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: 27ae0190fc68509a13e1943d0fc27abf68167506
4+
// source-hash: 4d47628fd68d2caa1e903a9110cdfb4aec40ef84
55
let wasm;
66

77
const cachedTextDecoder = new TextDecoder("utf-8", {
@@ -202,7 +202,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
202202
}
203203
function __wbg_adapter_16(arg0, arg1, arg2) {
204204
wasm
205-
._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h8091b05a54ab9839(
205+
._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h69d959143c0b702a(
206206
arg0,
207207
arg1,
208208
addHeapObject(arg2),
@@ -261,7 +261,7 @@ function handleError(f, args) {
261261
}
262262
}
263263
function __wbg_adapter_32(arg0, arg1, arg2, arg3) {
264-
wasm.wasm_bindgen__convert__closures__invoke2_mut__h56f37f5c08a772aa(
264+
wasm.wasm_bindgen__convert__closures__invoke2_mut__h801a64a954dbf521(
265265
arg0,
266266
arg1,
267267
addHeapObject(arg2),
@@ -392,8 +392,8 @@ const imports = {
392392
__wbindgen_throw: function (arg0, arg1) {
393393
throw new Error(getStringFromWasm0(arg0, arg1));
394394
},
395-
__wbindgen_closure_wrapper1072: function (arg0, arg1, arg2) {
396-
const ret = makeMutClosure(arg0, arg1, 201, __wbg_adapter_16);
395+
__wbindgen_closure_wrapper1069: function (arg0, arg1, arg2) {
396+
const ret = makeMutClosure(arg0, arg1, 202, __wbg_adapter_16);
397397
return addHeapObject(ret);
398398
},
399399
},

lib/deno_doc_bg.wasm

6.09 KB
Binary file not shown.

0 commit comments

Comments
 (0)