mirror of https://github.com/sveltejs/svelte
parent
9fd6c3d408
commit
e3e91d45ea
@ -0,0 +1,3 @@
|
|||||||
|
export default function readStyle () {
|
||||||
|
throw new Error( 'TODO <style>' );
|
||||||
|
}
|
@ -0,0 +1 @@
|
|||||||
|
<div class='foo'></div>
|
@ -0,0 +1,34 @@
|
|||||||
|
{
|
||||||
|
"html": {
|
||||||
|
"start": 0,
|
||||||
|
"end": 23,
|
||||||
|
"type": "Fragment",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"start": 0,
|
||||||
|
"end": 23,
|
||||||
|
"type": "Element",
|
||||||
|
"name": "div",
|
||||||
|
"attributes": [
|
||||||
|
{
|
||||||
|
"start": 5,
|
||||||
|
"end": 16,
|
||||||
|
"type": "Attribute",
|
||||||
|
"name": "class",
|
||||||
|
"value": [
|
||||||
|
{
|
||||||
|
"start": 12,
|
||||||
|
"end": 15,
|
||||||
|
"type": "Text",
|
||||||
|
"data": "foo"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"children": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"css": null,
|
||||||
|
"js": null
|
||||||
|
}
|
Loading…
Reference in new issue