fix: allow empty string literals

This commit is contained in:
Michael Hoffmann
2022-06-02 19:14:44 +02:00
parent 8a13647a4d
commit a87b709739
7 changed files with 9557 additions and 9499 deletions

View File

@@ -313,8 +313,16 @@
"name": "quoted_template_start"
},
{
"type": "SYMBOL",
"name": "template_literal"
"type": "CHOICE",
"members": [
{
"type": "SYMBOL",
"name": "template_literal"
},
{
"type": "BLANK"
}
]
},
{
"type": "SYMBOL",