swc/crates/swc_html_parser/tests/fixture/comment/basic/output.json
2022-04-25 23:45:14 +00:00

231 lines
5.5 KiB
JSON

{
"type": "Document",
"span": {
"start": 0,
"end": 193,
"ctxt": 0
},
"mode": "no-quirks",
"children": [
{
"type": "Comment",
"span": {
"start": 0,
"end": 13,
"ctxt": 0
},
"data": " test "
},
{
"type": "Comment",
"span": {
"start": 15,
"end": 27,
"ctxt": 0
},
"data": " foo "
},
{
"type": "Element",
"span": {
"start": 0,
"end": 184,
"ctxt": 0
},
"tagName": "html",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 0,
"end": 32,
"ctxt": 0
},
"tagName": "head",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [],
"content": null
},
{
"type": "Element",
"span": {
"start": 0,
"end": 184,
"ctxt": 0
},
"tagName": "body",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Element",
"span": {
"start": 27,
"end": 35,
"ctxt": 0
},
"tagName": "div",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 32,
"end": 35,
"ctxt": 0
},
"value": "baz"
}
],
"content": null
},
{
"type": "Comment",
"span": {
"start": 41,
"end": 58,
"ctxt": 0
},
"data": " bar\n\nmoo "
},
{
"type": "Text",
"span": {
"start": 58,
"end": 59,
"ctxt": 0
},
"value": "\n"
},
{
"type": "Element",
"span": {
"start": 59,
"end": 84,
"ctxt": 0
},
"tagName": "script",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 67,
"end": 84,
"ctxt": 0
},
"value": "<!-- alert(1) -->"
}
],
"content": null
},
{
"type": "Text",
"span": {
"start": 93,
"end": 94,
"ctxt": 0
},
"value": "\n"
},
{
"type": "Element",
"span": {
"start": 94,
"end": 115,
"ctxt": 0
},
"tagName": "script",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 102,
"end": 115,
"ctxt": 0
},
"value": "alert('<!--')"
}
],
"content": null
},
{
"type": "Text",
"span": {
"start": 124,
"end": 125,
"ctxt": 0
},
"value": "\n"
},
{
"type": "Element",
"span": {
"start": 125,
"end": 154,
"ctxt": 0
},
"tagName": "script",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 133,
"end": 154,
"ctxt": 0
},
"value": "alert('<!-- foo -->')"
}
],
"content": null
},
{
"type": "Text",
"span": {
"start": 163,
"end": 164,
"ctxt": 0
},
"value": "\n"
},
{
"type": "Element",
"span": {
"start": 164,
"end": 184,
"ctxt": 0
},
"tagName": "script",
"namespace": "http://www.w3.org/1999/xhtml",
"attributes": [],
"children": [
{
"type": "Text",
"span": {
"start": 172,
"end": 184,
"ctxt": 0
},
"value": "alert('-->')"
}
],
"content": null
}
],
"content": null
}
],
"content": null
}
]
}