mirror of https://github.com/sveltejs/svelte
parent
a82b2e9e05
commit
4e3e6a45b6
@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
|
<p>just chillin' over here</p>
|
@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"html": {
|
||||||
|
"start": 6,
|
||||||
|
"end": 36,
|
||||||
|
"type": "Fragment",
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"start": 6,
|
||||||
|
"end": 36,
|
||||||
|
"type": "Element",
|
||||||
|
"name": "p",
|
||||||
|
"attributes": [],
|
||||||
|
"children": [
|
||||||
|
{
|
||||||
|
"start": 9,
|
||||||
|
"end": 32,
|
||||||
|
"type": "Text",
|
||||||
|
"data": "just chillin' over here"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"css": null,
|
||||||
|
"js": null
|
||||||
|
}
|
Loading…
Reference in new issue