rename NumberLiteral to NumericLiteral and RegexLiteral to RegExpLiteral

This commit is contained in:
Sebastian McKenzie 2015-11-03 01:19:35 +00:00
parent 87bb8a84f3
commit ea40d0134f
376 changed files with 473 additions and 473 deletions

View File

@ -40,7 +40,7 @@ pp.checkPropClash = function (prop, propHash) {
break;
case "StringLiteral":
case "NumberLiteral":
case "NumericLiteral":
name = String(key.value);
break;
@ -417,13 +417,13 @@ pp.parseExprAtom = function (refShorthandDefaultPos) {
case tt.regexp:
let value = this.state.value;
node = this.parseLiteral(value.value, "RegexLiteral");
node = this.parseLiteral(value.value, "RegExpLiteral");
node.pattern = value.pattern;
node.flags = value.flags;
return node;
case tt.num:
return this.parseLiteral(this.state.value, "NumberLiteral");
return this.parseLiteral(this.state.value, "NumericLiteral");
case tt.string:
return this.parseLiteral(this.state.value, "StringLiteral");

View File

@ -506,7 +506,7 @@ pp.flowParsePrimaryType = function () {
this.addExtra(node, "rawValue", node.value);
this.addExtra(node, "raw", this.input.slice(this.state.start, this.state.end));
this.next();
return this.finishNode(node, "NumberLiteralTypeAnnotation");
return this.finishNode(node, "NumericLiteralTypeAnnotation");
default:
if (this.state.type.keyword === "typeof") {

View File

@ -91,7 +91,7 @@
}
},
"argument": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 42,
"end": 44,
"loc": {

View File

@ -140,7 +140,7 @@
},
"consequent": [],
"test": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 66,
"end": 67,
"loc": {
@ -261,7 +261,7 @@
}
],
"test": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 111,
"end": 112,
"loc": {

View File

@ -75,7 +75,7 @@
},
"consequent": [],
"test": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 34,
"end": 35,
"loc": {
@ -196,7 +196,7 @@
}
],
"test": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 71,
"end": 72,
"loc": {

View File

@ -157,7 +157,7 @@
}
],
"test": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 48,
"end": 49,
"loc": {
@ -212,7 +212,7 @@
}
],
"test": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 83,
"end": 84,
"loc": {

View File

@ -501,7 +501,7 @@
},
"operator": "-",
"right": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 215,
"end": 216,
"loc": {

View File

@ -94,7 +94,7 @@
}
],
"test": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 22,
"end": 23,
"loc": {

View File

@ -92,7 +92,7 @@
}
},
"expression": {
"type": "RegexLiteral",
"type": "RegExpLiteral",
"start": 15,
"end": 20,
"loc": {

View File

@ -89,7 +89,7 @@
},
"elements": [
{
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 6,
"end": 8,
"loc": {

View File

@ -74,7 +74,7 @@
"name": "x"
},
"init": {
"type": "RegexLiteral",
"type": "RegExpLiteral",
"start": 8,
"end": 16,
"loc": {

View File

@ -74,7 +74,7 @@
"name": "x"
},
"init": {
"type": "RegexLiteral",
"type": "RegExpLiteral",
"start": 8,
"end": 16,
"loc": {

View File

@ -74,7 +74,7 @@
"name": "x"
},
"init": {
"type": "RegexLiteral",
"type": "RegExpLiteral",
"start": 8,
"end": 16,
"loc": {

View File

@ -74,7 +74,7 @@
"name": "x"
},
"init": {
"type": "RegexLiteral",
"type": "RegExpLiteral",
"start": 8,
"end": 17,
"loc": {

View File

@ -74,7 +74,7 @@
"name": "x"
},
"init": {
"type": "RegexLiteral",
"type": "RegExpLiteral",
"start": 8,
"end": 18,
"loc": {

View File

@ -74,7 +74,7 @@
"name": "x"
},
"init": {
"type": "RegexLiteral",
"type": "RegExpLiteral",
"start": 8,
"end": 21,
"loc": {

View File

@ -74,7 +74,7 @@
"name": "x"
},
"init": {
"type": "RegexLiteral",
"type": "RegExpLiteral",
"start": 8,
"end": 22,
"loc": {

View File

@ -91,7 +91,7 @@
null,
null,
{
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 9,
"end": 11,
"loc": {

View File

@ -89,7 +89,7 @@
},
"elements": [
{
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 6,
"end": 7,
"loc": {
@ -109,7 +109,7 @@
"value": 1
},
{
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 9,
"end": 10,
"loc": {
@ -129,7 +129,7 @@
"value": 2
},
{
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 12,
"end": 13,
"loc": {

View File

@ -87,7 +87,7 @@
"name": "universe"
},
"property": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 9,
"end": 11,
"loc": {

View File

@ -88,7 +88,7 @@
},
"arguments": [
{
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 9,
"end": 11,
"loc": {

View File

@ -116,7 +116,7 @@
},
"arguments": [
{
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 9,
"end": 11,
"loc": {
@ -157,7 +157,7 @@
},
"arguments": [
{
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 22,
"end": 24,
"loc": {
@ -177,7 +177,7 @@
"value": 14
},
{
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 26,
"end": 27,
"loc": {
@ -197,7 +197,7 @@
"value": 3
},
{
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 29,
"end": 31,
"loc": {

View File

@ -170,7 +170,7 @@
},
"arguments": [
{
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 40,
"end": 44,
"loc": {

View File

@ -89,7 +89,7 @@
},
"elements": [
{
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 6,
"end": 7,
"loc": {
@ -109,7 +109,7 @@
"value": 1
},
{
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 9,
"end": 10,
"loc": {
@ -130,7 +130,7 @@
},
null,
{
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 13,
"end": 14,
"loc": {

View File

@ -73,7 +73,7 @@
"name": "y"
},
"consequent": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 4,
"end": 5,
"loc": {
@ -93,7 +93,7 @@
"value": 1
},
"alternate": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 8,
"end": 9,
"loc": {

View File

@ -105,7 +105,7 @@
}
},
"consequent": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 9,
"end": 10,
"loc": {
@ -125,7 +125,7 @@
"value": 1
},
"alternate": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 13,
"end": 14,
"loc": {

View File

@ -74,7 +74,7 @@
"name": "x"
},
"right": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 4,
"end": 6,
"loc": {

View File

@ -74,7 +74,7 @@
"name": "eval"
},
"right": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 7,
"end": 9,
"loc": {

View File

@ -74,7 +74,7 @@
"name": "arguments"
},
"right": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 12,
"end": 14,
"loc": {

View File

@ -74,7 +74,7 @@
"name": "x"
},
"right": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 5,
"end": 7,
"loc": {

View File

@ -74,7 +74,7 @@
"name": "x"
},
"right": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 5,
"end": 7,
"loc": {

View File

@ -74,7 +74,7 @@
"name": "x"
},
"right": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 5,
"end": 7,
"loc": {

View File

@ -74,7 +74,7 @@
"name": "x"
},
"right": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 5,
"end": 7,
"loc": {

View File

@ -74,7 +74,7 @@
"name": "x"
},
"right": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 5,
"end": 7,
"loc": {

View File

@ -74,7 +74,7 @@
"name": "x"
},
"right": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 6,
"end": 8,
"loc": {

View File

@ -74,7 +74,7 @@
"name": "x"
},
"right": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 6,
"end": 8,
"loc": {

View File

@ -74,7 +74,7 @@
"name": "x"
},
"right": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 7,
"end": 9,
"loc": {

View File

@ -74,7 +74,7 @@
"name": "x"
},
"right": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 5,
"end": 7,
"loc": {

View File

@ -74,7 +74,7 @@
"name": "x"
},
"right": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 5,
"end": 7,
"loc": {

View File

@ -74,7 +74,7 @@
"name": "x"
},
"right": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 5,
"end": 7,
"loc": {

View File

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

View File

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

View File

@ -122,7 +122,7 @@
"name": "answer"
},
"value": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 14,
"end": 16,
"loc": {

View File

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

View File

@ -122,7 +122,7 @@
"name": "if"
},
"value": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 10,
"end": 12,
"loc": {

View File

@ -104,7 +104,7 @@
"name": "x"
},
"init": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 21,
"end": 22,
"loc": {

View File

@ -188,7 +188,7 @@
},
"operator": "<",
"right": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 28,
"end": 30,
"loc": {

View File

@ -74,7 +74,7 @@
},
"operator": "<",
"right": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 11,
"end": 13,
"loc": {

View File

@ -122,7 +122,7 @@
"name": "true"
},
"value": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 12,
"end": 14,
"loc": {

View File

@ -74,7 +74,7 @@
"name": "x"
},
"right": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 8,
"end": 9,
"loc": {

View File

@ -88,7 +88,7 @@
"name": "x"
},
"init": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 12,
"end": 13,
"loc": {

View File

@ -88,7 +88,7 @@
"name": "x"
},
"init": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 12,
"end": 13,
"loc": {
@ -139,7 +139,7 @@
"name": "y"
},
"init": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 19,
"end": 20,
"loc": {

View File

@ -74,7 +74,7 @@
"name": "x"
},
"right": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 8,
"end": 9,
"loc": {
@ -126,7 +126,7 @@
},
"operator": "<",
"right": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 15,
"end": 17,
"loc": {

View File

@ -74,7 +74,7 @@
"name": "x"
},
"right": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 8,
"end": 9,
"loc": {
@ -126,7 +126,7 @@
},
"operator": "<",
"right": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 15,
"end": 17,
"loc": {

View File

@ -74,7 +74,7 @@
"name": "x"
},
"right": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 8,
"end": 9,
"loc": {
@ -126,7 +126,7 @@
},
"operator": "<",
"right": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 15,
"end": 17,
"loc": {

View File

@ -122,7 +122,7 @@
"name": "false"
},
"value": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 13,
"end": 15,
"loc": {

View File

@ -122,7 +122,7 @@
"name": "null"
},
"value": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 12,
"end": 14,
"loc": {

View File

@ -139,7 +139,7 @@
}
],
"test": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 23,
"end": 25,
"loc": {

View File

@ -126,7 +126,7 @@
"value": "answer"
},
"value": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 16,
"end": 18,
"loc": {

View File

@ -139,7 +139,7 @@
}
],
"test": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 23,
"end": 25,
"loc": {

View File

@ -122,7 +122,7 @@
"name": "x"
},
"value": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 9,
"end": 10,
"loc": {
@ -176,7 +176,7 @@
"name": "x"
},
"value": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 15,
"end": 16,
"loc": {

View File

@ -43,7 +43,7 @@
}
},
"expression": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 5,
"end": 7,
"loc": {

View File

@ -89,7 +89,7 @@
"name": "x"
},
"init": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 10,
"end": 12,
"loc": {
@ -140,7 +140,7 @@
"name": "y"
},
"init": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 18,
"end": 19,
"loc": {

View File

@ -71,7 +71,7 @@
}
},
"object": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 0,
"end": 4,
"loc": {
@ -110,7 +110,7 @@
},
"arguments": [
{
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 14,
"end": 16,
"loc": {

View File

@ -57,7 +57,7 @@
}
},
"left": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 0,
"end": 4,
"loc": {
@ -78,7 +78,7 @@
},
"operator": "+",
"right": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 5,
"end": 6,
"loc": {

View File

@ -57,7 +57,7 @@
}
},
"expression": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 5,
"end": 7,
"loc": {
@ -123,7 +123,7 @@
}
},
"expression": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 14,
"end": 16,
"loc": {

View File

@ -43,7 +43,7 @@
}
},
"test": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 3,
"end": 4,
"loc": {
@ -77,7 +77,7 @@
}
},
"expression": {
"type": "RegexLiteral",
"type": "RegExpLiteral",
"start": 5,
"end": 12,
"loc": {

View File

@ -60,7 +60,7 @@
}
},
"expression": {
"type": "RegexLiteral",
"type": "RegExpLiteral",
"start": 2,
"end": 5,
"loc": {

View File

@ -122,7 +122,7 @@
},
"operator": ">",
"right": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 8,
"end": 10,
"loc": {

View File

@ -106,7 +106,7 @@
"shorthand": false,
"computed": false,
"key": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 10,
"end": 12,
"loc": {

View File

@ -43,7 +43,7 @@
}
},
"expression": {
"type": "RegexLiteral",
"type": "RegExpLiteral",
"start": 0,
"end": 8,
"loc": {

View File

@ -106,7 +106,7 @@
"shorthand": false,
"computed": false,
"key": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 10,
"end": 12,
"loc": {

View File

@ -122,7 +122,7 @@
"name": "get"
},
"value": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 11,
"end": 13,
"loc": {

View File

@ -122,7 +122,7 @@
"name": "set"
},
"value": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 11,
"end": 13,
"loc": {

View File

@ -43,7 +43,7 @@
}
},
"expression": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 20,
"end": 22,
"loc": {

View File

@ -122,7 +122,7 @@
"name": "eval"
},
"init": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 43,
"end": 45,
"loc": {

View File

@ -122,7 +122,7 @@
"name": "arguments"
},
"init": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 48,
"end": 50,
"loc": {

View File

@ -43,7 +43,7 @@
}
},
"expression": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 0,
"end": 2,
"loc": {

View File

@ -122,7 +122,7 @@
"name": "eval"
},
"right": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 39,
"end": 41,
"loc": {

View File

@ -122,7 +122,7 @@
"name": "arguments"
},
"right": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 44,
"end": 46,
"loc": {

View File

@ -43,7 +43,7 @@
}
},
"expression": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 0,
"end": 2,
"loc": {

View File

@ -43,7 +43,7 @@
}
},
"expression": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 42,
"end": 44,
"loc": {

View File

@ -139,7 +139,7 @@
"name": "i"
},
"value": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 38,
"end": 40,
"loc": {

View File

@ -43,7 +43,7 @@
}
},
"expression": {
"type": "RegexLiteral",
"type": "RegExpLiteral",
"start": 0,
"end": 8,
"loc": {

View File

@ -43,7 +43,7 @@
}
},
"expression": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 8,
"end": 10,
"loc": {

View File

@ -91,7 +91,7 @@
}
},
"expression": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 33,
"end": 36,
"loc": {

View File

@ -141,7 +141,7 @@
"raw": "\"\\1\""
},
"value": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 42,
"end": 44,
"loc": {

View File

@ -123,7 +123,7 @@
"shorthand": false,
"computed": false,
"key": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 36,
"end": 39,
"loc": {
@ -141,7 +141,7 @@
"raw": "021"
},
"value": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 41,
"end": 43,
"loc": {

View File

@ -43,7 +43,7 @@
}
},
"expression": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 8,
"end": 10,
"loc": {

View File

@ -43,7 +43,7 @@
}
},
"expression": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 8,
"end": 10,
"loc": {

View File

@ -206,7 +206,7 @@
"name": "v"
},
"init": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 65,
"end": 68,
"loc": {

View File

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

View File

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

View File

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

View File

@ -43,7 +43,7 @@
}
},
"expression": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 8,
"end": 10,
"loc": {

View File

@ -88,7 +88,7 @@
"name": "x"
},
"init": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 12,
"end": 13,
"loc": {

View File

@ -88,7 +88,7 @@
"name": "x"
},
"init": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 12,
"end": 13,
"loc": {
@ -139,7 +139,7 @@
"name": "y"
},
"init": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 19,
"end": 20,
"loc": {

View File

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

View File

@ -74,7 +74,7 @@
"name": "eval"
},
"init": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 13,
"end": 15,
"loc": {
@ -125,7 +125,7 @@
"name": "arguments"
},
"init": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 29,
"end": 31,
"loc": {

View File

@ -74,7 +74,7 @@
"name": "x"
},
"init": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 10,
"end": 12,
"loc": {
@ -125,7 +125,7 @@
"name": "y"
},
"init": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 18,
"end": 19,
"loc": {
@ -176,7 +176,7 @@
"name": "z"
},
"init": {
"type": "NumberLiteral",
"type": "NumericLiteral",
"start": 25,
"end": 29,
"loc": {

Some files were not shown because too many files have changed in this diff Show More