mirror of https://github.com/sveltejs/svelte
parent
cb731aa876
commit
4288843576
@ -1,16 +1,19 @@
|
||||
{
|
||||
"html": {
|
||||
"type": "Fragment",
|
||||
"start": 0,
|
||||
"end": 30,
|
||||
"type": "Fragment",
|
||||
"children": [
|
||||
{
|
||||
"type": "Comment",
|
||||
"start": 0,
|
||||
"end": 30,
|
||||
"type": "Comment",
|
||||
"data": " svelte-ignore foo bar ",
|
||||
"ignores": ["foo", "bar"]
|
||||
"ignores": [
|
||||
"foo",
|
||||
"bar"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"html": {
|
||||
"type": "Fragment",
|
||||
"start": 0,
|
||||
"end": 18,
|
||||
"type": "Fragment",
|
||||
"children": [
|
||||
{
|
||||
"type": "Comment",
|
||||
"start": 0,
|
||||
"end": 18,
|
||||
"type": "Comment",
|
||||
"data": " a comment ",
|
||||
"ignores": []
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"html": {
|
||||
"type": "Fragment",
|
||||
"start": 0,
|
||||
"end": 17,
|
||||
"type": "Fragment",
|
||||
"children": [
|
||||
{
|
||||
"type": "Text",
|
||||
"start": 0,
|
||||
"end": 17,
|
||||
"type": "Text",
|
||||
"raw": "Hello & World",
|
||||
"data": "Hello & World"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,17 +1,17 @@
|
||||
{
|
||||
"html": {
|
||||
"type": "Fragment",
|
||||
"start": 0,
|
||||
"end": 6,
|
||||
"type": "Fragment",
|
||||
"children": [
|
||||
{
|
||||
"type": "Element",
|
||||
"start": 0,
|
||||
"end": 6,
|
||||
"type": "Element",
|
||||
"name": "div",
|
||||
"attributes": [],
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in new issue