swc/ecmascript/parser/tests/jsx/basic/fragment-4/input.js.json

140 lines
3.0 KiB
JSON
Raw Normal View History

{
"type": "Module",
"span": {
"start": 0,
2019-12-09 15:02:51 +03:00
"end": 55,
"ctxt": 0
},
"body": [
{
"type": "JSXFragment",
"span": {
"start": 0,
2019-12-09 15:02:51 +03:00
"end": 55,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningFragment",
"span": {
"start": 1,
"end": 2,
"ctxt": 0
}
},
"children": [
{
"type": "JSXText",
"span": {
"start": 2,
2019-12-09 15:02:51 +03:00
"end": 6,
"ctxt": 0
},
2019-12-09 15:02:51 +03:00
"value": "\n\r\n ",
"raw": "\n\r\n "
},
{
"type": "JSXFragment",
"span": {
2019-12-09 15:02:51 +03:00
"start": 6,
"end": 50,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningFragment",
"span": {
2019-12-09 15:02:51 +03:00
"start": 7,
"end": 8,
"ctxt": 0
}
},
"children": [
{
"type": "JSXText",
"span": {
2019-12-09 15:02:51 +03:00
"start": 8,
"end": 14,
"ctxt": 0
},
2019-12-09 15:02:51 +03:00
"value": "\n\r\n ",
"raw": "\n\r\n "
},
{
"type": "JSXFragment",
"span": {
2019-12-09 15:02:51 +03:00
"start": 14,
"end": 43,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningFragment",
"span": {
2019-12-09 15:02:51 +03:00
"start": 15,
"end": 16,
"ctxt": 0
}
},
"children": [
{
"type": "JSXText",
"span": {
2019-12-09 15:02:51 +03:00
"start": 16,
"end": 40,
"ctxt": 0
},
2019-12-09 15:02:51 +03:00
"value": "\n\r\n super deep\n\r\n ",
"raw": "\n\r\n super deep\n\r\n "
}
],
"closing": {
"type": "JSXClosingFragment",
"span": {
2019-12-09 15:02:51 +03:00
"start": 42,
"end": 43,
"ctxt": 0
}
}
},
{
"type": "JSXText",
"span": {
2019-12-09 15:02:51 +03:00
"start": 43,
"end": 47,
"ctxt": 0
},
2019-12-09 15:02:51 +03:00
"value": "\n\r\n ",
"raw": "\n\r\n "
}
],
"closing": {
"type": "JSXClosingFragment",
"span": {
2019-12-09 15:02:51 +03:00
"start": 49,
"end": 50,
"ctxt": 0
}
}
},
{
"type": "JSXText",
"span": {
2019-12-09 15:02:51 +03:00
"start": 50,
"end": 52,
"ctxt": 0
},
2019-12-09 15:02:51 +03:00
"value": "\n\r\n",
"raw": "\n\r\n"
}
],
"closing": {
"type": "JSXClosingFragment",
"span": {
2019-12-09 15:02:51 +03:00
"start": 54,
"end": 55,
"ctxt": 0
}
}
}
],
"interpreter": null
}