swc/crates/swc_ecma_parser/tests/tsc/parserNotHexLiteral1.json

256 lines
5.9 KiB
JSON

{
"type": "Script",
"span": {
"start": 1,
"end": 194,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 1,
"end": 32,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 5,
"end": 31,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 5,
"end": 6,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 9,
"end": 31,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 10,
"end": 12,
"ctxt": 0
},
"value": "e0",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 14,
"end": 19,
"ctxt": 0
},
"value": "cat",
"raw": "'cat'"
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Identifier",
"span": {
"start": 21,
"end": 23,
"ctxt": 0
},
"value": "x0",
"optional": false
},
"value": {
"type": "StringLiteral",
"span": {
"start": 25,
"end": 30,
"ctxt": 0
},
"value": "dog",
"raw": "'dog'"
}
}
]
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 33,
"end": 53,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 33,
"end": 52,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 33,
"end": 45,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 33,
"end": 40,
"ctxt": 0
},
"value": "console",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 41,
"end": 45,
"ctxt": 0
},
"value": "info",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "MemberExpression",
"span": {
"start": 47,
"end": 51,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 47,
"end": 48,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 49,
"end": 51,
"ctxt": 0
},
"value": "x0",
"optional": false
}
}
}
],
"typeArguments": null
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 174,
"end": 194,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 174,
"end": 193,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 174,
"end": 186,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 174,
"end": 181,
"ctxt": 0
},
"value": "console",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 182,
"end": 186,
"ctxt": 0
},
"value": "info",
"optional": false
}
},
"arguments": [
{
"spread": null,
"expression": {
"type": "MemberExpression",
"span": {
"start": 188,
"end": 192,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 188,
"end": 189,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 190,
"end": 192,
"ctxt": 0
},
"value": "e0",
"optional": false
}
}
}
],
"typeArguments": null
}
}
],
"interpreter": null
}