svelte-parse
Version:
An increidbly relaxed svelte-parser
200 lines (199 loc) • 3.57 kB
JSON
{
"type": "root",
"children": [
{
"type": "svelteBranchingBlock",
"name": "each",
"branches": [
{
"type": "svelteBranch",
"name": "each",
"expression": {
"type": "svelteExpression",
"value": "animals as animal, i",
"position": {
"start": {
"line": 1,
"column": 8,
"offset": 7
},
"end": {
"line": 1,
"column": 28,
"offset": 27
}
}
},
"children": [
{
"type": "text",
"value": "\n\t",
"position": {
"start": {
"line": 1,
"column": 29,
"offset": 28
},
"end": {
"line": 2,
"column": 2,
"offset": 30
}
}
},
{
"type": "svelteElement",
"tagName": "p",
"properties": [],
"selfClosing": false,
"children": [
{
"type": "svelteDynamicContent",
"position": {
"start": {
"line": 2,
"column": 5,
"offset": 33
},
"end": {
"line": 2,
"column": 8,
"offset": 36
}
},
"expression": {
"type": "svelteExpression",
"value": "i",
"position": {
"start": {
"line": 2,
"column": 6,
"offset": 34
},
"end": {
"line": 2,
"column": 7,
"offset": 35
}
}
}
},
{
"type": "text",
"value": ": ",
"position": {
"start": {
"line": 2,
"column": 8,
"offset": 36
},
"end": {
"line": 2,
"column": 10,
"offset": 38
}
}
},
{
"type": "svelteDynamicContent",
"position": {
"start": {
"line": 2,
"column": 10,
"offset": 38
},
"end": {
"line": 2,
"column": 18,
"offset": 46
}
},
"expression": {
"type": "svelteExpression",
"value": "animal",
"position": {
"start": {
"line": 2,
"column": 11,
"offset": 39
},
"end": {
"line": 2,
"column": 17,
"offset": 45
}
}
}
}
],
"position": {
"start": {
"line": 2,
"column": 2,
"offset": 30
},
"end": {
"line": 2,
"column": 22,
"offset": 50
}
}
},
{
"type": "text",
"value": "\n",
"position": {
"start": {
"line": 2,
"column": 22,
"offset": 50
},
"end": {
"line": 3,
"column": 1,
"offset": 51
}
}
}
],
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 3,
"column": 1,
"offset": 51
}
}
}
],
"position": {
"start": {
"line": 1,
"column": 1,
"offset": 0
},
"end": {
"line": 3,
"column": 8,
"offset": 58
}
}
}
],
"position": {
"start": {
"column": 1,
"line": 1,
"offset": 0
},
"end": {
"line": 3,
"column": 8,
"offset": 58
}
}
}