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

220 lines
4.9 KiB
JSON

{
"type": "Script",
"span": {
"start": 98,
"end": 180,
"ctxt": 0
},
"body": [
{
"type": "ExpressionStatement",
"span": {
"start": 98,
"end": 120,
"ctxt": 0
},
"expression": {
"type": "ConditionalExpression",
"span": {
"start": 98,
"end": 120,
"ctxt": 0
},
"test": {
"type": "Identifier",
"span": {
"start": 98,
"end": 99,
"ctxt": 0
},
"value": "a",
"optional": false
},
"consequent": {
"type": "ArrowFunctionExpression",
"span": {
"start": 102,
"end": 112,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 103,
"end": 104,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
}
],
"body": {
"type": "ParenthesisExpression",
"span": {
"start": 109,
"end": 112,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 110,
"end": 111,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
},
"alternate": {
"type": "ArrowFunctionExpression",
"span": {
"start": 114,
"end": 120,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 114,
"end": 115,
"ctxt": 0
},
"value": "d",
"optional": false,
"typeAnnotation": null
}
],
"body": {
"type": "Identifier",
"span": {
"start": 119,
"end": 120,
"ctxt": 0
},
"value": "e",
"optional": false
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 158,
"end": 180,
"ctxt": 0
},
"expression": {
"type": "ConditionalExpression",
"span": {
"start": 158,
"end": 180,
"ctxt": 0
},
"test": {
"type": "Identifier",
"span": {
"start": 158,
"end": 159,
"ctxt": 0
},
"value": "a",
"optional": false
},
"consequent": {
"type": "ArrowFunctionExpression",
"span": {
"start": 162,
"end": 172,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 163,
"end": 164,
"ctxt": 0
},
"value": "b",
"optional": false,
"typeAnnotation": null
}
],
"body": {
"type": "ParenthesisExpression",
"span": {
"start": 169,
"end": 172,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 170,
"end": 171,
"ctxt": 0
},
"value": "c",
"optional": false
}
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
},
"alternate": {
"type": "ArrowFunctionExpression",
"span": {
"start": 174,
"end": 180,
"ctxt": 0
},
"params": [
{
"type": "Identifier",
"span": {
"start": 174,
"end": 175,
"ctxt": 0
},
"value": "d",
"optional": false,
"typeAnnotation": null
}
],
"body": {
"type": "Identifier",
"span": {
"start": 179,
"end": 180,
"ctxt": 0
},
"value": "e",
"optional": false
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
}
}
}
],
"interpreter": null
}