unoverload Literal AST node
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
}
|
||||
},
|
||||
"expression": {
|
||||
"type": "Literal",
|
||||
"type": "StringLiteral",
|
||||
"start": 20,
|
||||
"end": 32,
|
||||
"loc": {
|
||||
|
||||
@@ -139,7 +139,7 @@
|
||||
}
|
||||
},
|
||||
"expression": {
|
||||
"type": "Literal",
|
||||
"type": "StringLiteral",
|
||||
"start": 37,
|
||||
"end": 49,
|
||||
"loc": {
|
||||
|
||||
@@ -105,7 +105,7 @@
|
||||
}
|
||||
},
|
||||
"left": {
|
||||
"type": "Literal",
|
||||
"type": "StringLiteral",
|
||||
"start": 18,
|
||||
"end": 30,
|
||||
"loc": {
|
||||
@@ -124,7 +124,7 @@
|
||||
},
|
||||
"operator": "+",
|
||||
"right": {
|
||||
"type": "Literal",
|
||||
"type": "NumberLiteral",
|
||||
"start": 33,
|
||||
"end": 35,
|
||||
"loc": {
|
||||
|
||||
Reference in New Issue
Block a user