rename NumberLiteral to NumericLiteral and RegexLiteral to RegExpLiteral
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
}
|
||||
},
|
||||
"test": {
|
||||
"type": "NumberLiteral",
|
||||
"type": "NumericLiteral",
|
||||
"start": 5,
|
||||
"end": 6,
|
||||
"loc": {
|
||||
@@ -109,7 +109,7 @@
|
||||
"value": 0
|
||||
},
|
||||
"consequent": {
|
||||
"type": "NumberLiteral",
|
||||
"type": "NumericLiteral",
|
||||
"start": 10,
|
||||
"end": 11,
|
||||
"loc": {
|
||||
@@ -129,7 +129,7 @@
|
||||
"value": 1
|
||||
},
|
||||
"alternate": {
|
||||
"type": "NumberLiteral",
|
||||
"type": "NumericLiteral",
|
||||
"start": 14,
|
||||
"end": 15,
|
||||
"loc": {
|
||||
|
||||
Reference in New Issue
Block a user