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

67 lines
1.3 KiB
JSON

{
"type": "Script",
"span": {
"start": 1,
"end": 26,
"ctxt": 0
},
"body": [
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 1,
"end": 26,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 11,
"end": 12,
"ctxt": 0
},
"value": "I",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 13,
"end": 26,
"ctxt": 0
},
"body": [
{
"type": "TsMethodSignature",
"span": {
"start": 17,
"end": 24,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "StringLiteral",
"span": {
"start": 17,
"end": 20,
"ctxt": 0
},
"value": "F",
"raw": "\"F\""
},
"computed": false,
"optional": true,
"params": [],
"typeAnn": null,
"typeParams": null
}
]
}
}
],
"interpreter": null
}