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

133 lines
2.8 KiB
JSON

{
"type": "Script",
"span": {
"start": 131,
"end": 161,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 131,
"end": 144,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 137,
"end": 143,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 137,
"end": 138,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 141,
"end": 143,
"ctxt": 0
},
"properties": []
},
"definite": false
}
]
},
{
"type": "ExpressionStatement",
"span": {
"start": 145,
"end": 161,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 145,
"end": 160,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 145,
"end": 155,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 145,
"end": 151,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 145,
"end": 146,
"ctxt": 0
},
"value": "x",
"optional": false
},
"property": {
"type": "PrivateName",
"span": {
"start": 147,
"end": 151,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 148,
"end": 151,
"ctxt": 0
},
"value": "bar",
"optional": false
}
}
},
"property": {
"type": "Identifier",
"span": {
"start": 152,
"end": 155,
"ctxt": 0
},
"value": "baz",
"optional": false
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 158,
"end": 160,
"ctxt": 0
},
"value": 20.0
}
}
}
],
"interpreter": null
}