Skip to content

Commit

Permalink
chore: upgrade deno_graph to 0.39 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret authored Dec 6, 2022
1 parent 6aa3339 commit d2f4fdc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 44 deletions.
44 changes: 5 additions & 39 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions lib/emit.generated.js
Original file line number Diff line number Diff line change
Expand Up @@ -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__hb50d428606e91cff(
._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h39ffa5e216edfa81(
arg0,
arg1,
addHeapObject(arg2),
Expand Down Expand Up @@ -283,7 +283,7 @@ function handleError(f, args) {
}
}
function __wbg_adapter_25(arg0, arg1, arg2, arg3) {
wasm.wasm_bindgen__convert__closures__invoke2_mut__h05af4b22b5ef3ea9(
wasm.wasm_bindgen__convert__closures__invoke2_mut__h2548b6c64414ca34(
arg0,
arg1,
addHeapObject(arg2),
Expand Down Expand Up @@ -389,8 +389,8 @@ const imports = {
__wbindgen_throw: function (arg0, arg1) {
throw new Error(getStringFromWasm0(arg0, arg1));
},
__wbindgen_closure_wrapper372: function (arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 132, __wbg_adapter_16);
__wbindgen_closure_wrapper363: function (arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 129, __wbg_adapter_16);
return addHeapObject(ret);
},
},
Expand Down
Binary file modified lib/emit_bg.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion rs-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ license = "MIT"
anyhow = "1.0.44"
base64 = "0.13.0"
deno_ast = { version = "0.21.0", features = ["bundler", "codegen", "module_specifier", "proposal", "react", "sourcemap", "transforms", "typescript", "visit", "transpiling"] }
deno_graph = "0.38.0"
deno_graph = "0.39.0"
futures = "0.3.17"
parking_lot = { version = "0.11.2" }

0 comments on commit d2f4fdc

Please sign in to comment.