We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2d339de + 02196f8 commit 5139d81Copy full SHA for 5139d81
lib/binding_web/tree-sitter-web.d.ts
@@ -51,7 +51,6 @@ declare module 'web-tree-sitter' {
51
id: number;
52
tree: Tree;
53
type: string;
54
- isNamed: boolean;
55
text: string;
56
startPosition: Point;
57
endPosition: Point;
@@ -75,6 +74,7 @@ declare module 'web-tree-sitter' {
75
74
hasError(): boolean;
76
equals(other: SyntaxNode): boolean;
77
isMissing(): boolean;
+ isNamed(): boolean;
78
toString(): string;
79
child(index: number): SyntaxNode | null;
80
namedChild(index: number): SyntaxNode | null;
0 commit comments