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

235 lines
6.6 KiB
JSON

{
"type": "Script",
"span": {
"start": 16,
"end": 142,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 16,
"end": 142,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 20,
"end": 142,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 20,
"end": 21,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 24,
"end": 142,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Computed",
"span": {
"start": 30,
"end": 47,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 31,
"end": 46,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 31,
"end": 37,
"ctxt": 0
},
"value": "Symbol",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 38,
"end": 46,
"ctxt": 0
},
"value": "iterator",
"optional": false
}
}
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 49,
"end": 50,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
},
{
"type": "MethodProperty",
"key": {
"type": "Computed",
"span": {
"start": 56,
"end": 76,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 57,
"end": 75,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 57,
"end": 63,
"ctxt": 0
},
"value": "Symbol",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 64,
"end": 75,
"ctxt": 0
},
"value": "toPrimitive",
"optional": false
}
}
},
"params": [],
"decorators": [],
"span": {
"start": 56,
"end": 82,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 79,
"end": 82,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "GetterProperty",
"span": {
"start": 88,
"end": 140,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 92,
"end": 112,
"ctxt": 0
},
"expression": {
"type": "MemberExpression",
"span": {
"start": 93,
"end": 111,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 93,
"end": 99,
"ctxt": 0
},
"value": "Symbol",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 100,
"end": 111,
"ctxt": 0
},
"value": "toStringTag",
"optional": false
}
}
},
"typeAnnotation": null,
"body": {
"type": "BlockStatement",
"span": {
"start": 115,
"end": 140,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 125,
"end": 134,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 132,
"end": 133,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
}
]
}
}
]
},
"definite": false
}
]
}
],
"interpreter": null
}