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

85 lines
1.9 KiB
JSON

{
"type": "Script",
"span": {
"start": 0,
"end": 24,
"ctxt": 0
},
"body": [
{
"type": "VariableDeclaration",
"span": {
"start": 0,
"end": 24,
"ctxt": 0
},
"kind": "var",
"declare": false,
"declarations": [
{
"type": "VariableDeclarator",
"span": {
"start": 4,
"end": 24,
"ctxt": 0
},
"id": {
"type": "Identifier",
"span": {
"start": 4,
"end": 5,
"ctxt": 0
},
"value": "v",
"optional": false,
"typeAnnotation": null
},
"init": {
"type": "ObjectExpression",
"span": {
"start": 8,
"end": 24,
"ctxt": 0
},
"properties": [
{
"type": "KeyValueProperty",
"key": {
"type": "Computed",
"span": {
"start": 10,
"end": 17,
"ctxt": 0
},
"expression": {
"type": "Identifier",
"span": {
"start": 11,
"end": 16,
"ctxt": 0
},
"value": "yield",
"optional": false
}
},
"value": {
"type": "Identifier",
"span": {
"start": 19,
"end": 22,
"ctxt": 0
},
"value": "foo",
"optional": false
}
}
]
},
"definite": false
}
]
}
],
"interpreter": null
}