unoverload Literal AST node

This commit is contained in:
Sebastian McKenzie
2015-09-01 04:49:16 +01:00
parent 4088d85e32
commit 446b297465
535 changed files with 3124 additions and 1005 deletions

View File

@@ -124,7 +124,7 @@
}
},
"expression": {
"type": "Literal",
"type": "StringLiteral",
"start": 20,
"end": 32,
"loc": {

View File

@@ -139,7 +139,7 @@
}
},
"expression": {
"type": "Literal",
"type": "StringLiteral",
"start": 37,
"end": 49,
"loc": {

View File

@@ -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": {