tree-sitter-javascript
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -1955,7 +1955,7 @@ { | ||
"type": "PATTERN", | ||
"value": "[^\"]" | ||
"value": "[^\\\\\"\\n]" | ||
}, | ||
{ | ||
"type": "STRING", | ||
"value": "\\\"" | ||
"type": "PATTERN", | ||
"value": "\\\\." | ||
} | ||
@@ -1985,7 +1985,7 @@ ] | ||
"type": "PATTERN", | ||
"value": "[^']" | ||
"value": "[^\\\\'\\n]" | ||
}, | ||
{ | ||
"type": "STRING", | ||
"value": "\\'" | ||
"type": "PATTERN", | ||
"value": "\\\\." | ||
} | ||
@@ -1992,0 +1992,0 @@ ] |
{ | ||
"name": "tree-sitter-javascript", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"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
2373638