2019-02-20 05:35:41 +03:00
|
|
|
{
|
|
|
|
"type": "Module",
|
|
|
|
"span": {
|
|
|
|
"start": 0,
|
2019-12-22 11:14:04 +03:00
|
|
|
"end": 37,
|
2019-11-30 08:49:18 +03:00
|
|
|
"ctxt": 0
|
2019-02-20 05:35:41 +03:00
|
|
|
},
|
|
|
|
"body": [
|
|
|
|
{
|
2019-02-24 08:12:04 +03:00
|
|
|
"type": "FunctionDeclaration",
|
|
|
|
"identifier": {
|
|
|
|
"type": "Identifier",
|
2019-02-20 05:35:41 +03:00
|
|
|
"span": {
|
|
|
|
"start": 9,
|
|
|
|
"end": 10,
|
2019-11-30 08:49:18 +03:00
|
|
|
"ctxt": 0
|
2019-02-20 05:35:41 +03:00
|
|
|
},
|
|
|
|
"value": "x",
|
2019-11-28 11:53:03 +03:00
|
|
|
"typeAnnotation": null,
|
2019-02-20 05:35:41 +03:00
|
|
|
"optional": false
|
|
|
|
},
|
|
|
|
"declare": false,
|
|
|
|
"params": [],
|
2019-11-28 11:53:03 +03:00
|
|
|
"decorators": [],
|
2019-02-20 05:35:41 +03:00
|
|
|
"span": {
|
|
|
|
"start": 0,
|
2019-12-22 11:14:04 +03:00
|
|
|
"end": 37,
|
2019-11-30 08:49:18 +03:00
|
|
|
"ctxt": 0
|
2019-02-20 05:35:41 +03:00
|
|
|
},
|
|
|
|
"body": {
|
|
|
|
"type": "BlockStatement",
|
|
|
|
"span": {
|
|
|
|
"start": 13,
|
2019-12-22 11:14:04 +03:00
|
|
|
"end": 37,
|
2019-11-30 08:49:18 +03:00
|
|
|
"ctxt": 0
|
2019-02-20 05:35:41 +03:00
|
|
|
},
|
|
|
|
"stmts": [
|
|
|
|
{
|
|
|
|
"type": "VariableDeclaration",
|
|
|
|
"span": {
|
2019-12-22 11:14:04 +03:00
|
|
|
"start": 18,
|
|
|
|
"end": 23,
|
2019-11-30 08:49:18 +03:00
|
|
|
"ctxt": 0
|
2019-02-20 05:35:41 +03:00
|
|
|
},
|
|
|
|
"kind": "let",
|
|
|
|
"declare": false,
|
|
|
|
"declarations": [
|
|
|
|
{
|
|
|
|
"type": "VariableDeclarator",
|
|
|
|
"span": {
|
2019-12-22 11:14:04 +03:00
|
|
|
"start": 22,
|
|
|
|
"end": 23,
|
2019-11-30 08:49:18 +03:00
|
|
|
"ctxt": 0
|
2019-02-20 05:35:41 +03:00
|
|
|
},
|
2019-02-24 08:12:04 +03:00
|
|
|
"id": {
|
|
|
|
"type": "Identifier",
|
2019-02-20 05:35:41 +03:00
|
|
|
"span": {
|
2019-12-22 11:14:04 +03:00
|
|
|
"start": 22,
|
|
|
|
"end": 23,
|
2019-11-30 08:49:18 +03:00
|
|
|
"ctxt": 0
|
2019-02-20 05:35:41 +03:00
|
|
|
},
|
|
|
|
"value": "x",
|
2019-11-28 11:53:03 +03:00
|
|
|
"typeAnnotation": null,
|
2019-02-20 05:35:41 +03:00
|
|
|
"optional": false
|
|
|
|
},
|
2019-11-28 11:53:03 +03:00
|
|
|
"init": null,
|
2019-02-20 05:35:41 +03:00
|
|
|
"definite": false
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
2019-12-16 12:08:21 +03:00
|
|
|
"type": "ExpressionStatement",
|
2019-02-20 05:35:41 +03:00
|
|
|
"span": {
|
2019-12-22 11:14:04 +03:00
|
|
|
"start": 27,
|
|
|
|
"end": 34,
|
2019-11-30 08:49:18 +03:00
|
|
|
"ctxt": 0
|
2019-02-20 05:35:41 +03:00
|
|
|
},
|
2019-12-16 12:08:21 +03:00
|
|
|
"expression": {
|
|
|
|
"type": "JSXElement",
|
|
|
|
"span": {
|
2019-12-22 11:14:04 +03:00
|
|
|
"start": 27,
|
|
|
|
"end": 34,
|
2019-12-16 12:08:21 +03:00
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"opening": {
|
|
|
|
"type": "JSXOpeningElement",
|
|
|
|
"name": {
|
|
|
|
"type": "Identifier",
|
|
|
|
"span": {
|
2019-12-22 11:14:04 +03:00
|
|
|
"start": 28,
|
|
|
|
"end": 31,
|
2019-12-16 12:08:21 +03:00
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": "div",
|
|
|
|
"typeAnnotation": null,
|
|
|
|
"optional": false
|
|
|
|
},
|
2019-02-20 05:35:41 +03:00
|
|
|
"span": {
|
2019-12-22 11:14:04 +03:00
|
|
|
"start": 28,
|
|
|
|
"end": 34,
|
2019-11-30 08:49:18 +03:00
|
|
|
"ctxt": 0
|
2019-02-20 05:35:41 +03:00
|
|
|
},
|
2019-12-16 12:08:21 +03:00
|
|
|
"attributes": [],
|
|
|
|
"selfClosing": true,
|
|
|
|
"typeArguments": null
|
2019-02-20 05:35:41 +03:00
|
|
|
},
|
2019-12-16 12:08:21 +03:00
|
|
|
"children": [],
|
|
|
|
"closing": null
|
|
|
|
}
|
2019-02-20 05:35:41 +03:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"generator": false,
|
2019-11-28 11:53:03 +03:00
|
|
|
"async": false,
|
|
|
|
"typeParameters": null,
|
|
|
|
"returnType": null
|
2019-02-20 05:35:41 +03:00
|
|
|
}
|
2019-11-28 11:53:03 +03:00
|
|
|
],
|
|
|
|
"interpreter": null
|
2019-02-20 05:35:41 +03:00
|
|
|
}
|