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

407 lines
9.5 KiB
JSON

{
"type": "Script",
"span": {
"start": 17,
"end": 164,
"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": 164,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassMethod",
"span": {
"start": 47,
"end": 55,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 47,
"end": 50,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 48,
"end": 49,
"ctxt": 0
},
"value": "b",
"optional": false
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 47,
"end": 55,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 53,
"end": 55,
"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": 60,
"end": 79,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 67,
"end": 73,
"ctxt": 0
},
"expression": {
"type": "BooleanLiteral",
"span": {
"start": 68,
"end": 72,
"ctxt": 0
},
"value": true
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 60,
"end": 79,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 76,
"end": 79,
"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": 84,
"end": 94,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 84,
"end": 88,
"ctxt": 0
},
"expression": {
"type": "ArrayExpression",
"span": {
"start": 85,
"end": 87,
"ctxt": 0
},
"elements": []
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 84,
"end": 94,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 91,
"end": 94,
"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": 99,
"end": 116,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 106,
"end": 110,
"ctxt": 0
},
"expression": {
"type": "ObjectExpression",
"span": {
"start": 107,
"end": 109,
"ctxt": 0
},
"properties": []
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 99,
"end": 116,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 113,
"end": 116,
"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": 121,
"end": 138,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 121,
"end": 132,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 122,
"end": 131,
"ctxt": 0
},
"value": "undefined",
"optional": false
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 121,
"end": 138,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 135,
"end": 138,
"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": 143,
"end": 162,
"ctxt": 0
},
"key": {
"type": "Computed",
"span": {
"start": 150,
"end": 156,
"ctxt": 0
},
"expression": {
"type": "NullLiteral",
"span": {
"start": 151,
"end": 155,
"ctxt": 0
}
}
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 143,
"end": 162,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 159,
"end": 162,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": true,
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
],
"interpreter": null
}