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: red; }\n", "position": { "start": { "line": 1, "column": 8, "offset": 7 }, "end": { "line": 3, "column": 1, "offset": 32 } } } ], "position": { "start": { "line": 1, "column": 1, "offset": 0 }, "end": { "line": 3, "column": 9, "offset": 40 } } }, { "type": "text", "value": "\n\n", "position": { "start": { "line": 3, "column": 9, "offset": 40 }, "end": { "line": 5, "column": 1, "offset": 42 } } }, { "type": "svelteElement", "tagName": "strong", "properties": [], "selfClosing": false, "children": [ { "type": "text", "value": "red thing", "position": { "start": { "line": 5, "column": 9, "offset": 50 }, "end": { "line": 5, "column": 18, "offset": 59 } } } ], "position": { "start": { "line": 5, "column": 1, "offset": 42 }, "end": { "line": 5, "column": 27, "offset": 68 } } } ], "position": { "start": { "column": 1, "line": 1, "offset": 0 }, "end": { "line": 5, "column": 27, "offset": 68 } } }