UNPKG

svelte-parse

Version:

An increidbly relaxed svelte-parser

240 lines (239 loc) 4.08 kB
{ "type": "root", "children": [ { "type": "svelteBranchingBlock", "name": "if", "branches": [ { "type": "svelteBranch", "name": "if", "expression": { "type": "svelteExpression", "value": "x > 10", "position": { "start": { "line": 1, "column": 6, "offset": 5 }, "end": { "line": 1, "column": 12, "offset": 11 } } }, "children": [ { "type": "text", "value": "\n\t", "position": { "start": { "line": 1, "column": 13, "offset": 12 }, "end": { "line": 2, "column": 2, "offset": 14 } } }, { "type": "svelteElement", "tagName": "p", "properties": [], "selfClosing": false, "children": [ { "type": "text", "value": "x is greater than 10", "position": { "start": { "line": 2, "column": 5, "offset": 17 }, "end": { "line": 2, "column": 25, "offset": 37 } } } ], "position": { "start": { "line": 2, "column": 2, "offset": 14 }, "end": { "line": 2, "column": 29, "offset": 41 } } }, { "type": "text", "value": "\n", "position": { "start": { "line": 2, "column": 29, "offset": 41 }, "end": { "line": 3, "column": 1, "offset": 42 } } } ], "position": { "start": { "line": 1, "column": 1, "offset": 0 }, "end": { "line": 3, "column": 1, "offset": 42 } } }, { "type": "svelteBranch", "name": "else if", "expression": { "type": "svelteExpression", "value": "x < 5", "position": { "start": { "line": 3, "column": 11, "offset": 52 }, "end": { "line": 3, "column": 16, "offset": 57 } } }, "children": [ { "type": "text", "value": "\n\t", "position": { "start": { "line": 3, "column": 17, "offset": 58 }, "end": { "line": 4, "column": 2, "offset": 60 } } }, { "type": "svelteElement", "tagName": "p", "properties": [], "selfClosing": false, "children": [ { "type": "text", "value": "x is less than 5", "position": { "start": { "line": 4, "column": 5, "offset": 63 }, "end": { "line": 4, "column": 21, "offset": 79 } } } ], "position": { "start": { "line": 4, "column": 2, "offset": 60 }, "end": { "line": 4, "column": 25, "offset": 83 } } }, { "type": "text", "value": "\n", "position": { "start": { "line": 4, "column": 25, "offset": 83 }, "end": { "line": 5, "column": 1, "offset": 84 } } } ], "position": { "start": { "line": 3, "column": 1, "offset": 42 }, "end": { "line": 5, "column": 1, "offset": 84 } } } ], "position": { "start": { "line": 1, "column": 1, "offset": 0 }, "end": { "line": 5, "column": 6, "offset": 89 } } } ], "position": { "start": { "column": 1, "line": 1, "offset": 0 }, "end": { "line": 5, "column": 6, "offset": 89 } } }