swc/crates/swc_ecma_parser/tests/tsc/parserFunctionDeclaration1.d.json

38 lines
648 B
JSON

{
"type": "Script",
"span": {
"start": 1,
"end": 22,
"ctxt": 0
},
"body": [
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 18,
"end": 19,
"ctxt": 0
},
"value": "F",
"optional": false
},
"declare": true,
"params": [],
"decorators": [],
"span": {
"start": 1,
"end": 22,
"ctxt": 0
},
"body": null,
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
],
"interpreter": null
}