swc/crates/swc_xml_parser/tests/fixture/comment-no-dtd/output.json
2022-12-03 03:52:48 +00:00

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": []
}
]
}