swc/crates/swc_ecma_parser/tests/tsc/parserPropertySignature6.json
2022-03-22 07:54:08 +00:00

68 lines
1.3 KiB
JSON

{
"type": "Script",
"span": {
"start": 0,
"end": 23,
"ctxt": 0
},
"body": [
{
"type": "TsInterfaceDeclaration",
"span": {
"start": 0,
"end": 23,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 10,
"end": 11,
"ctxt": 0
},
"value": "I",
"optional": false
},
"declare": false,
"typeParams": null,
"extends": [],
"body": {
"type": "TsInterfaceBody",
"span": {
"start": 12,
"end": 23,
"ctxt": 0
},
"body": [
{
"type": "TsPropertySignature",
"span": {
"start": 16,
"end": 21,
"ctxt": 0
},
"readonly": false,
"key": {
"type": "StringLiteral",
"span": {
"start": 16,
"end": 19,
"ctxt": 0
},
"value": "F",
"raw": "\"F\""
},
"computed": false,
"optional": true,
"init": null,
"params": [],
"typeAnnotation": null,
"typeParams": null
}
]
}
}
],
"interpreter": null
}