diff --git a/Cargo.lock b/Cargo.lock index c6f41c2f..2475c8eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -331,7 +331,7 @@ dependencies = [ [[package]] name = "deno_doc" -version = "0.55.0" +version = "0.56.0" dependencies = [ "anyhow", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 95bed8c6..bd183f10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_doc" -version = "0.55.0" +version = "0.56.0" edition = "2021" description = "doc generation for deno" authors = ["the Deno authors"] diff --git a/lib/deno_doc.generated.js b/lib/deno_doc.generated.js index 3e16574f..201f1c54 100644 --- a/lib/deno_doc.generated.js +++ b/lib/deno_doc.generated.js @@ -1,7 +1,7 @@ // @generated file from wasmbuild -- do not edit // deno-lint-ignore-file // deno-fmt-ignore-file -// source-hash: 134f033df83196e5d52d98a8fb9172f981c78449 +// source-hash: a80903a1a81197e9be102550cff28490b46e1137 let wasm; const cachedTextDecoder = new TextDecoder("utf-8", { @@ -202,7 +202,7 @@ function makeMutClosure(arg0, arg1, dtor, f) { } function __wbg_adapter_16(arg0, arg1, arg2) { wasm - ._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hf367ac55be355bd7( + ._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h6e1eb8756be5b45f( arg0, arg1, addHeapObject(arg2), @@ -261,7 +261,7 @@ function handleError(f, args) { } } function __wbg_adapter_32(arg0, arg1, arg2, arg3) { - wasm.wasm_bindgen__convert__closures__invoke2_mut__hc0154314c9f3844a( + wasm.wasm_bindgen__convert__closures__invoke2_mut__h946baa51dd5395e1( arg0, arg1, addHeapObject(arg2), @@ -290,7 +290,7 @@ const imports = { __wbindgen_object_drop_ref: function (arg0) { takeObject(arg0); }, - __wbg_warn_322c9c048bc6c1ad: function (arg0, arg1) { + __wbg_warn_ac17122e829290fe: function (arg0, arg1) { console.warn(getStringFromWasm0(arg0, arg1)); }, __wbindgen_string_new: function (arg0, arg1) { @@ -392,8 +392,8 @@ const imports = { __wbindgen_throw: function (arg0, arg1) { throw new Error(getStringFromWasm0(arg0, arg1)); }, - __wbindgen_closure_wrapper978: function (arg0, arg1, arg2) { - const ret = makeMutClosure(arg0, arg1, 180, __wbg_adapter_16); + __wbindgen_closure_wrapper931: function (arg0, arg1, arg2) { + const ret = makeMutClosure(arg0, arg1, 179, __wbg_adapter_16); return addHeapObject(ret); }, }, diff --git a/lib/deno_doc_bg.wasm b/lib/deno_doc_bg.wasm index a439f120..1e652094 100644 Binary files a/lib/deno_doc_bg.wasm and b/lib/deno_doc_bg.wasm differ