Fix: major revision to valid and invalid numeric literal separator "sibling" characters (#745)

This commit is contained in:
Rick Waldron
2017-09-28 23:12:46 -04:00
committed by Henry Zhu
parent 17be9360af
commit 18c6b4e3e9
289 changed files with 589 additions and 84 deletions

View File

@@ -1,7 +1,7 @@
{
"type": "File",
"start": 0,
"end": 6,
"end": 17,
"loc": {
"start": {
"line": 1,
@@ -9,13 +9,13 @@
},
"end": {
"line": 1,
"column": 6
"column": 17
}
},
"program": {
"type": "Program",
"start": 0,
"end": 6,
"end": 17,
"loc": {
"start": {
"line": 1,
@@ -23,7 +23,7 @@
},
"end": {
"line": 1,
"column": 6
"column": 17
}
},
"sourceType": "script",
@@ -31,7 +31,7 @@
{
"type": "ExpressionStatement",
"start": 0,
"end": 6,
"end": 17,
"loc": {
"start": {
"line": 1,
@@ -39,13 +39,13 @@
},
"end": {
"line": 1,
"column": 6
"column": 17
}
},
"expression": {
"type": "NumericLiteral",
"start": 0,
"end": 6,
"end": 17,
"loc": {
"start": {
"line": 1,
@@ -53,14 +53,14 @@
},
"end": {
"line": 1,
"column": 6
"column": 17
}
},
"extra": {
"rawValue": 9,
"raw": "0o0_11"
"rawValue": 448585456,
"raw": "0x1_a_b_c_d_e_f_0"
},
"value": 9
"value": 448585456
}
}
],