mirror of
https://github.com/swc-project/swc.git
synced 2024-12-11 07:35:15 +03:00
148 lines
3.6 KiB
JSON
148 lines
3.6 KiB
JSON
{
|
||
"type": "Document",
|
||
"span": {
|
||
"start": 1,
|
||
"end": 103,
|
||
"ctxt": 0
|
||
},
|
||
"mode": "no-quirks",
|
||
"children": [
|
||
{
|
||
"type": "DocumentType",
|
||
"span": {
|
||
"start": 1,
|
||
"end": 16,
|
||
"ctxt": 0
|
||
},
|
||
"name": "html",
|
||
"publicId": null,
|
||
"systemId": null,
|
||
"raw": "<!doctype html>"
|
||
},
|
||
{
|
||
"type": "Element",
|
||
"span": {
|
||
"start": 0,
|
||
"end": 0,
|
||
"ctxt": 0
|
||
},
|
||
"tagName": "html",
|
||
"namespace": "http://www.w3.org/1999/xhtml",
|
||
"attributes": [],
|
||
"children": [
|
||
{
|
||
"type": "Element",
|
||
"span": {
|
||
"start": 0,
|
||
"end": 0,
|
||
"ctxt": 0
|
||
},
|
||
"tagName": "head",
|
||
"namespace": "http://www.w3.org/1999/xhtml",
|
||
"attributes": [],
|
||
"children": [
|
||
{
|
||
"type": "Element",
|
||
"span": {
|
||
"start": 16,
|
||
"end": 36,
|
||
"ctxt": 0
|
||
},
|
||
"tagName": "meta",
|
||
"namespace": "http://www.w3.org/1999/xhtml",
|
||
"attributes": [
|
||
{
|
||
"type": "Attribute",
|
||
"span": {
|
||
"start": 22,
|
||
"end": 35,
|
||
"ctxt": 0
|
||
},
|
||
"namespace": null,
|
||
"prefix": null,
|
||
"name": "charset",
|
||
"rawName": "charset",
|
||
"value": "utf-8",
|
||
"rawValue": "utf-8"
|
||
}
|
||
],
|
||
"children": [],
|
||
"content": null,
|
||
"isSelfClosing": false
|
||
},
|
||
{
|
||
"type": "Element",
|
||
"span": {
|
||
"start": 36,
|
||
"end": 65,
|
||
"ctxt": 0
|
||
},
|
||
"tagName": "title",
|
||
"namespace": "http://www.w3.org/1999/xhtml",
|
||
"attributes": [],
|
||
"children": [
|
||
{
|
||
"type": "Text",
|
||
"span": {
|
||
"start": 43,
|
||
"end": 57,
|
||
"ctxt": 0
|
||
},
|
||
"data": "�",
|
||
"raw": "&#x110000;"
|
||
}
|
||
],
|
||
"content": null,
|
||
"isSelfClosing": false
|
||
}
|
||
],
|
||
"content": null,
|
||
"isSelfClosing": false
|
||
},
|
||
{
|
||
"type": "Element",
|
||
"span": {
|
||
"start": 0,
|
||
"end": 0,
|
||
"ctxt": 0
|
||
},
|
||
"tagName": "body",
|
||
"namespace": "http://www.w3.org/1999/xhtml",
|
||
"attributes": [],
|
||
"children": [
|
||
{
|
||
"type": "Element",
|
||
"span": {
|
||
"start": 65,
|
||
"end": 103,
|
||
"ctxt": 0
|
||
},
|
||
"tagName": "p",
|
||
"namespace": "http://www.w3.org/1999/xhtml",
|
||
"attributes": [],
|
||
"children": [
|
||
{
|
||
"type": "Text",
|
||
"span": {
|
||
"start": 68,
|
||
"end": 103,
|
||
"ctxt": 0
|
||
},
|
||
"data": "There should be an error.<2E>",
|
||
"raw": "There should be an error.�"
|
||
}
|
||
],
|
||
"content": null,
|
||
"isSelfClosing": false
|
||
}
|
||
],
|
||
"content": null,
|
||
"isSelfClosing": false
|
||
}
|
||
],
|
||
"content": null,
|
||
"isSelfClosing": false
|
||
}
|
||
]
|
||
}
|