Skip to content

Commit c2efc4d

Browse files
authored
chore: update deno_ast and deno_graph (#98)
1 parent 373908c commit c2efc4d

File tree

5 files changed

+11
-45
lines changed

5 files changed

+11
-45
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ path = "src/lib.rs"
2222
[dependencies]
2323
anyhow = "1"
2424
base64 = "0.13.0"
25-
deno_ast = { version = "0.20.0", features = ["transpiling"] }
26-
deno_graph = "0.37.0"
25+
deno_ast = { version = "0.21.0", features = ["transpiling"] }
26+
deno_graph = "0.38.0"
2727
futures = "0.3.19"
2828
serde = "1"
2929
serde_json = "1"

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ crate-type = ["cdylib"]
1414
[dependencies]
1515
anyhow = "1"
1616
console_error_panic_hook = "0.1.7"
17-
deno_graph = "0.37.0"
17+
deno_graph = "0.38.0"
1818
eszip = { path = "../" }
1919
import_map = "0.12.1"
2020
js-sys = { version = "0.3.60" }

lib/eszip_wasm.generated.js

Lines changed: 2 additions & 2 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: 09b40b6d61b6d742d785a838be334861dc37a2b4
4+
// source-hash: 4811b4f92f7814ddf9cd516032c4e4d0b318da38
55
let wasm;
66

77
const heap = new Array(32).fill(undefined);
@@ -459,7 +459,7 @@ const imports = {
459459
const ret = getObject(arg0).then(getObject(arg1), getObject(arg2));
460460
return addHeapObject(ret);
461461
},
462-
__wbindgen_closure_wrapper7371: function (arg0, arg1, arg2) {
462+
__wbindgen_closure_wrapper7358: function (arg0, arg1, arg2) {
463463
const ret = makeMutClosure(arg0, arg1, 254, __wbg_adapter_18);
464464
return addHeapObject(ret);
465465
},

lib/eszip_wasm_bg.wasm

-5.16 KB
Binary file not shown.

0 commit comments

Comments
 (0)