@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 CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@kreuzberg/tree-sitter-language-pack-wasm",
3
3
  "type": "module",
4
4
  "description": "WebAssembly bindings for tree-sitter language pack",
5
- "version": "1.4.1",
5
+ "version": "1.4.2",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
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
- __wbg___wbindgen_debug_string_8baecc377ad92880: function(arg0, arg1) {
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
- __wbg___wbindgen_string_get_ae6081df8158aa73: function(arg0, arg1) {
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
- __wbg___wbindgen_throw_bd5a70920abf0236: function(arg0, arg1) {
707
+ __wbg___wbindgen_throw_81fc77679af83bc6: function(arg0, arg1) {
708
708
  throw new Error(getStringFromWasm0(arg0, arg1));
709
709
  },
710
- __wbg_new_480195ddf7042529: function() {
710
+ __wbg_new_f3c9df4f38f3f798: function() {
711
711
  const ret = new Array();
712
712
  return addHeapObject(ret);
713
713
  },
714
- __wbg_parse_2175931f70ae0fe2: function() { return handleError(function (arg0, arg1) {
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
- __wbg_stringify_c3d7897996042de9: function() { return handleError(function (arg0) {
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); },
Binary file