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

233 lines
5.9 KiB
JSON

{
"type": "Script",
"span": {
"start": 16,
"end": 112,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 16,
"end": 33,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 20,
"end": 32,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 20,
"end": 21,
"ctxt": 0
},
"value": "s",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "CallExpression",
"span": {
"start": 24,
"end": 32,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 24,
"end": 30,
"ctxt": 0
},
"value": "Symbol",
"optional": false
},
"arguments": [],
"typeArguments": null
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 34,
"end": 112,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 38,
"end": 112,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 38,
"end": 39,
"ctxt": 0
},
"value": "x",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 42,
"end": 112,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Computed",
"span": {
"start": 48,
"end": 51,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 49,
"end": 50,
"ctxt": 0
},
"value": "s",
"optional": false
}
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 53,
"end": 54,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
},
{
"type": "MethodProperty",
"key": {
"type": "Computed",
"span": {
"start": 60,
"end": 63,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 61,
"end": 62,
"ctxt": 0
},
"value": "s",
"optional": false
}
},
"params": [],
"decorators": [],
"span": {
"start": 60,
"end": 69,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 66,
"end": 69,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "GetterProperty",
"span": {
"start": 75,
"end": 110,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 79,
"end": 82,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 80,
"end": 81,
"ctxt": 0
},
"value": "s",
"optional": false
}
},
"typeAnnotation": null,
"body": {
"type": "BlockStatement",
"span": {
"start": 85,
"end": 110,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 95,
"end": 104,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 102,
"end": 103,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
}
]
}
}
]
},
"definite": false
}
]
}
],
"interpreter": null
}