@kreuzberg/tree-sitter-language-pack-wasm 1.5.0 → 1.6.1

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/README.md CHANGED
@@ -13,7 +13,7 @@
13
13
  <img src="https://img.shields.io/npm/v/@kreuzberg/tree-sitter-language-pack-wasm?label=WASM&color=007ec6" alt="Wasm">
14
14
  </a> <a href="https://central.sonatype.com/artifact/dev.kreuzberg/tree-sitter-language-pack">
15
15
  <img src="https://img.shields.io/maven-central/v/dev.kreuzberg/tree-sitter-language-pack?label=Java&color=007ec6" alt="Java">
16
- </a> <a href="https://github.com/kreuzberg-dev/tree-sitter-language-pack/tree/main/packages/go/v1">
16
+ </a> <a href="https://github.com/kreuzberg-dev/tree-sitter-language-pack/tree/main/packages/go">
17
17
  <img src="https://img.shields.io/github/v/tag/kreuzberg-dev/tree-sitter-language-pack?label=Go&color=007ec6" alt="Go">
18
18
  </a> <a href="https://www.nuget.org/packages/TreeSitterLanguagePack">
19
19
  <img src="https://img.shields.io/nuget/v/TreeSitterLanguagePack?label=C%23&color=007ec6" alt="Csharp">
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.5.0",
5
+ "version": "1.6.1",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
package/ts_pack_wasm.js CHANGED
@@ -679,24 +679,17 @@ export function validateExtraction(config) {
679
679
  wasm.__wbindgen_add_to_stack_pointer(16);
680
680
  }
681
681
  }
682
- import * as import1 from "env"
683
- import * as import2 from "env"
684
- import * as import3 from "env"
685
- import * as import4 from "env"
686
- import * as import5 from "env"
687
- import * as import6 from "env"
688
-
689
682
  function __wbg_get_imports() {
690
683
  const import0 = {
691
684
  __proto__: null,
692
- __wbg___wbindgen_debug_string_dd5d2d07ce9e6c57: function(arg0, arg1) {
685
+ __wbg___wbindgen_debug_string_ab4b34d23d6778bd: function(arg0, arg1) {
693
686
  const ret = debugString(getObject(arg1));
694
687
  const ptr1 = passStringToWasm0(ret, wasm.__wbindgen_export, wasm.__wbindgen_export2);
695
688
  const len1 = WASM_VECTOR_LEN;
696
689
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
697
690
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
698
691
  },
699
- __wbg___wbindgen_string_get_914df97fcfa788f2: function(arg0, arg1) {
692
+ __wbg___wbindgen_string_get_7ed5322991caaec5: function(arg0, arg1) {
700
693
  const obj = getObject(arg1);
701
694
  const ret = typeof(obj) === 'string' ? obj : undefined;
702
695
  var ptr1 = isLikeNone(ret) ? 0 : passStringToWasm0(ret, wasm.__wbindgen_export, wasm.__wbindgen_export2);
@@ -704,18 +697,18 @@ function __wbg_get_imports() {
704
697
  getDataViewMemory0().setInt32(arg0 + 4 * 1, len1, true);
705
698
  getDataViewMemory0().setInt32(arg0 + 4 * 0, ptr1, true);
706
699
  },
707
- __wbg___wbindgen_throw_81fc77679af83bc6: function(arg0, arg1) {
700
+ __wbg___wbindgen_throw_6b64449b9b9ed33c: function(arg0, arg1) {
708
701
  throw new Error(getStringFromWasm0(arg0, arg1));
709
702
  },
710
- __wbg_new_f3c9df4f38f3f798: function() {
703
+ __wbg_new_682678e2f47e32bc: function() {
711
704
  const ret = new Array();
712
705
  return addHeapObject(ret);
713
706
  },
714
- __wbg_parse_545d11396395fbbd: function() { return handleError(function (arg0, arg1) {
707
+ __wbg_parse_1bbc9c053611d0a7: function() { return handleError(function (arg0, arg1) {
715
708
  const ret = JSON.parse(getStringFromWasm0(arg0, arg1));
716
709
  return addHeapObject(ret);
717
710
  }, arguments); },
718
- __wbg_stringify_a2c39d991e1bf91d: function() { return handleError(function (arg0) {
711
+ __wbg_stringify_91082ed7a5a5769e: function() { return handleError(function (arg0) {
719
712
  const ret = JSON.stringify(getObject(arg0));
720
713
  return addHeapObject(ret);
721
714
  }, arguments); },
@@ -731,12 +724,6 @@ function __wbg_get_imports() {
731
724
  return {
732
725
  __proto__: null,
733
726
  "./ts_pack_wasm_bg.js": import0,
734
- "env": import1,
735
- "env": import2,
736
- "env": import3,
737
- "env": import4,
738
- "env": import5,
739
- "env": import6,
740
727
  };
741
728
  }
742
729
 
Binary file