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

67 lines
1.4 KiB
JSON
Raw Normal View History

{
"type": "Script",
"span": {
"start": 17,
"end": 41,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 17,
"end": 41,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 21,
"end": 40,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 21,
"end": 22,
"ctxt": 0
},
"value": "a",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ArrowFunctionExpression",
"span": {
"start": 25,
"end": 40,
"ctxt": 0
},
"params": [],
"body": {
"type": "Identifier",
"span": {
"start": 31,
"end": 40,
"ctxt": 0
},
"value": "arguments",
"optional": false
},
"async": false,
"generator": false,
"typeParameters": null,
"returnType": null
},
"definite": false
}
]
}
],
"interpreter": null
}