Add 'any' select pattern
This commit is contained in:
parent
2326d709fb
commit
970241b323
5 changed files with 981 additions and 916 deletions
9
src/grammar.json
generated
9
src/grammar.json
generated
|
|
@ -735,6 +735,15 @@
|
|||
"type": "SYMBOL",
|
||||
"name": "boolean_literal"
|
||||
},
|
||||
{
|
||||
"type": "ALIAS",
|
||||
"content": {
|
||||
"type": "STRING",
|
||||
"value": "any"
|
||||
},
|
||||
"named": true,
|
||||
"value": "any"
|
||||
},
|
||||
{
|
||||
"type": "ALIAS",
|
||||
"content": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue