tree-sitter-solidity
Advanced tools
Comparing version 1.0.10 to 1.0.11
@@ -839,3 +839,3 @@ // Precedence is used by the parser to determine which rule to apply when there are two rules that can be applied. | ||
_parameter_list: $ => seq( | ||
'(', commaSep($._parameter), ')' | ||
'(', commaSep($.parameter), ')' | ||
), | ||
@@ -852,3 +852,3 @@ | ||
_parameter: $ => seq( | ||
parameter: $ => seq( | ||
field("type", $.type_name), | ||
@@ -855,0 +855,0 @@ optional(field("storage_location", $._storage_location)), |
{ | ||
"name": "tree-sitter-solidity", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "A tree sitter parser for Solidity", | ||
@@ -5,0 +5,0 @@ "main": "bindings/node", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
2838028
14701