mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
94 lines
2.1 KiB
JSON
94 lines
2.1 KiB
JSON
|
{
|
||
|
"type": "Document",
|
||
|
"span": {
|
||
|
"start": 0,
|
||
|
"end": 42,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"mode": "no-quirks",
|
||
|
"children": [
|
||
|
{
|
||
|
"type": "Element",
|
||
|
"span": {
|
||
|
"start": 0,
|
||
|
"end": 42,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"tagName": "html",
|
||
|
"namespace": "http://www.w3.org/1999/xhtml",
|
||
|
"attributes": [],
|
||
|
"children": [
|
||
|
{
|
||
|
"type": "Element",
|
||
|
"span": {
|
||
|
"start": 0,
|
||
|
"end": 1,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"tagName": "head",
|
||
|
"namespace": "http://www.w3.org/1999/xhtml",
|
||
|
"attributes": [],
|
||
|
"children": [],
|
||
|
"content": null
|
||
|
},
|
||
|
{
|
||
|
"type": "Element",
|
||
|
"span": {
|
||
|
"start": 0,
|
||
|
"end": 42,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"tagName": "body",
|
||
|
"namespace": "http://www.w3.org/1999/xhtml",
|
||
|
"attributes": [],
|
||
|
"children": [
|
||
|
{
|
||
|
"type": "Text",
|
||
|
"span": {
|
||
|
"start": 0,
|
||
|
"end": 3,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"value": "FOO"
|
||
|
},
|
||
|
{
|
||
|
"type": "Element",
|
||
|
"span": {
|
||
|
"start": 3,
|
||
|
"end": 30,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"tagName": "script",
|
||
|
"namespace": "http://www.w3.org/1999/xhtml",
|
||
|
"attributes": [],
|
||
|
"children": [
|
||
|
{
|
||
|
"type": "Text",
|
||
|
"span": {
|
||
|
"start": 11,
|
||
|
"end": 30,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"value": "'<!-- <sCrIpt> -->'"
|
||
|
}
|
||
|
],
|
||
|
"content": null
|
||
|
},
|
||
|
{
|
||
|
"type": "Text",
|
||
|
"span": {
|
||
|
"start": 39,
|
||
|
"end": 42,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"value": "BAR"
|
||
|
}
|
||
|
],
|
||
|
"content": null
|
||
|
}
|
||
|
],
|
||
|
"content": null
|
||
|
}
|
||
|
]
|
||
|
}
|