pull/8304/head
tanhauhau 4 years ago
parent 4716da43dc
commit dde5f30a5c

@ -2,8 +2,7 @@
{
"code": "duplicate-slot-name-in-component",
"message": "Duplicate slot name \"foo\" in <Nested>",
"start": { "line": 7, "column": 1, "character": 96 },
"end": { "line": 7, "column": 26, "character": 121 },
"pos": 96
"start": { "line": 7, "column": 1 },
"end": { "line": 7, "column": 26 }
}
]

@ -2,8 +2,7 @@
{
"code": "duplicate-slot-name-in-component",
"message": "Duplicate slot name \"a\" in <Nested>",
"start": { "line": 11, "column": 2, "character": 179 },
"end": { "line": 13, "column": 20, "character": 245 },
"pos": 179
"start": { "line": 11, "column": 2 },
"end": { "line": 13, "column": 20 }
}
]

@ -2,8 +2,7 @@
{
"code": "duplicate-slot-name-in-component",
"message": "Duplicate slot name \"foo\" in <Nested>",
"start": { "line": 7, "column": 1, "character": 124 },
"end": { "line": 7, "column": 54, "character": 177 },
"pos": 124
"start": { "line": 7, "column": 1 },
"end": { "line": 7, "column": 54 }
}
]

@ -2,8 +2,7 @@
{
"code": "duplicate-slot-name-in-component",
"message": "Duplicate slot name \"foo\" in <Nested>",
"start": { "line": 7, "column": 1, "character": 124 },
"end": { "line": 7, "column": 26, "character": 149 },
"pos": 124
"start": { "line": 7, "column": 1 },
"end": { "line": 7, "column": 26 }
}
]

@ -2,8 +2,7 @@
{
"code": "duplicate-slot-name-in-component",
"message": "Found elements without slot attribute when using slot=\"default\"",
"start": { "line": 6, "column": 1, "character": 69 },
"end": { "line": 6, "column": 56, "character": 124 },
"pos": 69
"start": { "line": 6, "column": 1 },
"end": { "line": 6, "column": 56 }
}
]

@ -2,8 +2,7 @@
{
"code": "duplicate-slot-name-in-component",
"message": "Found elements without slot attribute when using slot=\"default\"",
"start": { "line": 11, "column": 2, "character": 154 },
"end": { "line": 13, "column": 20, "character": 226 },
"pos": 154
"start": { "line": 11, "column": 2 },
"end": { "line": 13, "column": 20 }
}
]

@ -2,8 +2,7 @@
{
"code": "duplicate-slot-name-in-component",
"message": "Duplicate slot name \"a\" in <Nested>",
"start": { "line": 20, "column": 5, "character": 333 },
"end": { "line": 22, "column": 23, "character": 405 },
"pos": 333
"start": { "line": 20, "column": 5 },
"end": { "line": 22, "column": 23 }
}
]

@ -2,8 +2,7 @@
{
"code": "duplicate-slot-name-in-component",
"message": "Duplicate slot name \"a\" in <Nested>",
"start": { "line": 24, "column": 5, "character": 424 },
"end": { "line": 26, "column": 23, "character": 496 },
"pos": 424
"start": { "line": 24, "column": 5 },
"end": { "line": 26, "column": 23 }
}
]

@ -2,8 +2,7 @@
{
"code": "duplicate-slot-name-in-component",
"message": "Duplicate slot name \"d\" in <Component>",
"start": { "line": 13, "column": 1, "character": 195 },
"end": { "line": 15, "column": 19, "character": 259 },
"pos": 195
"start": { "line": 13, "column": 1 },
"end": { "line": 15, "column": 19 }
}
]

@ -2,8 +2,7 @@
{
"code": "invalid-mix-element-and-conditional-slot",
"message": "Do not mix <svelte:fragment> and other elements under the same {#if}{:else} group. Default slot content should be wrapped with <svelte:fragment slot=\"default\">",
"start": { "line": 10, "column": 2, "character": 139 },
"end": { "line": 12, "column": 20, "character": 196 },
"pos": 139
"start": { "line": 10, "column": 2 },
"end": { "line": 12, "column": 20 }
}
]

@ -2,8 +2,7 @@
{
"code": "invalid-mix-element-and-conditional-slot",
"message": "Do not mix <svelte:fragment> and other elements under the same {#if}{:else} group. Default slot content should be wrapped with <svelte:fragment slot=\"default\">",
"start": { "line": 9, "column": 6, "character": 124 },
"end": { "line": 9, "column": 36, "character": 154 },
"pos": 124
"start": { "line": 9, "column": 6 },
"end": { "line": 9, "column": 36 }
}
]

@ -2,8 +2,7 @@
{
"code": "invalid-mix-element-and-conditional-slot",
"message": "Do not mix <svelte:fragment> and other elements under the same {#if}{:else} group. Default slot content should be wrapped with <svelte:fragment slot=\"default\">",
"start": { "line": 11, "column": 2, "character": 170 },
"end": { "line": 11, "column": 19, "character": 187 },
"pos": 170
"start": { "line": 11, "column": 2 },
"end": { "line": 11, "column": 19 }
}
]

Loading…
Cancel
Save