Skip to content

Commit

Permalink
Regenerate with nodejs 12
Browse files Browse the repository at this point in the history
  • Loading branch information
aibaars committed Nov 3, 2020
1 parent 8e8cff0 commit fe91a88
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/grammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -5035,7 +5035,7 @@
},
{
"type": "PATTERN",
"value": "[^\\x00-\\x1F\\s:;`\"'@$#.,|^&<=>+\\-*\\/\\\\%?!~()\\[\\]{}]*"
"value": "[^\\x00-\\x1F\\s:;`\"'@$#.,|^&<=>+\\-*/\\\\%?!~()\\[\\]{}]*"
},
{
"type": "PATTERN",
Expand All @@ -5051,11 +5051,11 @@
"members": [
{
"type": "PATTERN",
"value": "[^\\x00-\\x1F\\sA-Z0-9:;`\"'@$#.,|^&<=>+\\-*\\/\\\\%?!~()\\[\\]{}]"
"value": "[^\\x00-\\x1F\\sA-Z0-9:;`\"'@$#.,|^&<=>+\\-*/\\\\%?!~()\\[\\]{}]"
},
{
"type": "PATTERN",
"value": "[^\\x00-\\x1F\\s:;`\"'@$#.,|^&<=>+\\-*\\/\\\\%?!~()\\[\\]{}]*"
"value": "[^\\x00-\\x1F\\s:;`\"'@$#.,|^&<=>+\\-*/\\\\%?!~()\\[\\]{}]*"
},
{
"type": "PATTERN",
Expand All @@ -5075,11 +5075,11 @@
},
{
"type": "PATTERN",
"value": "[^\\x00-\\x1F\\s0-9:;`\"'@$#.,|^&<=>+\\-*\\/\\\\%?!~()\\[\\]{}]"
"value": "[^\\x00-\\x1F\\s0-9:;`\"'@$#.,|^&<=>+\\-*/\\\\%?!~()\\[\\]{}]"
},
{
"type": "PATTERN",
"value": "[^\\x00-\\x1F\\s:;`\"'@$#.,|^&<=>+\\-*\\/\\\\%?!~()\\[\\]{}]*"
"value": "[^\\x00-\\x1F\\s:;`\"'@$#.,|^&<=>+\\-*/\\\\%?!~()\\[\\]{}]*"
}
]
}
Expand All @@ -5095,18 +5095,18 @@
},
{
"type": "PATTERN",
"value": "[^\\x00-\\x1F\\s0-9:;`\"'@$#.,|^&<=>+\\-*\\/\\\\%?!~()\\[\\]{}]"
"value": "[^\\x00-\\x1F\\s0-9:;`\"'@$#.,|^&<=>+\\-*/\\\\%?!~()\\[\\]{}]"
},
{
"type": "PATTERN",
"value": "[^\\x00-\\x1F\\s:;`\"'@$#.,|^&<=>+\\-*\\/\\\\%?!~()\\[\\]{}]*"
"value": "[^\\x00-\\x1F\\s:;`\"'@$#.,|^&<=>+\\-*/\\\\%?!~()\\[\\]{}]*"
}
]
}
},
"global_variable": {
"type": "PATTERN",
"value": "\\$-?(([!@&`'+~=\\/\\\\,;.<>*$?:\"])|([0-9]*)|([a-zA-Z_][a-zA-Z0-9_]*))"
"value": "\\$-?(([!@&`'+~=/\\\\,;.<>*$?:\"])|([0-9]*)|([a-zA-Z_][a-zA-Z0-9_]*))"
},
"chained_string": {
"type": "SEQ",
Expand Down

0 comments on commit fe91a88

Please sign in to comment.