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

497 lines
12 KiB
JSON
Raw Normal View History

{
"type": "Script",
"span": {
"start": 16,
"end": 270,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 16,
"end": 42,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 20,
"end": 41,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 20,
"end": 30,
"ctxt": 0
},
"value": "methodName",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "StringLiteral",
"span": {
"start": 33,
"end": 41,
"ctxt": 0
},
"value": "method",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"definite": false
}
]
},
{
"type": "VariableDeclaration",
"span": {
"start": 43,
"end": 73,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 47,
"end": 72,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 47,
"end": 59,
"ctxt": 0
},
"value": "accessorName",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "StringLiteral",
"span": {
"start": 62,
"end": 72,
"ctxt": 0
},
"value": "accessor",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"definite": false
}
]
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 80,
"end": 81,
"ctxt": 0
},
"value": "C",
"optional": false
},
"declare": false,
"span": {
"start": 74,
"end": 270,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 88,
"end": 106,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 88,
"end": 100,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 89,
"end": 99,
"ctxt": 0
},
"value": "methodName",
"optional": false
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 88,
"end": 106,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 103,
"end": 106,
"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": 111,
"end": 136,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 118,
"end": 130,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 119,
"end": 129,
"ctxt": 0
},
"value": "methodName",
"optional": false
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 111,
"end": 136,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 133,
"end": 136,
"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": 141,
"end": 165,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 145,
"end": 159,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 146,
"end": 158,
"ctxt": 0
},
"value": "accessorName",
"optional": false
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 141,
"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": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 170,
"end": 195,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 174,
"end": 188,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 175,
"end": 187,
"ctxt": 0
},
"value": "accessorName",
"optional": false
}
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 189,
"end": 190,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 189,
"end": 190,
"ctxt": 0
},
"value": "v",
"optional": false,
"typeAnnotation": null
}
}
],
"decorators": [],
"span": {
"start": 170,
"end": 195,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 192,
"end": 195,
"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": 200,
"end": 231,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 211,
"end": 225,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 212,
"end": 224,
"ctxt": 0
},
"value": "accessorName",
"optional": false
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 200,
"end": 231,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 228,
"end": 231,
"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": 236,
"end": 268,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 247,
"end": 261,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 248,
"end": 260,
"ctxt": 0
},
"value": "accessorName",
"optional": false
}
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 262,
"end": 263,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 262,
"end": 263,
"ctxt": 0
},
"value": "v",
"optional": false,
"typeAnnotation": null
}
}
],
"decorators": [],
"span": {
"start": 236,
"end": 268,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 265,
"end": 268,
"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
}