2019-02-20 05:35:41 +03:00
|
|
|
{
|
|
|
|
"type": "Module",
|
|
|
|
"span": {
|
|
|
|
"start": 0,
|
|
|
|
"end": 40,
|
2019-11-30 08:49:18 +03:00
|
|
|
"ctxt": 0
|
2019-02-20 05:35:41 +03:00
|
|
|
},
|
|
|
|
"body": [
|
|
|
|
{
|
2019-12-16 12:08:21 +03:00
|
|
|
"type": "ExpressionStatement",
|
2019-02-20 05:35:41 +03:00
|
|
|
"span": {
|
|
|
|
"start": 0,
|
|
|
|
"end": 40,
|
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",
|
2019-02-20 05:35:41 +03:00
|
|
|
"span": {
|
2019-12-16 12:08:21 +03:00
|
|
|
"start": 0,
|
|
|
|
"end": 40,
|
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
|
|
|
"opening": {
|
|
|
|
"type": "JSXOpeningElement",
|
|
|
|
"name": {
|
|
|
|
"type": "Identifier",
|
2019-02-20 05:35:41 +03:00
|
|
|
"span": {
|
2019-12-16 12:08:21 +03:00
|
|
|
"start": 1,
|
|
|
|
"end": 2,
|
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
|
|
|
"value": "a",
|
|
|
|
"optional": false
|
|
|
|
},
|
|
|
|
"span": {
|
2020-01-14 06:37:29 +03:00
|
|
|
"start": 0,
|
2019-12-16 12:08:21 +03:00
|
|
|
"end": 15,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"attributes": [
|
|
|
|
{
|
|
|
|
"type": "JSXAttribute",
|
|
|
|
"span": {
|
|
|
|
"start": 3,
|
|
|
|
"end": 14,
|
|
|
|
"ctxt": 0
|
2019-02-20 05:35:41 +03:00
|
|
|
},
|
|
|
|
"name": {
|
2019-12-16 12:08:21 +03:00
|
|
|
"type": "JSXNamespacedName",
|
|
|
|
"namespace": {
|
|
|
|
"type": "Identifier",
|
|
|
|
"span": {
|
|
|
|
"start": 3,
|
|
|
|
"end": 4,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": "n",
|
|
|
|
"optional": false
|
|
|
|
},
|
|
|
|
"name": {
|
|
|
|
"type": "Identifier",
|
|
|
|
"span": {
|
|
|
|
"start": 5,
|
|
|
|
"end": 8,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": "foo",
|
|
|
|
"optional": false
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"value": {
|
2020-01-29 09:24:35 +03:00
|
|
|
"type": "StringLiteral",
|
2019-02-20 05:35:41 +03:00
|
|
|
"span": {
|
2019-12-16 12:08:21 +03:00
|
|
|
"start": 9,
|
2020-01-29 09:24:35 +03:00
|
|
|
"end": 14,
|
2019-11-30 08:49:18 +03:00
|
|
|
"ctxt": 0
|
2019-02-20 05:35:41 +03:00
|
|
|
},
|
2020-01-29 09:24:35 +03:00
|
|
|
"value": "bar",
|
2022-03-22 10:54:08 +03:00
|
|
|
"raw": "\"bar\""
|
2019-02-20 05:35:41 +03:00
|
|
|
}
|
|
|
|
}
|
2019-12-16 12:08:21 +03:00
|
|
|
],
|
|
|
|
"selfClosing": false,
|
|
|
|
"typeArguments": null
|
2019-02-20 05:35:41 +03:00
|
|
|
},
|
2019-12-16 12:08:21 +03:00
|
|
|
"children": [
|
|
|
|
{
|
|
|
|
"type": "JSXText",
|
2019-02-20 05:35:41 +03:00
|
|
|
"span": {
|
2019-12-16 12:08:21 +03:00
|
|
|
"start": 15,
|
|
|
|
"end": 16,
|
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
|
|
|
"value": " ",
|
|
|
|
"raw": " "
|
2019-02-20 05:35:41 +03:00
|
|
|
},
|
2019-12-16 12:08:21 +03:00
|
|
|
{
|
|
|
|
"type": "JSXExpressionContainer",
|
2020-01-14 06:37:29 +03:00
|
|
|
"span": {
|
|
|
|
"start": 16,
|
|
|
|
"end": 23,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
2019-12-16 12:08:21 +03:00
|
|
|
"expression": {
|
2019-02-24 08:12:04 +03:00
|
|
|
"type": "Identifier",
|
2019-02-20 05:35:41 +03:00
|
|
|
"span": {
|
2019-12-16 12:08:21 +03:00
|
|
|
"start": 17,
|
|
|
|
"end": 22,
|
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
|
|
|
"value": "value",
|
2019-02-20 05:35:41 +03:00
|
|
|
"optional": false
|
2019-12-16 12:08:21 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "JSXText",
|
2019-02-20 05:35:41 +03:00
|
|
|
"span": {
|
2019-12-16 12:08:21 +03:00
|
|
|
"start": 23,
|
|
|
|
"end": 24,
|
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
|
|
|
"value": " ",
|
|
|
|
"raw": " "
|
2019-02-20 05:35:41 +03:00
|
|
|
},
|
2019-12-16 12:08:21 +03:00
|
|
|
{
|
|
|
|
"type": "JSXElement",
|
|
|
|
"span": {
|
|
|
|
"start": 24,
|
|
|
|
"end": 36,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"opening": {
|
|
|
|
"type": "JSXOpeningElement",
|
|
|
|
"name": {
|
|
|
|
"type": "Identifier",
|
|
|
|
"span": {
|
|
|
|
"start": 25,
|
|
|
|
"end": 26,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": "b",
|
|
|
|
"optional": false
|
|
|
|
},
|
2019-02-20 05:35:41 +03:00
|
|
|
"span": {
|
2020-01-14 06:37:29 +03:00
|
|
|
"start": 24,
|
2019-12-16 12:08:21 +03:00
|
|
|
"end": 27,
|
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": false,
|
|
|
|
"typeArguments": null
|
|
|
|
},
|
|
|
|
"children": [
|
|
|
|
{
|
|
|
|
"type": "JSXElement",
|
|
|
|
"span": {
|
|
|
|
"start": 27,
|
|
|
|
"end": 32,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"opening": {
|
|
|
|
"type": "JSXOpeningElement",
|
|
|
|
"name": {
|
|
|
|
"type": "Identifier",
|
|
|
|
"span": {
|
|
|
|
"start": 28,
|
|
|
|
"end": 29,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": "c",
|
|
|
|
"optional": false
|
|
|
|
},
|
2019-02-20 05:35:41 +03:00
|
|
|
"span": {
|
2020-01-14 06:37:29 +03:00
|
|
|
"start": 27,
|
2019-12-16 12:08:21 +03:00
|
|
|
"end": 32,
|
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
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"closing": {
|
|
|
|
"type": "JSXClosingElement",
|
2019-02-20 05:35:41 +03:00
|
|
|
"span": {
|
2020-01-14 06:37:29 +03:00
|
|
|
"start": 32,
|
2019-12-16 12:08:21 +03:00
|
|
|
"end": 36,
|
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
|
|
|
"name": {
|
|
|
|
"type": "Identifier",
|
|
|
|
"span": {
|
|
|
|
"start": 34,
|
|
|
|
"end": 35,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": "b",
|
|
|
|
"optional": false
|
|
|
|
}
|
2019-02-20 05:35:41 +03:00
|
|
|
}
|
|
|
|
}
|
2019-12-16 12:08:21 +03:00
|
|
|
],
|
|
|
|
"closing": {
|
|
|
|
"type": "JSXClosingElement",
|
2019-02-20 05:35:41 +03:00
|
|
|
"span": {
|
2020-01-14 06:37:29 +03:00
|
|
|
"start": 36,
|
2019-12-16 12:08:21 +03:00
|
|
|
"end": 40,
|
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
|
|
|
"name": {
|
|
|
|
"type": "Identifier",
|
|
|
|
"span": {
|
|
|
|
"start": 38,
|
|
|
|
"end": 39,
|
|
|
|
"ctxt": 0
|
|
|
|
},
|
|
|
|
"value": "a",
|
|
|
|
"optional": false
|
|
|
|
}
|
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
|
|
|
}
|