* NumberLiteralSeparator: Stage 1 feature plugin Signed-off-by: Rick Waldron <waldron.rick@gmail.com> * fix-up per review Signed-off-by: Rick Waldron <waldron.rick@gmail.com> * nit: forbiddenNumericLiteralSeparatorSibling -> forbiddenNumericLiteralSeparatorSiblings Signed-off-by: Rick Waldron <waldron.rick@gmail.com> * fix-up to change includes -> indexOf Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
69 lines
1.1 KiB
JSON
69 lines
1.1 KiB
JSON
{
|
|
"type": "File",
|
|
"start": 0,
|
|
"end": 7,
|
|
"loc": {
|
|
"start": {
|
|
"line": 1,
|
|
"column": 0
|
|
},
|
|
"end": {
|
|
"line": 1,
|
|
"column": 7
|
|
}
|
|
},
|
|
"program": {
|
|
"type": "Program",
|
|
"start": 0,
|
|
"end": 7,
|
|
"loc": {
|
|
"start": {
|
|
"line": 1,
|
|
"column": 0
|
|
},
|
|
"end": {
|
|
"line": 1,
|
|
"column": 7
|
|
}
|
|
},
|
|
"sourceType": "script",
|
|
"body": [
|
|
{
|
|
"type": "ExpressionStatement",
|
|
"start": 0,
|
|
"end": 7,
|
|
"loc": {
|
|
"start": {
|
|
"line": 1,
|
|
"column": 0
|
|
},
|
|
"end": {
|
|
"line": 1,
|
|
"column": 7
|
|
}
|
|
},
|
|
"expression": {
|
|
"type": "NumericLiteral",
|
|
"start": 0,
|
|
"end": 7,
|
|
"loc": {
|
|
"start": {
|
|
"line": 1,
|
|
"column": 0
|
|
},
|
|
"end": {
|
|
"line": 1,
|
|
"column": 7
|
|
}
|
|
},
|
|
"extra": {
|
|
"rawValue": 3,
|
|
"raw": "0b0_1_1"
|
|
},
|
|
"value": 3
|
|
}
|
|
}
|
|
],
|
|
"directives": []
|
|
}
|
|
} |