UNPKG

svelte-parse

Version:

An increidbly relaxed svelte-parser

243 lines (242 loc) 4.21 kB
{ "type": "root", "children": [ { "type": "svelteBranchingBlock", "name": "each", "branches": [ { "type": "svelteBranch", "name": "each", "expression": { "type": "svelteExpression", "value": "animals as animal", "position": { "start": { "line": 1, "column": 8, "offset": 7 }, "end": { "line": 1, "column": 25, "offset": 24 } } }, "children": [ { "type": "text", "value": "\n\t", "position": { "start": { "line": 1, "column": 26, "offset": 25 }, "end": { "line": 2, "column": 2, "offset": 27 } } }, { "type": "svelteElement", "tagName": "p", "properties": [], "selfClosing": false, "children": [ { "type": "svelteDynamicContent", "position": { "start": { "line": 2, "column": 5, "offset": 30 }, "end": { "line": 2, "column": 13, "offset": 38 } }, "expression": { "type": "svelteExpression", "value": "animal", "position": { "start": { "line": 2, "column": 6, "offset": 31 }, "end": { "line": 2, "column": 12, "offset": 37 } } } } ], "position": { "start": { "line": 2, "column": 2, "offset": 27 }, "end": { "line": 2, "column": 17, "offset": 42 } } }, { "type": "text", "value": "\n", "position": { "start": { "line": 2, "column": 17, "offset": 42 }, "end": { "line": 3, "column": 1, "offset": 43 } } } ], "position": { "start": { "line": 1, "column": 1, "offset": 0 }, "end": { "line": 3, "column": 1, "offset": 43 } } }, { "type": "svelteBranch", "name": "else", "expression": { "type": "svelteExpression", "value": "" }, "children": [ { "type": "text", "value": "\n\t", "position": { "start": { "line": 3, "column": 8, "offset": 50 }, "end": { "line": 4, "column": 2, "offset": 52 } } }, { "type": "svelteElement", "tagName": "p", "properties": [], "selfClosing": false, "children": [ { "type": "text", "value": "no animals", "position": { "start": { "line": 4, "column": 5, "offset": 55 }, "end": { "line": 4, "column": 15, "offset": 65 } } } ], "position": { "start": { "line": 4, "column": 2, "offset": 52 }, "end": { "line": 4, "column": 19, "offset": 69 } } }, { "type": "text", "value": "\n", "position": { "start": { "line": 4, "column": 19, "offset": 69 }, "end": { "line": 5, "column": 1, "offset": 70 } } } ], "position": { "start": { "line": 3, "column": 1, "offset": 43 }, "end": { "line": 5, "column": 1, "offset": 70 } } } ], "position": { "start": { "line": 1, "column": 1, "offset": 0 }, "end": { "line": 5, "column": 8, "offset": 77 } } } ], "position": { "start": { "column": 1, "line": 1, "offset": 0 }, "end": { "line": 5, "column": 8, "offset": 77 } } }