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

90 lines
1.8 KiB
JSON

{
"type": "Script",
"span": {
"start": 44,
"end": 85,
"ctxt": 0
},
"body": [
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 59,
"end": 64,
"ctxt": 0
},
"value": "await",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 44,
"end": 85,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 82,
"end": 85,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": true,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 66,
"end": 81,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 68,
"end": 81,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 68,
"end": 75,
"ctxt": 0
},
"value": "Promise",
"optional": false
},
"typeParams": {
"type": "TsTypeParameterInstantiation",
"span": {
"start": 75,
"end": 81,
"ctxt": 0
},
"params": [
{
"type": "TsKeywordType",
"span": {
"start": 76,
"end": 80,
"ctxt": 0
},
"kind": "void"
}
]
}
}
}
}
],
"interpreter": null
}