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

74 lines
1.5 KiB
JSON

{
"type": "Script",
"span": {
"start": 1,
"end": 56,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 1,
"end": 56,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 5,
"end": 56,
"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": 56,
"ctxt": 0
},
"properties": [
{
"type": "Identifier",
"span": {
"start": 15,
"end": 16,
"ctxt": 0
},
"value": "x",
"optional": false
},
{
"type": "Identifier",
"span": {
"start": 28,
"end": 45,
"ctxt": 0
},
"value": "undefinedVariable",
"optional": false
}
]
},
"definite": false
}
]
}
],
"interpreter": null
}