@kreuzberg/tree-sitter-language-pack-wasm 1.4.1 → 1.4.2
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/package.json +1 -1
- package/ts_pack_wasm.js +6 -6
- package/ts_pack_wasm_bg.wasm +0 -0
package/package.json
CHANGED
package/ts_pack_wasm.js
CHANGED
|
@@ -689,14 +689,14 @@ import * as import6 from "env"
|
|
|
689
689
|
function __wbg_get_imports() {
|
|
690
690
|
const import0 = {
|
|
691
691
|
__proto__: null,
|
|
692
|
-
|
|
692
|
+
__wbg___wbindgen_debug_string_dd5d2d07ce9e6c57: function(arg0, arg1) {
|
|
693
693
|
const ret = debugString(getObject(arg1));
|
|
694
694
|
const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_export, wasm.__wbindgen_export2);
|
|
695
695
|
const len1 = WASM_VECTOR_LEN;
|
|
696
696
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
697
697
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
698
698
|
},
|
|
699
|
-
|
|
699
|
+
__wbg___wbindgen_string_get_914df97fcfa788f2: function(arg0, arg1) {
|
|
700
700
|
const obj = getObject(arg1);
|
|
701
701
|
const ret = typeof(obj) === 'string' ? obj : undefined;
|
|
702
702
|
var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_export, wasm.__wbindgen_export2);
|
|
@@ -704,18 +704,18 @@ function __wbg_get_imports() {
|
|
|
704
704
|
getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
|
|
705
705
|
getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
|
|
706
706
|
},
|
|
707
|
-
|
|
707
|
+
__wbg___wbindgen_throw_81fc77679af83bc6: function(arg0, arg1) {
|
|
708
708
|
throw new Error(getStringFromWasm0(arg0, arg1));
|
|
709
709
|
},
|
|
710
|
-
|
|
710
|
+
__wbg_new_f3c9df4f38f3f798: function() {
|
|
711
711
|
const ret = new Array();
|
|
712
712
|
return addHeapObject(ret);
|
|
713
713
|
},
|
|
714
|
-
|
|
714
|
+
__wbg_parse_545d11396395fbbd: function() { return handleError(function (arg0, arg1) {
|
|
715
715
|
const ret = JSON.parse(getStringFromWasm0(arg0, arg1));
|
|
716
716
|
return addHeapObject(ret);
|
|
717
717
|
}, arguments); },
|
|
718
|
-
|
|
718
|
+
__wbg_stringify_a2c39d991e1bf91d: function() { return handleError(function (arg0) {
|
|
719
719
|
const ret = JSON.stringify(getObject(arg0));
|
|
720
720
|
return addHeapObject(ret);
|
|
721
721
|
}, arguments); },
|
package/ts_pack_wasm_bg.wasm
CHANGED
|
Binary file
|