Skip to content

Commit 7b64c32

Browse files
authored
0.17.1 (#201)
1 parent e55f5fa commit 7b64c32

File tree

4 files changed

+20
-21
lines changed

4 files changed

+20
-21
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "deno_doc"
3-
version = "0.17.0"
3+
version = "0.17.1"
44
edition = "2018"
55
description = "doc generation for deno"
66
authors = ["the Deno authors"]
@@ -16,8 +16,8 @@ name = "ddoc"
1616
[dependencies]
1717
anyhow = { version = "1.0.43", optional = true }
1818
cfg-if = "1.0.0"
19-
deno_ast = "0.4.0"
20-
deno_graph = "0.8.0"
19+
deno_ast = "0.4.1"
20+
deno_graph = "0.8.2"
2121
futures = "0.3.17"
2222
js-sys = { version = "0.3.54", optional = true }
2323
lazy_static = "1.4.0"

lib/deno_doc.generated.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,7 @@ function isLikeNone(x) {
220220
* @param {string} root_specifier
221221
* @param {Function} load
222222
* @param {Function | undefined} maybe_resolve
223-
* @returns {Promise<any>}
224-
*/
223+
* @returns {Promise<any>} */
225224
export function doc(root_specifier, load, maybe_resolve) {
226225
var ptr0 = passStringToWasm0(
227226
root_specifier,
@@ -352,7 +351,7 @@ const imports = {
352351
__wbindgen_throw: function (arg0, arg1) {
353352
throw new Error(getStringFromWasm0(arg0, arg1));
354353
},
355-
__wbindgen_closure_wrapper821: function (arg0, arg1, arg2) {
354+
__wbindgen_closure_wrapper822: function (arg0, arg1, arg2) {
356355
var ret = makeMutClosure(arg0, arg1, 155, __wbg_adapter_16);
357356
return addHeapObject(ret);
358357
},

lib/deno_doc_bg.wasm

1.58 KB
Binary file not shown.

0 commit comments

Comments
 (0)