UNPKG

svelte-parse

Version:

An increidbly relaxed svelte-parser

153 lines (152 loc) 2.31 kB
{ "type": "root", "children": [ { "type": "svelteScript", "tagName": "script", "properties": [], "selfClosing": false, "children": [ { "type": "text", "value": "\n\tlet name = 'world';\n\n\t// trailing line comment\n", "position": { "start": { "line": 1, "column": 9, "offset": 8 }, "end": { "line": 5, "column": 1, "offset": 57 } } } ], "position": { "start": { "line": 1, "column": 1, "offset": 0 }, "end": { "line": 5, "column": 10, "offset": 66 } } }, { "type": "text", "value": "\n\n", "position": { "start": { "line": 5, "column": 10, "offset": 66 }, "end": { "line": 7, "column": 1, "offset": 68 } } }, { "type": "svelteElement", "tagName": "h1", "properties": [], "selfClosing": false, "children": [ { "type": "text", "value": "Hello ", "position": { "start": { "line": 7, "column": 5, "offset": 72 }, "end": { "line": 7, "column": 11, "offset": 78 } } }, { "type": "svelteDynamicContent", "position": { "start": { "line": 7, "column": 11, "offset": 78 }, "end": { "line": 7, "column": 17, "offset": 84 } }, "expression": { "type": "svelteExpression", "value": "name", "position": { "start": { "line": 7, "column": 12, "offset": 79 }, "end": { "line": 7, "column": 16, "offset": 83 } } } }, { "type": "text", "value": "!", "position": { "start": { "line": 7, "column": 17, "offset": 84 }, "end": { "line": 7, "column": 18, "offset": 85 } } } ], "position": { "start": { "line": 7, "column": 1, "offset": 68 }, "end": { "line": 7, "column": 23, "offset": 90 } } } ], "position": { "start": { "column": 1, "line": 1, "offset": 0 }, "end": { "line": 7, "column": 23, "offset": 90 } } }