web-tree-sitter
Advanced tools
Comparing version 0.22.5 to 0.22.6
{ | ||
"name": "web-tree-sitter", | ||
"version": "0.22.5", | ||
"version": "0.22.6", | ||
"description": "Tree-sitter bindings for the web", | ||
@@ -5,0 +5,0 @@ "main": "tree-sitter.js", |
@@ -98,4 +98,4 @@ declare module 'web-tree-sitter' { | ||
fieldNameForChild(childIndex: number): string | null; | ||
childrenForFieldName(fieldName: string, cursor: TreeCursor): Array<SyntaxNode>; | ||
childrenForFieldId(fieldId: number, cursor: TreeCursor): Array<SyntaxNode>; | ||
childrenForFieldName(fieldName: string): Array<SyntaxNode>; | ||
childrenForFieldId(fieldId: number): Array<SyntaxNode>; | ||
firstChildForIndex(index: number): SyntaxNode | null; | ||
@@ -102,0 +102,0 @@ firstNamedChildForIndex(index: number): SyntaxNode | null; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
278790
7