Skip to content

Commit 5946971

Browse files
authored
fix: remove QueryCapture.text from typings
Fixes #198
1 parent fe7a212 commit 5946971

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tree-sitter.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ declare module "tree-sitter" {
151151

152152
export interface QueryCapture {
153153
name: string;
154-
text?: string;
155154
node: SyntaxNode;
156155
setProperties?: { [prop: string]: string | null };
157156
assertedProperties?: { [prop: string]: string | null };

0 commit comments

Comments
 (0)