mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
224 lines
5.1 KiB
JSON
224 lines
5.1 KiB
JSON
|
{
|
||
|
"type": "Script",
|
||
|
"span": {
|
||
|
"start": 1,
|
||
|
"end": 127,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"body": [
|
||
|
{
|
||
|
"type": "ClassDeclaration",
|
||
|
"identifier": {
|
||
|
"type": "Identifier",
|
||
|
"span": {
|
||
|
"start": 7,
|
||
|
"end": 11,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"value": "Base",
|
||
|
"optional": false
|
||
|
},
|
||
|
"declare": false,
|
||
|
"span": {
|
||
|
"start": 1,
|
||
|
"end": 38,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"decorators": [],
|
||
|
"body": [
|
||
|
{
|
||
|
"type": "Constructor",
|
||
|
"span": {
|
||
|
"start": 18,
|
||
|
"end": 36,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"key": {
|
||
|
"type": "Identifier",
|
||
|
"span": {
|
||
|
"start": 18,
|
||
|
"end": 29,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"value": "constructor",
|
||
|
"optional": false
|
||
|
},
|
||
|
"params": [
|
||
|
{
|
||
|
"type": "Parameter",
|
||
|
"span": {
|
||
|
"start": 30,
|
||
|
"end": 31,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"decorators": [],
|
||
|
"pat": {
|
||
|
"type": "Identifier",
|
||
|
"span": {
|
||
|
"start": 30,
|
||
|
"end": 31,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"value": "c",
|
||
|
"optional": false,
|
||
|
"typeAnnotation": null
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"body": {
|
||
|
"type": "BlockStatement",
|
||
|
"span": {
|
||
|
"start": 33,
|
||
|
"end": 36,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"stmts": []
|
||
|
},
|
||
|
"accessibility": null,
|
||
|
"isOptional": false
|
||
|
}
|
||
|
],
|
||
|
"superClass": null,
|
||
|
"isAbstract": false,
|
||
|
"typeParams": null,
|
||
|
"superTypeParams": null,
|
||
|
"implements": []
|
||
|
},
|
||
|
{
|
||
|
"type": "ClassDeclaration",
|
||
|
"identifier": {
|
||
|
"type": "Identifier",
|
||
|
"span": {
|
||
|
"start": 45,
|
||
|
"end": 46,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"value": "D",
|
||
|
"optional": false
|
||
|
},
|
||
|
"declare": false,
|
||
|
"span": {
|
||
|
"start": 39,
|
||
|
"end": 127,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"decorators": [],
|
||
|
"body": [
|
||
|
{
|
||
|
"type": "ClassProperty",
|
||
|
"span": {
|
||
|
"start": 66,
|
||
|
"end": 77,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"key": {
|
||
|
"type": "Identifier",
|
||
|
"span": {
|
||
|
"start": 74,
|
||
|
"end": 76,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"value": "_t",
|
||
|
"optional": false
|
||
|
},
|
||
|
"value": null,
|
||
|
"typeAnnotation": null,
|
||
|
"isStatic": false,
|
||
|
"decorators": [],
|
||
|
"accessibility": "private",
|
||
|
"isAbstract": false,
|
||
|
"isOptional": false,
|
||
|
"isOverride": false,
|
||
|
"readonly": false,
|
||
|
"declare": false,
|
||
|
"definite": false
|
||
|
},
|
||
|
{
|
||
|
"type": "Constructor",
|
||
|
"span": {
|
||
|
"start": 82,
|
||
|
"end": 125,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"key": {
|
||
|
"type": "Identifier",
|
||
|
"span": {
|
||
|
"start": 82,
|
||
|
"end": 93,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"value": "constructor",
|
||
|
"optional": false
|
||
|
},
|
||
|
"params": [],
|
||
|
"body": {
|
||
|
"type": "BlockStatement",
|
||
|
"span": {
|
||
|
"start": 96,
|
||
|
"end": 125,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"stmts": [
|
||
|
{
|
||
|
"type": "ExpressionStatement",
|
||
|
"span": {
|
||
|
"start": 106,
|
||
|
"end": 118,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"expression": {
|
||
|
"type": "CallExpression",
|
||
|
"span": {
|
||
|
"start": 106,
|
||
|
"end": 117,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"callee": {
|
||
|
"type": "Super",
|
||
|
"span": {
|
||
|
"start": 106,
|
||
|
"end": 111,
|
||
|
"ctxt": 0
|
||
|
}
|
||
|
},
|
||
|
"arguments": [
|
||
|
{
|
||
|
"spread": null,
|
||
|
"expression": {
|
||
|
"type": "ThisExpression",
|
||
|
"span": {
|
||
|
"start": 112,
|
||
|
"end": 116,
|
||
|
"ctxt": 0
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"typeArguments": null
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"accessibility": null,
|
||
|
"isOptional": false
|
||
|
}
|
||
|
],
|
||
|
"superClass": {
|
||
|
"type": "Identifier",
|
||
|
"span": {
|
||
|
"start": 55,
|
||
|
"end": 59,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"value": "Base",
|
||
|
"optional": false
|
||
|
},
|
||
|
"isAbstract": false,
|
||
|
"typeParams": null,
|
||
|
"superTypeParams": null,
|
||
|
"implements": []
|
||
|
}
|
||
|
],
|
||
|
"interpreter": null
|
||
|
}
|