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

272 lines
6.3 KiB
JSON

{
"type": "Script",
"span": {
"start": 98,
"end": 232,
"ctxt": 0
},
"body": [
{
"type": "ExpressionStatement",
"span": {
"start": 98,
"end": 125,
"ctxt": 0
},
"expression": {
"type": "ConditionalExpression",
"span": {
"start": 98,
"end": 125,
"ctxt": 0
},
"test": {
"type": "Identifier",
"span": {
"start": 98,
"end": 99,
"ctxt": 0
},
"value": "a",
"optional": false
},
"consequent": {
"type": "ArrowFunctionExpression",
"span": {
"start": 102,
"end": 116,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 103,
"end": 104,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
}
],
"body": {
"type": "ParenthesisExpression",
"span": {
"start": 113,
"end": 116,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 114,
"end": 115,
"ctxt": 0
},
"value": "d",
"optional": false
}
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 106,
"end": 109,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 108,
"end": 109,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 108,
"end": 109,
"ctxt": 0
},
"value": "c",
"optional": false
},
"typeParams": null
}
}
},
"alternate": {
"type": "ArrowFunctionExpression",
"span": {
"start": 119,
"end": 125,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 119,
"end": 120,
"ctxt": 0
},
"value": "e",
"optional": false,
"typeAnnotation": null
}
],
"body": {
"type": "Identifier",
"span": {
"start": 124,
"end": 125,
"ctxt": 0
},
"value": "f",
"optional": false
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 205,
"end": 232,
"ctxt": 0
},
"expression": {
"type": "ConditionalExpression",
"span": {
"start": 205,
"end": 232,
"ctxt": 0
},
"test": {
"type": "Identifier",
"span": {
"start": 205,
"end": 206,
"ctxt": 0
},
"value": "a",
"optional": false
},
"consequent": {
"type": "ArrowFunctionExpression",
"span": {
"start": 209,
"end": 223,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 210,
"end": 211,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
}
],
"body": {
"type": "ParenthesisExpression",
"span": {
"start": 220,
"end": 223,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 221,
"end": 222,
"ctxt": 0
},
"value": "d",
"optional": false
}
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": {
"type": "TsTypeAnnotation",
"span": {
"start": 213,
"end": 216,
"ctxt": 0
},
"typeAnnotation": {
"type": "TsTypeReference",
"span": {
"start": 215,
"end": 216,
"ctxt": 0
},
"typeName": {
"type": "Identifier",
"span": {
"start": 215,
"end": 216,
"ctxt": 0
},
"value": "c",
"optional": false
},
"typeParams": null
}
}
},
"alternate": {
"type": "ArrowFunctionExpression",
"span": {
"start": 226,
"end": 232,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 226,
"end": 227,
"ctxt": 0
},
"value": "e",
"optional": false,
"typeAnnotation": null
}
],
"body": {
"type": "Identifier",
"span": {
"start": 231,
"end": 232,
"ctxt": 0
},
"value": "f",
"optional": false
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
}
}
}
],
"interpreter": null
}