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

527 lines
13 KiB
JSON

{
"type": "Script",
"span": {
"start": 17,
"end": 214,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 17,
"end": 32,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 21,
"end": 31,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 21,
"end": 22,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": {
"type": "TsTypeAnnotation",
"span": {
"start": 22,
"end": 31,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsKeywordType",
"span": {
"start": 24,
"end": 31,
"ctxt": 0
},
"kind": "boolean"
}
}
},
"init": null,
"definite": false
}
]
},
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 39,
"end": 40,
"ctxt": 0
},
"value": "C",
"optional": false
},
"declare": false,
"span": {
"start": 33,
"end": 214,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 47,
"end": 69,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 51,
"end": 54,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 52,
"end": 53,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 47,
"end": 69,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 57,
"end": 69,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 59,
"end": 68,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 66,
"end": 67,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "getter",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 74,
"end": 98,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 85,
"end": 91,
"ctxt": 0
},
"expression": {
"type": "BooleanLiteral",
"span": {
"start": 86,
"end": 90,
"ctxt": 0
},
"value": true
}
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 92,
"end": 93,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 92,
"end": 93,
"ctxt": 0
},
"value": "v",
"optional": false,
"typeAnnotation": null
}
}
],
"decorators": [],
"span": {
"start": 74,
"end": 98,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 95,
"end": 98,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "setter",
"isStatic": true,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 103,
"end": 127,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 107,
"end": 111,
"ctxt": 0
},
"expression": {
"type": "ArrayExpression",
"span": {
"start": 108,
"end": 110,
"ctxt": 0
},
"elements": []
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 103,
"end": 127,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 114,
"end": 127,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 116,
"end": 125,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 123,
"end": 124,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "getter",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 132,
"end": 147,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 136,
"end": 140,
"ctxt": 0
},
"expression": {
"type": "ObjectExpression",
"span": {
"start": 137,
"end": 139,
"ctxt": 0
},
"properties": []
}
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 141,
"end": 142,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 141,
"end": 142,
"ctxt": 0
},
"value": "v",
"optional": false,
"typeAnnotation": null
}
}
],
"decorators": [],
"span": {
"start": 132,
"end": 147,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 144,
"end": 147,
"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": 152,
"end": 190,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 163,
"end": 174,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 164,
"end": 173,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 152,
"end": 190,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 177,
"end": 190,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 179,
"end": 188,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 186,
"end": 187,
"ctxt": 0
},
"value": 0.0,
"raw": "0"
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "getter",
"isStatic": true,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
},
{
"type": "ClassMethod",
"span": {
"start": 195,
"end": 212,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 199,
"end": 205,
"ctxt": 0
},
"expression": {
"type": "NullLiteral",
"span": {
"start": 200,
"end": 204,
"ctxt": 0
}
}
},
"function": {
"params": [
{
"type": "Parameter",
"span": {
"start": 206,
"end": 207,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "Identifier",
"span": {
"start": 206,
"end": 207,
"ctxt": 0
},
"value": "v",
"optional": false,
"typeAnnotation": null
}
}
],
"decorators": [],
"span": {
"start": 195,
"end": 212,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 209,
"end": 212,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "setter",
"isStatic": false,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
],
"interpreter": null
}