mirror of
https://github.com/swc-project/swc.git
synced 2024-12-28 08:04:43 +03:00
21 lines
364 B
JSON
21 lines
364 B
JSON
{
|
|
"type": "DocumentFragment",
|
|
"span": {
|
|
"start": 1,
|
|
"end": 50,
|
|
"ctxt": 0
|
|
},
|
|
"children": [
|
|
{
|
|
"type": "Text",
|
|
"span": {
|
|
"start": 1,
|
|
"end": 50,
|
|
"ctxt": 0
|
|
},
|
|
"data": "textarea content with <em>pseudo</em> <foo>markup",
|
|
"raw": "textarea content with <em>pseudo</em> <foo>markup"
|
|
}
|
|
]
|
|
}
|