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