Skip to content

Commit

Permalink
0.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denobot committed Mar 20, 2023
1 parent 8c85a20 commit d007059
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deno_doc"
version = "0.58.0"
version = "0.59.0"
edition = "2021"
description = "doc generation for deno"
authors = ["the Deno authors"]
Expand Down
20 changes: 10 additions & 10 deletions lib/deno_doc.generated.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @generated file from wasmbuild -- do not edit
// deno-lint-ignore-file
// deno-fmt-ignore-file
// source-hash: 75d28be6d7125c45d88236786e2ab193c844ffff
// source-hash: 77711f824813addd84abc54d07593440b801756f
let wasm;

const cachedTextDecoder = new TextDecoder("utf-8", {
Expand Down Expand Up @@ -228,7 +228,7 @@ function makeMutClosure(arg0, arg1, dtor, f) {
}
function __wbg_adapter_46(arg0, arg1, arg2) {
wasm
._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__haf77dc7cf0257051(
._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hb3a7596ff5d8eafe(
arg0,
arg1,
addHeapObject(arg2),
Expand Down Expand Up @@ -284,7 +284,7 @@ function handleError(f, args) {
}
}
function __wbg_adapter_104(arg0, arg1, arg2, arg3) {
wasm.wasm_bindgen__convert__closures__invoke2_mut__h4b9e99f05a380340(
wasm.wasm_bindgen__convert__closures__invoke2_mut__hc2815ade821c01ce(
arg0,
arg1,
addHeapObject(arg2),
Expand Down Expand Up @@ -351,7 +351,7 @@ const imports = {
const ret = BigInt.asUintN(64, arg0);
return addHeapObject(ret);
},
__wbg_warn_448c3e19a06681e0: function (arg0, arg1) {
__wbg_warn_c0468dd4368987df: function (arg0, arg1) {
console.warn(getStringFromWasm0(arg0, arg1));
},
__wbindgen_string_new: function (arg0, arg1) {
Expand Down Expand Up @@ -415,14 +415,14 @@ const imports = {
const ret = false;
return ret;
},
__wbindgen_is_string: function (arg0) {
const ret = typeof (getObject(arg0)) === "string";
return ret;
},
__wbindgen_is_function: function (arg0) {
const ret = typeof (getObject(arg0)) === "function";
return ret;
},
__wbindgen_is_string: function (arg0) {
const ret = typeof (getObject(arg0)) === "string";
return ret;
},
__wbg_call_95d1ea488d03e4e8: function () {
return handleError(function (arg0, arg1) {
const ret = getObject(arg0).call(getObject(arg1));
Expand Down Expand Up @@ -605,8 +605,8 @@ const imports = {
const ret = wasm.memory;
return addHeapObject(ret);
},
__wbindgen_closure_wrapper1224: function (arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 197, __wbg_adapter_46);
__wbindgen_closure_wrapper1170: function (arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 196, __wbg_adapter_46);
return addHeapObject(ret);
},
},
Expand Down
Binary file modified lib/deno_doc_bg.wasm
Binary file not shown.

0 comments on commit d007059

Please sign in to comment.