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

77 lines
1.3 KiB
JSON

{
"type": "Module",
"span": {
"start": 0,
"end": 5,
"ctxt": 0,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 5
}
}
},
"body": [
{
"type": "JSXFragment",
"span": {
"start": 0,
"end": 5,
"ctxt": 0,
"loc": {
"start": {
"line": 1,
"column": 0
},
"end": {
"line": 1,
"column": 5
}
}
},
"opening": {
"type": "JSXOpeningFragment",
"span": {
"start": 1,
"end": 2,
"ctxt": 0,
"loc": {
"start": {
"line": 1,
"column": 1
},
"end": {
"line": 1,
"column": 2
}
}
}
},
"children": [],
"closing": {
"type": "JSXClosingFragment",
"span": {
"start": 4,
"end": 5,
"ctxt": 0,
"loc": {
"start": {
"line": 1,
"column": 4
},
"end": {
"line": 1,
"column": 5
}
}
}
}
}
],
"interpreter": null
}