mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 22:56:11 +03:00
307 lines
8.0 KiB
JSON
307 lines
8.0 KiB
JSON
|
{
|
||
|
"type": "Script",
|
||
|
"span": {
|
||
|
"start": 1,
|
||
|
"end": 183,
|
||
|
"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": 183,
|
||
|
"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": 181,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"key": {
|
||
|
"type": "Identifier",
|
||
|
"span": {
|
||
|
"start": 82,
|
||
|
"end": 93,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"value": "constructor",
|
||
|
"optional": false
|
||
|
},
|
||
|
"params": [],
|
||
|
"body": {
|
||
|
"type": "BlockStatement",
|
||
|
"span": {
|
||
|
"start": 96,
|
||
|
"end": 181,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"stmts": [
|
||
|
{
|
||
|
"type": "VariableDeclaration",
|
||
|
"span": {
|
||
|
"start": 106,
|
||
|
"end": 149,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"kind": "let",
|
||
|
"declare": false,
|
||
|
"declarations": [
|
||
|
{
|
||
|
"type": "VariableDeclarator",
|
||
|
"span": {
|
||
|
"start": 110,
|
||
|
"end": 149,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"id": {
|
||
|
"type": "Identifier",
|
||
|
"span": {
|
||
|
"start": 110,
|
||
|
"end": 111,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"value": "x",
|
||
|
"optional": false,
|
||
|
"typeAnnotation": null
|
||
|
},
|
||
|
"init": {
|
||
|
"type": "ObjectExpression",
|
||
|
"span": {
|
||
|
"start": 114,
|
||
|
"end": 149,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"properties": [
|
||
|
{
|
||
|
"type": "KeyValueProperty",
|
||
|
"key": {
|
||
|
"type": "Identifier",
|
||
|
"span": {
|
||
|
"start": 128,
|
||
|
"end": 129,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"value": "j",
|
||
|
"optional": false
|
||
|
},
|
||
|
"value": {
|
||
|
"type": "MemberExpression",
|
||
|
"span": {
|
||
|
"start": 131,
|
||
|
"end": 138,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"object": {
|
||
|
"type": "ThisExpression",
|
||
|
"span": {
|
||
|
"start": 131,
|
||
|
"end": 135,
|
||
|
"ctxt": 0
|
||
|
}
|
||
|
},
|
||
|
"property": {
|
||
|
"type": "Identifier",
|
||
|
"span": {
|
||
|
"start": 136,
|
||
|
"end": 138,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"value": "_t",
|
||
|
"optional": false
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"definite": false
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"type": "ExpressionStatement",
|
||
|
"span": {
|
||
|
"start": 158,
|
||
|
"end": 175,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"expression": {
|
||
|
"type": "CallExpression",
|
||
|
"span": {
|
||
|
"start": 158,
|
||
|
"end": 174,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"callee": {
|
||
|
"type": "Super",
|
||
|
"span": {
|
||
|
"start": 158,
|
||
|
"end": 163,
|
||
|
"ctxt": 0
|
||
|
}
|
||
|
},
|
||
|
"arguments": [
|
||
|
{
|
||
|
"spread": null,
|
||
|
"expression": {
|
||
|
"type": "Identifier",
|
||
|
"span": {
|
||
|
"start": 164,
|
||
|
"end": 173,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"value": "undefined",
|
||
|
"optional": false
|
||
|
}
|
||
|
}
|
||
|
],
|
||
|
"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
|
||
|
}
|