Skip to content

Commit

Permalink
0.16.0 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Oct 12, 2021
1 parent f564cd2 commit df6f746
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 42 deletions.
94 changes: 58 additions & 36 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deno_doc"
version = "0.15.0"
version = "0.16.0"
edition = "2018"
description = "doc generation for deno"
authors = ["the Deno authors"]
Expand All @@ -16,8 +16,8 @@ name = "ddoc"
[dependencies]
anyhow = { version = "1.0.43", optional = true }
cfg-if = "1.0.0"
deno_ast = "0.2.0"
deno_graph = "0.6.0"
deno_ast = "0.3.0"
deno_graph = "0.7.0"
futures = "0.3.17"
js-sys = { version = "0.3.54", optional = true }
lazy_static = "1.4.0"
Expand Down
6 changes: 3 additions & 3 deletions lib/deno_doc.generated.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,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__hc6b5d7ffa3cc039b(
._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__ha4eac37687728660(
arg0,
arg1,
addHeapObject(arg2),
Expand Down Expand Up @@ -245,7 +245,7 @@ function handleError(f, args) {
}
}
function __wbg_adapter_24(arg0, arg1, arg2, arg3) {
wasm.wasm_bindgen__convert__closures__invoke2_mut__h1c007b7af0350829(
wasm.wasm_bindgen__convert__closures__invoke2_mut__hf1bfeb61b3c8f466(
arg0,
arg1,
addHeapObject(arg2),
Expand Down Expand Up @@ -351,7 +351,7 @@ const imports = {
__wbindgen_throw: function (arg0, arg1) {
throw new Error(getStringFromWasm0(arg0, arg1));
},
__wbindgen_closure_wrapper823: function (arg0, arg1, arg2) {
__wbindgen_closure_wrapper822: function (arg0, arg1, arg2) {
var ret = makeMutClosure(arg0, arg1, 154, __wbg_adapter_16);
return addHeapObject(ret);
},
Expand Down
Binary file modified lib/deno_doc_bg.wasm
Binary file not shown.

0 comments on commit df6f746

Please sign in to comment.