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

141 lines
3.4 KiB
JSON

{
"type": "Module",
"span": {
"start": 81,
"end": 186,
"ctxt": 0
},
"body": [
{
"type": "ExportDefaultDeclaration",
"span": {
"start": 81,
"end": 186,
"ctxt": 0
},
"decl": {
"type": "ClassExpression",
"identifier": {
"type": "Identifier",
"span": {
"start": 102,
"end": 103,
"ctxt": 0
},
"value": "A",
"optional": false
},
"span": {
"start": 96,
"end": 186,
"ctxt": 0
},
"decorators": [],
"body": [
{
"type": "Constructor",
"span": {
"start": 110,
"end": 137,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 110,
"end": 121,
"ctxt": 0
},
"value": "constructor",
"optional": false
},
"params": [],
"body": {
"type": "BlockStatement",
"span": {
"start": 129,
"end": 137,
"ctxt": 0
},
"stmts": []
},
"accessibility": null,
"isOptional": false
},
{
"type": "ClassMethod",
"span": {
"start": 143,
"end": 184,
"ctxt": 0
},
"key": {
"type": "Identifier",
"span": {
"start": 150,
"end": 151,
"ctxt": 0
},
"value": "B",
"optional": false
},
"function": {
"params": [],
"decorators": [],
"span": {
"start": 143,
"end": 184,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 158,
"end": 184,
"ctxt": 0
},
"stmts": [
{
"type": "ReturnStatement",
"span": {
"start": 168,
"end": 178,
"ctxt": 0
},
"argument": {
"type": "NumericLiteral",
"span": {
"start": 175,
"end": 177,
"ctxt": 0
},
"value": 42.0,
"raw": "42"
}
}
]
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
"kind": "method",
"isStatic": false,
"accessibility": "public",
"isAbstract": false,
"isOptional": false,
"isOverride": false
}
],
"superClass": null,
"isAbstract": false,
"typeParams": null,
"superTypeParams": null,
"implements": []
}
}
],
"interpreter": null
}