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

150 lines
4.0 KiB
JSON

{
"type": "Script",
"span": {
"start": 15,
"end": 97,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 15,
"end": 97,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 19,
"end": 97,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 19,
"end": 20,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 23,
"end": 97,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Computed",
"span": {
"start": 29,
"end": 56,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 30,
"end": 55,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 30,
"end": 36,
"ctxt": 0
},
"value": "Symbol",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 37,
"end": 55,
"ctxt": 0
},
"value": "isConcatSpreadable",
"optional": false
}
}
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 58,
"end": 59,
"ctxt": 0
},
"value": 0.0
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Computed",
"span": {
"start": 65,
"end": 92,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 66,
"end": 91,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 66,
"end": 72,
"ctxt": 0
},
"value": "Symbol",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 73,
"end": 91,
"ctxt": 0
},
"value": "isConcatSpreadable",
"optional": false
}
}
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 94,
"end": 95,
"ctxt": 0
},
"value": 1.0
}
}
]
},
"definite": false
}
]
}
],
"interpreter": null
}