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

@@ -74,7 +74,7 @@
"name": "x"
},
"init": {
"type": "Literal",
"type": "NumberLiteral",
"start": 8,
"end": 10,
"loc": {

View File

@@ -74,7 +74,7 @@
"name": "eval"
},
"init": {
"type": "Literal",
"type": "NumberLiteral",
"start": 11,
"end": 13,
"loc": {
@@ -123,7 +123,7 @@
"name": "arguments"
},
"init": {
"type": "Literal",
"type": "NumberLiteral",
"start": 27,
"end": 29,
"loc": {

View File

@@ -74,7 +74,7 @@
"name": "x"
},
"init": {
"type": "Literal",
"type": "NumberLiteral",
"start": 8,
"end": 10,
"loc": {
@@ -123,7 +123,7 @@
"name": "y"
},
"init": {
"type": "Literal",
"type": "NumberLiteral",
"start": 16,
"end": 17,
"loc": {
@@ -172,7 +172,7 @@
"name": "z"
},
"init": {
"type": "Literal",
"type": "NumberLiteral",
"start": 23,
"end": 27,
"loc": {