@codemod.com/codemod-sandbox 0.1.5 → 0.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/js/factory.js +3 -3
- package/package.json +1 -1
- package/sandbox.wasm +0 -0
package/dist/js/factory.js
CHANGED
|
@@ -332,10 +332,10 @@ export default function () {
|
|
|
332
332
|
return takeFromExternrefTable0(ret[0]);
|
|
333
333
|
}
|
|
334
334
|
function __wbg_adapter_50(arg0, arg1, arg2) {
|
|
335
|
-
wasm.
|
|
335
|
+
wasm.closure2327_externref_shim(arg0, arg1, arg2);
|
|
336
336
|
}
|
|
337
337
|
function __wbg_adapter_200(arg0, arg1, arg2, arg3) {
|
|
338
|
-
wasm.
|
|
338
|
+
wasm.closure2349_externref_shim(arg0, arg1, arg2, arg3);
|
|
339
339
|
}
|
|
340
340
|
function __wbg_String_8f0eb39a4a4c2f66(arg0, arg1) {
|
|
341
341
|
const ret = String(arg1);
|
|
@@ -885,7 +885,7 @@ export default function () {
|
|
|
885
885
|
}
|
|
886
886
|
;
|
|
887
887
|
function __wbindgen_closure_wrapper6684(arg0, arg1, arg2) {
|
|
888
|
-
const ret = makeMutClosure(arg0, arg1,
|
|
888
|
+
const ret = makeMutClosure(arg0, arg1, 2328, __wbg_adapter_50);
|
|
889
889
|
return ret;
|
|
890
890
|
}
|
|
891
891
|
;
|
package/package.json
CHANGED
package/sandbox.wasm
CHANGED
|
Binary file
|