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

139 lines
3.0 KiB
JSON
Raw Normal View History

{
"type": "Module",
"span": {
"start": 0,
"end": 49,
"ctxt": 0
},
"body": [
{
"type": "JSXFragment",
"span": {
"start": 0,
"end": 49,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningFragment",
"span": {
"start": 1,
"end": 2,
"ctxt": 0
}
},
"children": [
{
"type": "JSXText",
"span": {
"start": 2,
"end": 5,
"ctxt": 0
},
"value": "\n\n ",
"raw": "\n\n "
},
{
"type": "JSXFragment",
"span": {
"start": 5,
"end": 45,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningFragment",
"span": {
"start": 6,
"end": 7,
"ctxt": 0
}
},
"children": [
{
"type": "JSXText",
"span": {
"start": 7,
"end": 12,
"ctxt": 0
},
"value": "\n\n ",
"raw": "\n\n "
},
{
"type": "JSXFragment",
"span": {
"start": 12,
"end": 39,
"ctxt": 0
},
"opening": {
"type": "JSXOpeningFragment",
"span": {
"start": 13,
"end": 14,
"ctxt": 0
}
},
"children": [
{
"type": "JSXText",
"span": {
"start": 14,
"end": 36,
"ctxt": 0
},
"value": "\n\n super deep\n\n ",
"raw": "\n\n super deep\n\n "
}
],
"closing": {
"type": "JSXClosingFragment",
"span": {
"start": 38,
"end": 39,
"ctxt": 0
}
}
},
{
"type": "JSXText",
"span": {
"start": 39,
"end": 42,
"ctxt": 0
},
"value": "\n\n ",
"raw": "\n\n "
}
],
"closing": {
"type": "JSXClosingFragment",
"span": {
"start": 44,
"end": 45,
"ctxt": 0
}
}
},
{
"type": "JSXText",
"span": {
"start": 45,
"end": 46,
"ctxt": 0
},
"value": "\n\n",
"raw": "\n\n"
}
],
"closing": {
"type": "JSXClosingFragment",
"span": {
"start": 48,
"end": 49,
"ctxt": 0
}
}
}
]
}