mirror of
https://github.com/swc-project/swc.git
synced 2024-12-29 16:42:28 +03:00
32 lines
494 B
JSON
32 lines
494 B
JSON
{
|
|
"type": "Document",
|
|
"span": {
|
|
"start": 1,
|
|
"end": 39,
|
|
"ctxt": 0
|
|
},
|
|
"children": [
|
|
{
|
|
"type": "Comment",
|
|
"span": {
|
|
"start": 1,
|
|
"end": 20,
|
|
"ctxt": 0
|
|
},
|
|
"data": " My Comment ",
|
|
"raw": "<!-- My Comment -->"
|
|
},
|
|
{
|
|
"type": "Element",
|
|
"span": {
|
|
"start": 21,
|
|
"end": 39,
|
|
"ctxt": 0
|
|
},
|
|
"tagName": "DocumentElement",
|
|
"attributes": [],
|
|
"children": []
|
|
}
|
|
]
|
|
}
|