UNPKG

svelte-parse

Version:

An increidbly relaxed svelte-parser

106 lines (105 loc) 1.5 kB
{ "type": "root", "children": [ { "type": "svelteElement", "tagName": "div", "properties": [], "selfClosing": false, "children": [ { "type": "text", "value": "foo", "position": { "start": { "line": 1, "column": 6, "offset": 5 }, "end": { "line": 1, "column": 9, "offset": 8 } } } ], "position": { "start": { "line": 1, "column": 1, "offset": 0 }, "end": { "line": 1, "column": 15, "offset": 14 } } }, { "type": "text", "value": "\n\n", "position": { "start": { "line": 1, "column": 15, "offset": 14 }, "end": { "line": 3, "column": 1, "offset": 16 } } }, { "type": "svelteStyle", "tagName": "style", "properties": [], "selfClosing": false, "children": [ { "type": "text", "value": "\n\tdiv {\n\t\tcolor: red;\n\t}\n", "position": { "start": { "line": 3, "column": 8, "offset": 23 }, "end": { "line": 7, "column": 1, "offset": 48 } } } ], "position": { "start": { "line": 3, "column": 1, "offset": 16 }, "end": { "line": 7, "column": 9, "offset": 56 } } } ], "position": { "start": { "column": 1, "line": 1, "offset": 0 }, "end": { "line": 7, "column": 9, "offset": 56 } } }