@codemod.com/codemod-sandbox 0.1.5 → 0.1.6
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.d.ts +1 -1
- package/dist/js/factory.js +2 -2
- package/package.json +1 -1
- package/sandbox.wasm +0 -0
package/dist/js/factory.d.ts
CHANGED
|
@@ -99,7 +99,7 @@ export default function _default(): {
|
|
|
99
99
|
__wbindgen_bigint_get_as_i64: (arg0: any, arg1: any) => void;
|
|
100
100
|
__wbindgen_boolean_get: (arg0: any) => 0 | 1 | 2;
|
|
101
101
|
__wbindgen_cb_drop: (arg0: any) => boolean;
|
|
102
|
-
|
|
102
|
+
__wbindgen_closure_wrapper6689: (arg0: any, arg1: any, arg2: any) => {
|
|
103
103
|
(...args: any[]): any;
|
|
104
104
|
original: {
|
|
105
105
|
a: any;
|
package/dist/js/factory.js
CHANGED
|
@@ -884,7 +884,7 @@ export default function () {
|
|
|
884
884
|
return ret;
|
|
885
885
|
}
|
|
886
886
|
;
|
|
887
|
-
function
|
|
887
|
+
function __wbindgen_closure_wrapper6689(arg0, arg1, arg2) {
|
|
888
888
|
const ret = makeMutClosure(arg0, arg1, 2326, __wbg_adapter_50);
|
|
889
889
|
return ret;
|
|
890
890
|
}
|
|
@@ -1090,7 +1090,7 @@ export default function () {
|
|
|
1090
1090
|
__wbindgen_bigint_get_as_i64,
|
|
1091
1091
|
__wbindgen_boolean_get,
|
|
1092
1092
|
__wbindgen_cb_drop,
|
|
1093
|
-
|
|
1093
|
+
__wbindgen_closure_wrapper6689,
|
|
1094
1094
|
__wbindgen_debug_string,
|
|
1095
1095
|
__wbindgen_error_new,
|
|
1096
1096
|
__wbindgen_in,
|
package/package.json
CHANGED
package/sandbox.wasm
CHANGED
|
Binary file
|