svelte-parse
Version:
An increidbly relaxed svelte-parser
57 lines (56 loc) • 811 B
JSON
{
"type": "root",
"children": [
{
"type": "svelteElement",
"tagName": "textarea",
"properties": [
{
"type": "svelteProperty",
"name": "readonly",
"value": [],
"modifiers": [],
"shorthand": "boolean",
"position": {
"start": {
"line": 1,
"column": 11,
"offset": 10
},
"end": {
"line": 1,
"column": 19,
"offset": 18
}
}
}
],
"selfClosing": false,
"children": [],
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 31,
"offset": 30
}
}
}
],
"position": {
"start": {
"column": 1,
"line": 1,
"offset": 0
},
"end": {
"line": 1,
"column": 31,
"offset": 30
}
}
}