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

91 lines
2.1 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": 23,
"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": 23,
"ctxt": 0
},
"properties": [
{
"type": "MethodProperty",
"key": {
"type": "StringLiteral",
"span": {
"start": 10,
"end": 15,
"ctxt": 0
},
"value": "foo",
"hasEscape": false,
"kind": {
"type": "normal",
"containsQuote": true
}
},
"params": [],
"decorators": [],
"span": {
"start": 10,
"end": 21,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 18,
"end": 21,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
}
]
},
"definite": false
}
]
}
],
"interpreter": null
}