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

253 lines
5.6 KiB
JSON

{
"type": "Script",
"span": {
"start": 116,
"end": 230,
"ctxt": 0
},
"body": [
{
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 122,
"end": 125,
"ctxt": 0
},
"value": "Foo",
"optional": false
},
"declare": false,
"span": {
"start": 116,
"end": 168,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "ClassProperty",
"span": {
"start": 132,
"end": 149,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 139,
"end": 143,
"ctxt": 0
},
"value": "stat",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 146,
"end": 148,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
},
"typeAnnotation": null,
"isStatic": true,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
},
{
"type": "ClassProperty",
"span": {
"start": 154,
"end": 166,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 154,
"end": 160,
"ctxt": 0
},
"value": "member",
"optional": false
},
"value": {
"type": "NumericLiteral",
"span": {
"start": 163,
"end": 165,
"ctxt": 0
},
"value": 10.0,
"raw": "10"
},
"typeAnnotation": null,
"isStatic": false,
"decorators": [],
"accessibility": null,
"isAbstract": false,
"isOptional": false,
"isOverride": false,
"readonly": false,
"declare": false,
"definite": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
},
{
"type": "ExpressionStatement",
"span": {
"start": 170,
"end": 197,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 170,
"end": 196,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 170,
"end": 184,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 170,
"end": 176,
"ctxt": 0
},
"value": "module",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 177,
"end": 184,
"ctxt": 0
},
"value": "exports",
"optional": false
}
},
"right": {
"type": "NewExpression",
"span": {
"start": 187,
"end": 196,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 191,
"end": 194,
"ctxt": 0
},
"value": "Foo",
"optional": false
},
"arguments": [],
"typeArguments": null
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 199,
"end": 230,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 199,
"end": 229,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 199,
"end": 224,
"ctxt": 0
},
"object": {
"type": "MemberExpression",
"span": {
"start": 199,
"end": 213,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 199,
"end": 205,
"ctxt": 0
},
"value": "module",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 206,
"end": 213,
"ctxt": 0
},
"value": "exports",
"optional": false
}
},
"property": {
"type": "Identifier",
"span": {
"start": 214,
"end": 224,
"ctxt": 0
},
"value": "additional",
"optional": false
}
},
"right": {
"type": "NumericLiteral",
"span": {
"start": 227,
"end": 229,
"ctxt": 0
},
"value": 20.0,
"raw": "20"
}
}
}
],
"interpreter": null
}