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

86 lines
1.7 KiB
JSON

{
"type": "Script",
"span": {
"start": 41,
"end": 70,
"ctxt": 0
},
"body": [
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 50,
"end": 51,
"ctxt": 0
},
"value": "f",
"optional": false
},
"declare": false,
"params": [
{
"type": "Parameter",
"span": {
"start": 52,
"end": 65,
"ctxt": 0
},
"decorators": [],
"pat": {
"type": "AssignmentPattern",
"span": {
"start": 52,
"end": 65,
"ctxt": 0
},
"left": {
"type": "Identifier",
"span": {
"start": 52,
"end": 57,
"ctxt": 0
},
"value": "await",
"optional": false,
"typeAnnotation": null
},
"right": {
"type": "Identifier",
"span": {
"start": 60,
"end": 65,
"ctxt": 0
},
"value": "await",
"optional": false
},
"typeAnnotation": null
}
}
],
"decorators": [],
"span": {
"start": 41,
"end": 70,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 67,
"end": 70,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
],
"interpreter": null
}