UNPKG

svelte-parse

Version:

An increidbly relaxed svelte-parser

386 lines (385 loc) 7.15 kB
{ "type": "root", "children": [ { "type": "svelteScript", "tagName": "script", "properties": [], "selfClosing": false, "children": [ { "type": "text", "value": "\n\tlet user = { loggedIn: false };\n\n\tfunction toggle() {\n\t\tuser.loggedIn = !user.loggedIn;\n\t}\n", "position": { "start": { "line": 1, "column": 9, "offset": 8 }, "end": { "line": 7, "column": 1, "offset": 101 } } } ], "position": { "start": { "line": 1, "column": 1, "offset": 0 }, "end": { "line": 7, "column": 10, "offset": 110 } } }, { "type": "text", "value": "\n\n", "position": { "start": { "line": 7, "column": 10, "offset": 110 }, "end": { "line": 9, "column": 1, "offset": 112 } } }, { "type": "svelteBranchingBlock", "name": "if", "branches": [ { "type": "svelteBranch", "name": "if", "expression": { "type": "svelteExpression", "value": "user.loggedIn", "position": { "start": { "line": 9, "column": 6, "offset": 117 }, "end": { "line": 9, "column": 19, "offset": 130 } } }, "children": [ { "type": "text", "value": "\n\t", "position": { "start": { "line": 9, "column": 20, "offset": 131 }, "end": { "line": 10, "column": 2, "offset": 133 } } }, { "type": "svelteElement", "tagName": "button", "properties": [ { "type": "svelteDirective", "name": "on", "value": [ { "type": "svelteDynamicContent", "position": { "start": { "line": 10, "column": 19, "offset": 150 }, "end": { "line": 10, "column": 27, "offset": 158 } }, "expression": { "type": "svelteExpression", "value": "toggle", "position": { "start": { "line": 10, "column": 20, "offset": 151 }, "end": { "line": 10, "column": 26, "offset": 157 } } } } ], "modifiers": [], "shorthand": "none", "position": { "start": { "line": 10, "column": 10, "offset": 141 }, "end": { "line": 10, "column": 27, "offset": 158 } }, "specifier": "click" } ], "selfClosing": false, "children": [ { "type": "text", "value": "\n\t\tLog out\n\t", "position": { "start": { "line": 10, "column": 28, "offset": 159 }, "end": { "line": 12, "column": 2, "offset": 171 } } } ], "position": { "start": { "line": 10, "column": 2, "offset": 133 }, "end": { "line": 12, "column": 11, "offset": 180 } } }, { "type": "text", "value": "\n", "position": { "start": { "line": 12, "column": 11, "offset": 180 }, "end": { "line": 13, "column": 1, "offset": 181 } } } ], "position": { "start": { "line": 9, "column": 1, "offset": 112 }, "end": { "line": 13, "column": 1, "offset": 181 } } }, { "type": "svelteBranch", "name": "else", "expression": { "type": "svelteExpression", "value": "" }, "children": [ { "type": "text", "value": "\n\t", "position": { "start": { "line": 13, "column": 8, "offset": 188 }, "end": { "line": 14, "column": 2, "offset": 190 } } }, { "type": "svelteElement", "tagName": "button", "properties": [ { "type": "svelteDirective", "name": "on", "value": [ { "type": "svelteDynamicContent", "position": { "start": { "line": 14, "column": 19, "offset": 207 }, "end": { "line": 14, "column": 27, "offset": 215 } }, "expression": { "type": "svelteExpression", "value": "toggle", "position": { "start": { "line": 14, "column": 20, "offset": 208 }, "end": { "line": 14, "column": 26, "offset": 214 } } } } ], "modifiers": [], "shorthand": "none", "position": { "start": { "line": 14, "column": 10, "offset": 198 }, "end": { "line": 14, "column": 27, "offset": 215 } }, "specifier": "click" } ], "selfClosing": false, "children": [ { "type": "text", "value": "\n\t\tLog in\n\t", "position": { "start": { "line": 14, "column": 28, "offset": 216 }, "end": { "line": 16, "column": 2, "offset": 227 } } } ], "position": { "start": { "line": 14, "column": 2, "offset": 190 }, "end": { "line": 16, "column": 11, "offset": 236 } } }, { "type": "text", "value": "\n", "position": { "start": { "line": 16, "column": 11, "offset": 236 }, "end": { "line": 17, "column": 1, "offset": 237 } } } ], "position": { "start": { "line": 13, "column": 1, "offset": 181 }, "end": { "line": 17, "column": 1, "offset": 237 } } } ], "position": { "start": { "line": 9, "column": 1, "offset": 112 }, "end": { "line": 17, "column": 6, "offset": 242 } } } ], "position": { "start": { "column": 1, "line": 1, "offset": 0 }, "end": { "line": 17, "column": 6, "offset": 242 } } }