@kreuzberg/tree-sitter-language-pack-wasm 1.1.2 → 1.1.3

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.1.2",
5
+ "version": "1.1.3",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
package/ts_pack_wasm.d.ts CHANGED
@@ -167,6 +167,7 @@ export interface InitOutput {
167
167
  readonly getHighlightsQuery: (a: number, b: number, c: number) => void;
168
168
  readonly getInjectionsQuery: (a: number, b: number, c: number) => void;
169
169
  readonly getLanguagePtr: (a: number, b: number, c: number) => void;
170
+ readonly getLocalsQuery: (a: number, b: number, c: number) => void;
170
171
  readonly hasLanguage: (a: number, b: number) => number;
171
172
  readonly init: (a: number, b: number, c: number) => void;
172
173
  readonly iswalnum: (a: number) => number;
@@ -180,7 +181,6 @@ export interface InitOutput {
180
181
  readonly treeHasErrorNodes: (a: number, b: number) => void;
181
182
  readonly treeRootChildCount: (a: number, b: number) => void;
182
183
  readonly treeRootNodeType: (a: number, b: number) => void;
183
- readonly getLocalsQuery: (a: number, b: number, c: number) => void;
184
184
  readonly languageCount: () => number;
185
185
  readonly __wbindgen_export: (a: number, b: number) => number;
186
186
  readonly __wbindgen_export2: (a: number, b: number, c: number, d: number) => number;
Binary file