rename NumberLiteral to NumericLiteral and RegexLiteral to RegExpLiteral
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
}
|
||||
},
|
||||
"argument": {
|
||||
"type": "NumberLiteral",
|
||||
"type": "NumericLiteral",
|
||||
"start": 42,
|
||||
"end": 44,
|
||||
"loc": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -501,7 +501,7 @@
|
||||
},
|
||||
"operator": "-",
|
||||
"right": {
|
||||
"type": "NumberLiteral",
|
||||
"type": "NumericLiteral",
|
||||
"start": 215,
|
||||
"end": 216,
|
||||
"loc": {
|
||||
|
||||
@@ -94,7 +94,7 @@
|
||||
}
|
||||
],
|
||||
"test": {
|
||||
"type": "NumberLiteral",
|
||||
"type": "NumericLiteral",
|
||||
"start": 22,
|
||||
"end": 23,
|
||||
"loc": {
|
||||
|
||||
Reference in New Issue
Block a user