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

223 lines
5.6 KiB
JSON

{
"type": "Script",
"span": {
"start": 16,
"end": 110,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 16,
"end": 31,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 20,
"end": 30,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 20,
"end": 21,
"ctxt": 0
},
"value": "s",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "Identifier",
"span": {
"start": 24,
"end": 30,
"ctxt": 0
},
"value": "Symbol",
"optional": false
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 32,
"end": 110,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 36,
"end": 110,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 36,
"end": 37,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 40,
"end": 110,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Computed",
"span": {
"start": 46,
"end": 49,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 47,
"end": 48,
"ctxt": 0
},
"value": "s",
"optional": false
}
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 51,
"end": 52,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
},
{
"type": "MethodProperty",
"key": {
"type": "Computed",
"span": {
"start": 58,
"end": 61,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 59,
"end": 60,
"ctxt": 0
},
"value": "s",
"optional": false
}
},
"params": [],
"decorators": [],
"span": {
"start": 58,
"end": 67,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 64,
"end": 67,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "GetterProperty",
"span": {
"start": 73,
"end": 108,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 77,
"end": 80,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 78,
"end": 79,
"ctxt": 0
},
"value": "s",
"optional": false
}
},
"typeAnnotation": null,
"body": {
"type": "BlockStatement",
"span": {
"start": 83,
"end": 108,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 93,
"end": 102,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 100,
"end": 101,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
}
]
}
}
]
},
"definite": false
}
]
}
],
"interpreter": null
}