mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
24 lines
379 B
JSON
24 lines
379 B
JSON
|
{
|
||
|
"type": "DocumentFragment",
|
||
|
"span": {
|
||
|
"start": 0,
|
||
|
"end": 42,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"children": [
|
||
|
{
|
||
|
"type": "Element",
|
||
|
"span": {
|
||
|
"start": 37,
|
||
|
"end": 42,
|
||
|
"ctxt": 0
|
||
|
},
|
||
|
"tagName": "div",
|
||
|
"namespace": "http://www.w3.org/1999/xhtml",
|
||
|
"attributes": [],
|
||
|
"children": [],
|
||
|
"content": null
|
||
|
}
|
||
|
]
|
||
|
}
|