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

566 lines
17 KiB
JSON

{
"type": "Script",
"span": {
"start": 16,
"end": 228,
"ctxt": 0
},
"body": [
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 25,
"end": 26,
"ctxt": 0
},
"value": "f",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 16,
"end": 228,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 29,
"end": 228,
"ctxt": 0
},
"stmts": [
{
"type": "VariableDeclaration",
"span": {
"start": 35,
"end": 54,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 39,
"end": 53,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 39,
"end": 40,
"ctxt": 0
},
"value": "n",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 40,
"end": 48,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 42,
"end": 48,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 51,
"end": 53,
"ctxt": 0
},
"value": 12.0
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 59,
"end": 78,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 63,
"end": 77,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 63,
"end": 64,
"ctxt": 0
},
"value": "m",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 64,
"end": 72,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 66,
"end": 72,
"ctxt": 0
},
"kind": "number"
}
}
},
"init": {
"type": "NumericLiteral",
"span": {
"start": 75,
"end": 77,
"ctxt": 0
},
"value": 13.0
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 83,
"end": 101,
"ctxt": 0
},
"kind": "let",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 87,
"end": 100,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 87,
"end": 88,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 88,
"end": 93,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 90,
"end": 93,
"ctxt": 0
},
"kind": "any"
}
}
},
"init": {
"type": "NullLiteral",
"span": {
"start": 96,
"end": 100,
"ctxt": 0
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 106,
"end": 135,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 112,
"end": 134,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 112,
"end": 114,
"ctxt": 0
},
"value": "o1",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 117,
"end": 134,
"ctxt": 0
},
"properties": [
{
"type": "SpreadElement",
"spread": {
"start": 119,
"end": 122,
"ctxt": 0
},
"arguments": {
"type": "ObjectExpression",
"span": {
"start": 122,
"end": 124,
"ctxt": 0
},
"properties": []
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Computed",
"span": {
"start": 126,
"end": 129,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 127,
"end": 128,
"ctxt": 0
},
"value": "n",
"optional": false
}
},
"value": {
"type": "Identifier",
"span": {
"start": 131,
"end": 132,
"ctxt": 0
},
"value": "n",
"optional": false
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 140,
"end": 169,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 146,
"end": 168,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 146,
"end": 148,
"ctxt": 0
},
"value": "o2",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 151,
"end": 168,
"ctxt": 0
},
"properties": [
{
"type": "SpreadElement",
"spread": {
"start": 153,
"end": 156,
"ctxt": 0
},
"arguments": {
"type": "ObjectExpression",
"span": {
"start": 156,
"end": 158,
"ctxt": 0
},
"properties": []
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Computed",
"span": {
"start": 160,
"end": 163,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 161,
"end": 162,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"value": {
"type": "Identifier",
"span": {
"start": 165,
"end": 166,
"ctxt": 0
},
"value": "n",
"optional": false
}
}
]
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 174,
"end": 226,
"ctxt": 0
},
"kind": "const",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 180,
"end": 225,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 180,
"end": 182,
"ctxt": 0
},
"value": "o3",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 185,
"end": 225,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Computed",
"span": {
"start": 187,
"end": 190,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 188,
"end": 189,
"ctxt": 0
},
"value": "a",
"optional": false
}
},
"value": {
"type": "Identifier",
"span": {
"start": 192,
"end": 193,
"ctxt": 0
},
"value": "n",
"optional": false
}
},
{
"type": "SpreadElement",
"spread": {
"start": 195,
"end": 198,
"ctxt": 0
},
"arguments": {
"type": "ObjectExpression",
"span": {
"start": 198,
"end": 200,
"ctxt": 0
},
"properties": []
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Computed",
"span": {
"start": 202,
"end": 205,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 203,
"end": 204,
"ctxt": 0
},
"value": "n",
"optional": false
}
},
"value": {
"type": "Identifier",
"span": {
"start": 207,
"end": 208,
"ctxt": 0
},
"value": "n",
"optional": false
}
},
{
"type": "SpreadElement",
"spread": {
"start": 210,
"end": 213,
"ctxt": 0
},
"arguments": {
"type": "ObjectExpression",
"span": {
"start": 213,
"end": 215,
"ctxt": 0
},
"properties": []
}
},
{
"type": "KeyValueProperty",
"key": {
"type": "Computed",
"span": {
"start": 217,
"end": 220,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 218,
"end": 219,
"ctxt": 0
},
"value": "m",
"optional": false
}
},
"value": {
"type": "Identifier",
"span": {
"start": 222,
"end": 223,
"ctxt": 0
},
"value": "m",
"optional": false
}
}
]
},
"definite": false
}
]
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
],
"interpreter": null
}