UNPKG

svelte-parse

Version:

An increidbly relaxed svelte-parser

200 lines (199 loc) 3.24 kB
{ "type": "root", "children": [ { "type": "svelteScript", "tagName": "script", "properties": [], "selfClosing": false, "children": [ { "type": "text", "value": "\n\timport { onInterval } from './utils.js';\n\n\tlet seconds = 0;\n\tonInterval(() => seconds += 1, 1000);\n", "position": { "start": { "line": 1, "column": 9, "offset": 8 }, "end": { "line": 6, "column": 1, "offset": 109 } } } ], "position": { "start": { "line": 1, "column": 1, "offset": 0 }, "end": { "line": 6, "column": 10, "offset": 118 } } }, { "type": "text", "value": "\n\n", "position": { "start": { "line": 6, "column": 10, "offset": 118 }, "end": { "line": 8, "column": 1, "offset": 120 } } }, { "type": "svelteElement", "tagName": "p", "properties": [], "selfClosing": false, "children": [ { "type": "text", "value": "\n\tThe page has been open for\n\t", "position": { "start": { "line": 8, "column": 4, "offset": 123 }, "end": { "line": 10, "column": 2, "offset": 153 } } }, { "type": "svelteDynamicContent", "position": { "start": { "line": 10, "column": 2, "offset": 153 }, "end": { "line": 10, "column": 11, "offset": 162 } }, "expression": { "type": "svelteExpression", "value": "seconds", "position": { "start": { "line": 10, "column": 3, "offset": 154 }, "end": { "line": 10, "column": 10, "offset": 161 } } } }, { "type": "text", "value": " ", "position": { "start": { "line": 10, "column": 11, "offset": 162 }, "end": { "line": 10, "column": 12, "offset": 163 } } }, { "type": "svelteDynamicContent", "position": { "start": { "line": 10, "column": 12, "offset": 163 }, "end": { "line": 10, "column": 50, "offset": 201 } }, "expression": { "type": "svelteExpression", "value": "seconds === 1 ? 'second' : 'seconds'", "position": { "start": { "line": 10, "column": 13, "offset": 164 }, "end": { "line": 10, "column": 49, "offset": 200 } } } }, { "type": "text", "value": "\n", "position": { "start": { "line": 10, "column": 50, "offset": 201 }, "end": { "line": 11, "column": 1, "offset": 202 } } } ], "position": { "start": { "line": 8, "column": 1, "offset": 120 }, "end": { "line": 11, "column": 5, "offset": 206 } } } ], "position": { "start": { "column": 1, "line": 1, "offset": 0 }, "end": { "line": 11, "column": 5, "offset": 206 } } }