@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 +1 -1
- package/ts_pack_wasm.d.ts +1 -1
- package/ts_pack_wasm_bg.wasm +0 -0
package/package.json
CHANGED
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;
|
package/ts_pack_wasm_bg.wasm
CHANGED
|
Binary file
|