svelte-parse
Version:
An increidbly relaxed svelte-parser
153 lines (152 loc) • 2.33 kB
JSON
{
"type": "root",
"children": [
{
"type": "svelteScript",
"tagName": "script",
"properties": [],
"selfClosing": false,
"children": [
{
"type": "text",
"value": "\n\tlet name = 'world';\n\n\t/*\n\t\ttrailing multiline comment\n\t*/\n",
"position": {
"start": {
"line": 1,
"column": 9,
"offset": 8
},
"end": {
"line": 7,
"column": 1,
"offset": 68
}
}
}
],
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 7,
"column": 10,
"offset": 77
}
}
},
{
"type": "text",
"value": "\n\n",
"position": {
"start": {
"line": 7,
"column": 10,
"offset": 77
},
"end": {
"line": 9,
"column": 1,
"offset": 79
}
}
},
{
"type": "svelteElement",
"tagName": "h1",
"properties": [],
"selfClosing": false,
"children": [
{
"type": "text",
"value": "Hello ",
"position": {
"start": {
"line": 9,
"column": 5,
"offset": 83
},
"end": {
"line": 9,
"column": 11,
"offset": 89
}
}
},
{
"type": "svelteDynamicContent",
"position": {
"start": {
"line": 9,
"column": 11,
"offset": 89
},
"end": {
"line": 9,
"column": 17,
"offset": 95
}
},
"expression": {
"type": "svelteExpression",
"value": "name",
"position": {
"start": {
"line": 9,
"column": 12,
"offset": 90
},
"end": {
"line": 9,
"column": 16,
"offset": 94
}
}
}
},
{
"type": "text",
"value": "!",
"position": {
"start": {
"line": 9,
"column": 17,
"offset": 95
},
"end": {
"line": 9,
"column": 18,
"offset": 96
}
}
}
],
"position": {
"start": {
"line": 9,
"column": 1,
"offset": 79
},
"end": {
"line": 9,
"column": 23,
"offset": 101
}
}
}
],
"position": {
"start": {
"column": 1,
"line": 1,
"offset": 0
},
"end": {
"line": 9,
"column": 23,
"offset": 101
}
}
}