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

559 lines
14 KiB
JSON

{
"type": "Script",
"span": {
"start": 17,
"end": 205,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 17,
"end": 24,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 21,
"end": 23,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 21,
"end": 23,
"ctxt": 0
},
"value": "id",
"optional": false,
"typeAnnotation": null
},
"init": null,
"definite": false
}
]
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 31,
"end": 32,
"ctxt": 0
},
"value": "C",
"optional": false
},
"declare": false,
"span": {
"start": 25,
"end": 205,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 39,
"end": 52,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 39,
"end": 46,
"ctxt": 0
},
"expression": {
"type": "BinaryExpression",
"span": {
"start": 40,
"end": 45,
"ctxt": 0
},
"operator": "+",
"left": {
"type": "NumericLiteral",
"span": {
"start": 40,
"end": 41,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 44,
"end": 45,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 39,
"end": 52,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 49,
"end": 52,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 57,
"end": 81,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 64,
"end": 75,
"ctxt": 0
},
"expression": {
"type": "ArrowFunctionExpression",
"span": {
"start": 65,
"end": 74,
"ctxt": 0
},
"params": [],
"body": {
"type": "BlockStatement",
"span": {
"start": 71,
"end": 74,
"ctxt": 0
},
"stmts": []
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 57,
"end": 81,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 78,
"end": 81,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": true,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 86,
"end": 107,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 90,
"end": 101,
"ctxt": 0
},
"expression": {
"type": "UnaryExpression",
"span": {
"start": 91,
"end": 100,
"ctxt": 0
},
"operator": "delete",
"argument": {
"type": "Identifier",
"span": {
"start": 98,
"end": 100,
"ctxt": 0
},
"value": "id",
"optional": false
}
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 86,
"end": 107,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 104,
"end": 107,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "getter",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 112,
"end": 131,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 116,
"end": 124,
"ctxt": 0
},
"expression": {
"type": "ArrayExpression",
"span": {
"start": 117,
"end": 123,
"ctxt": 0
},
"elements": [
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 118,
"end": 119,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
},
{
"spread": null,
"expression": {
"type": "NumericLiteral",
"span": {
"start": 121,
"end": 122,
"ctxt": 0
},
"value": 1.0,
"raw": "1"
}
}
]
}
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 125,
"end": 126,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 125,
"end": 126,
"ctxt": 0
},
"value": "v",
"optional": false,
"typeAnnotation": null
}
}
],
"decorators": [],
"span": {
"start": 112,
"end": 131,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 128,
"end": 131,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "setter",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 136,
"end": 165,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 147,
"end": 159,
"ctxt": 0
},
"expression": {
"type": "TsTypeAssertion",
"span": {
"start": 148,
"end": 158,
"ctxt": 0
},
"expression": {
"type": "StringLiteral",
"span": {
"start": 156,
"end": 158,
"ctxt": 0
},
"value": "",
"raw": "\"\""
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 149,
"end": 155,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 149,
"end": 155,
"ctxt": 0
},
"value": "String",
"optional": false
},
"typeParams": null
}
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 136,
"end": 165,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 162,
"end": 165,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "getter",
"isStatic": true,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 170,
"end": 203,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 181,
"end": 196,
"ctxt": 0
},
"expression": {
"type": "CallExpression",
"span": {
"start": 182,
"end": 195,
"ctxt": 0
},
"callee": {
"type": "MemberExpression",
"span": {
"start": 182,
"end": 193,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 182,
"end": 184,
"ctxt": 0
},
"value": "id",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 185,
"end": 193,
"ctxt": 0
},
"value": "toString",
"optional": false
}
},
"arguments": [],
"typeArguments": null
}
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 197,
"end": 198,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 197,
"end": 198,
"ctxt": 0
},
"value": "v",
"optional": false,
"typeAnnotation": null
}
}
],
"decorators": [],
"span": {
"start": 170,
"end": 203,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 200,
"end": 203,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "setter",
"isStatic": true,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
],
"interpreter": null
}