UNPKG

svelte-parse

Version:

An increidbly relaxed svelte-parser

305 lines (304 loc) 5 kB
{ "type": "root", "children": [ { "type": "svelteScript", "tagName": "script", "properties": [], "selfClosing": false, "children": [ { "type": "text", "value": "\n\tlet m = { x: 0, y: 0 };\n\n\tfunction handleMousemove(event) {\n\t\tm.x = event.clientX;\n\t\tm.y = event.clientY;\n\t}\n", "position": { "start": { "line": 1, "column": 9, "offset": 8 }, "end": { "line": 8, "column": 1, "offset": 119 } } } ], "position": { "start": { "line": 1, "column": 1, "offset": 0 }, "end": { "line": 8, "column": 10, "offset": 128 } } }, { "type": "text", "value": "\n\n", "position": { "start": { "line": 8, "column": 10, "offset": 128 }, "end": { "line": 10, "column": 1, "offset": 130 } } }, { "type": "svelteStyle", "tagName": "style", "properties": [], "selfClosing": false, "children": [ { "type": "text", "value": "\n\tdiv { width: 100%; height: 100%; }\n", "position": { "start": { "line": 10, "column": 8, "offset": 137 }, "end": { "line": 12, "column": 1, "offset": 174 } } } ], "position": { "start": { "line": 10, "column": 1, "offset": 130 }, "end": { "line": 12, "column": 9, "offset": 182 } } }, { "type": "text", "value": "\n\n", "position": { "start": { "line": 12, "column": 9, "offset": 182 }, "end": { "line": 14, "column": 1, "offset": 184 } } }, { "type": "svelteElement", "tagName": "div", "properties": [ { "type": "svelteDirective", "name": "on", "value": [ { "type": "svelteDynamicContent", "position": { "start": { "line": 14, "column": 19, "offset": 202 }, "end": { "line": 14, "column": 36, "offset": 219 } }, "expression": { "type": "svelteExpression", "value": "handleMousemove", "position": { "start": { "line": 14, "column": 20, "offset": 203 }, "end": { "line": 14, "column": 35, "offset": 218 } } } } ], "modifiers": [], "shorthand": "none", "position": { "start": { "line": 14, "column": 6, "offset": 189 }, "end": { "line": 14, "column": 36, "offset": 219 } }, "specifier": "mousemove" } ], "selfClosing": false, "children": [ { "type": "text", "value": "\n\tThe mouse position is ", "position": { "start": { "line": 14, "column": 37, "offset": 220 }, "end": { "line": 15, "column": 24, "offset": 244 } } }, { "type": "svelteDynamicContent", "position": { "start": { "line": 15, "column": 24, "offset": 244 }, "end": { "line": 15, "column": 29, "offset": 249 } }, "expression": { "type": "svelteExpression", "value": "m.x", "position": { "start": { "line": 15, "column": 25, "offset": 245 }, "end": { "line": 15, "column": 28, "offset": 248 } } } }, { "type": "text", "value": " x ", "position": { "start": { "line": 15, "column": 29, "offset": 249 }, "end": { "line": 15, "column": 32, "offset": 252 } } }, { "type": "svelteDynamicContent", "position": { "start": { "line": 15, "column": 32, "offset": 252 }, "end": { "line": 15, "column": 37, "offset": 257 } }, "expression": { "type": "svelteExpression", "value": "m.y", "position": { "start": { "line": 15, "column": 33, "offset": 253 }, "end": { "line": 15, "column": 36, "offset": 256 } } } }, { "type": "text", "value": "\n", "position": { "start": { "line": 15, "column": 37, "offset": 257 }, "end": { "line": 16, "column": 1, "offset": 258 } } } ], "position": { "start": { "line": 14, "column": 1, "offset": 184 }, "end": { "line": 16, "column": 7, "offset": 264 } } } ], "position": { "start": { "column": 1, "line": 1, "offset": 0 }, "end": { "line": 16, "column": 7, "offset": 264 } } }