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

384 lines
7.9 KiB
JSON
Raw Normal View History

{
"type": "Script",
"span": {
"start": 117,
"end": 265,
"ctxt": 0
},
"body": [
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 126,
"end": 129,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 117,
"end": 134,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 132,
"end": 134,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "ExpressionStatement",
"span": {
"start": 135,
"end": 151,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 135,
"end": 150,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 135,
"end": 143,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 135,
"end": 138,
"ctxt": 0
},
"value": "foo",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 139,
"end": 143,
"ctxt": 0
},
"value": "null",
"optional": false
}
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 146,
"end": 150,
"ctxt": 0
},
"value": true
}
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 162,
"end": 165,
"ctxt": 0
},
"value": "bar",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 153,
"end": 170,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 168,
"end": 170,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "ExpressionStatement",
"span": {
"start": 171,
"end": 188,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 171,
"end": 187,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 171,
"end": 180,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 171,
"end": 174,
"ctxt": 0
},
"value": "bar",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 175,
"end": 180,
"ctxt": 0
},
"value": "async",
"optional": false
}
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 183,
"end": 187,
"ctxt": 0
},
"value": true
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 189,
"end": 208,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 189,
"end": 207,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 189,
"end": 199,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 189,
"end": 192,
"ctxt": 0
},
"value": "bar",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 193,
"end": 199,
"ctxt": 0
},
"value": "normal",
"optional": false
}
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 202,
"end": 207,
"ctxt": 0
},
"value": false
}
}
},
{
"type": "FunctionDeclaration",
"identifier": {
"type": "Identifier",
"span": {
"start": 219,
"end": 222,
"ctxt": 0
},
"value": "baz",
"optional": false
},
"declare": false,
"params": [],
"decorators": [],
"span": {
"start": 210,
"end": 227,
"ctxt": 0
},
"body": {
"type": "BlockStatement",
"span": {
"start": 225,
"end": 227,
"ctxt": 0
},
"stmts": []
},
"generator": false,
"async": false,
"typeParameters": null,
"returnType": null
},
{
"type": "ExpressionStatement",
"span": {
"start": 228,
"end": 245,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 228,
"end": 244,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 228,
"end": 237,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 228,
"end": 231,
"ctxt": 0
},
"value": "baz",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 232,
"end": 237,
"ctxt": 0
},
"value": "class",
"optional": false
}
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 240,
"end": 244,
"ctxt": 0
},
"value": true
}
}
},
{
"type": "ExpressionStatement",
"span": {
"start": 246,
"end": 265,
"ctxt": 0
},
"expression": {
"type": "AssignmentExpression",
"span": {
"start": 246,
"end": 264,
"ctxt": 0
},
"operator": "=",
"left": {
"type": "MemberExpression",
"span": {
"start": 246,
"end": 256,
"ctxt": 0
},
"object": {
"type": "Identifier",
"span": {
"start": 246,
"end": 249,
"ctxt": 0
},
"value": "baz",
"optional": false
},
"property": {
"type": "Identifier",
"span": {
"start": 250,
"end": 256,
"ctxt": 0
},
"value": "normal",
"optional": false
}
},
"right": {
"type": "BooleanLiteral",
"span": {
"start": 259,
"end": 264,
"ctxt": 0
},
"value": false
}
}
}
],
"interpreter": null
}