UNPKG

svelte-parse

Version:

An increidbly relaxed svelte-parser

106 lines (105 loc) 1.51 kB
{ "type": "root", "children": [ { "type": "svelteStyle", "tagName": "style", "properties": [], "selfClosing": false, "children": [ { "type": "text", "value": "\n\tstrong { color: blue; }\n", "position": { "start": { "line": 1, "column": 8, "offset": 7 }, "end": { "line": 3, "column": 1, "offset": 33 } } } ], "position": { "start": { "line": 1, "column": 1, "offset": 0 }, "end": { "line": 3, "column": 9, "offset": 41 } } }, { "type": "text", "value": "\n\n", "position": { "start": { "line": 3, "column": 9, "offset": 41 }, "end": { "line": 5, "column": 1, "offset": 43 } } }, { "type": "svelteElement", "tagName": "strong", "properties": [], "selfClosing": false, "children": [ { "type": "text", "value": "blue thing", "position": { "start": { "line": 5, "column": 9, "offset": 51 }, "end": { "line": 5, "column": 19, "offset": 61 } } } ], "position": { "start": { "line": 5, "column": 1, "offset": 43 }, "end": { "line": 5, "column": 28, "offset": 70 } } } ], "position": { "start": { "column": 1, "line": 1, "offset": 0 }, "end": { "line": 5, "column": 28, "offset": 70 } } }