tree-sitter-javascript
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -275,31 +275,7 @@ { | ||
{ | ||
"type": "SEQ", | ||
"members": [ | ||
{ | ||
"type": "ERROR", | ||
"value": { | ||
"type": "SYMBOL", | ||
"name": "expression" | ||
} | ||
}, | ||
{ | ||
"type": "REPEAT", | ||
"value": { | ||
"type": "SEQ", | ||
"members": [ | ||
{ | ||
"type": "STRING", | ||
"value": "," | ||
}, | ||
{ | ||
"type": "ERROR", | ||
"value": { | ||
"type": "SYMBOL", | ||
"name": "expression" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
] | ||
"type": "ERROR", | ||
"value": { | ||
"type": "SYMBOL", | ||
"name": "expression" | ||
} | ||
}, | ||
@@ -794,2 +770,6 @@ { | ||
"type": "SYMBOL", | ||
"name": "comma_op" | ||
}, | ||
{ | ||
"type": "SYMBOL", | ||
"name": "bitwise_op" | ||
@@ -1533,2 +1513,23 @@ }, | ||
}, | ||
"comma_op": { | ||
"type": "PRECEDENCE", | ||
"value": -3, | ||
"rule": { | ||
"type": "SEQ", | ||
"members": [ | ||
{ | ||
"type": "SYMBOL", | ||
"name": "expression" | ||
}, | ||
{ | ||
"type": "STRING", | ||
"value": "," | ||
}, | ||
{ | ||
"type": "SYMBOL", | ||
"name": "expression" | ||
} | ||
] | ||
} | ||
}, | ||
"math_op": { | ||
@@ -1535,0 +1536,0 @@ "type": "CHOICE", |
{ | ||
"name": "tree-sitter-javascript", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Javascript grammar for node-tree-sitter", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
9787
1
2366158