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

176 lines
3.7 KiB
JSON

{
"type": "Module",
"span": {
"start": 0,
"end": 88,
"ctxt": 0
},
"body": [
{
"type": "TsModuleDeclaration",
"span": {
"start": 0,
"end": 59,
"ctxt": 0
},
"declare": false,
"global": false,
"id": {
"type": "Identifier",
"span": {
"start": 7,
"end": 8,
"ctxt": 0
},
"value": "M",
"optional": false
},
"body": {
"type": "TsModuleBlock",
"span": {
"start": 9,
"end": 59,
"ctxt": 0
},
"body": [
{
"type": "ExportDeclaration",
"span": {
"start": 15,
"end": 41,
"ctxt": 0
},
"declaration": {
"type": "ClassDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 37,
"end": 38,
"ctxt": 0
},
"value": "A",
"optional": false
},
"declare": false,
"span": {
"start": 22,
"end": 41,
"ctxt": 0
},
"decorators": [],
"body": [],
"superClass": null,
"isAbstract": true,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 51,
"end": 57,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 51,
"end": 56,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 55,
"end": 56,
"ctxt": 0
},
"value": "A",
"optional": false
},
"arguments": null,
"typeArguments": null
}
}
]
}
},
{
"type": "TsImportEqualsDeclaration",
"span": {
"start": 61,
"end": 78,
"ctxt": 0
},
"declare": false,
"isExport": false,
"isTypeOnly": false,
"id": {
"type": "Identifier",
"span": {
"start": 68,
"end": 71,
"ctxt": 0
},
"value": "myA",
"optional": false
},
"moduleRef": {
"type": "TsQualifiedName",
"left": {
"type": "Identifier",
"span": {
"start": 74,
"end": 75,
"ctxt": 0
},
"value": "M",
"optional": false
},
"right": {
"type": "Identifier",
"span": {
"start": 76,
"end": 77,
"ctxt": 0
},
"value": "A",
"optional": false
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 80,
"end": 88,
"ctxt": 0
},
"expression": {
"type": "NewExpression",
"span": {
"start": 80,
"end": 87,
"ctxt": 0
},
"callee": {
"type": "Identifier",
"span": {
"start": 84,
"end": 87,
"ctxt": 0
},
"value": "myA",
"optional": false
},
"arguments": null,
"typeArguments": null
}
}
],
"interpreter": null
}