You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/test/validator/samples/svelte-fragment-placement/errors.json

9 lines
188 B

[
{
"code": "invalid-slotted-content",
"message": "<svelte:fragment> must be a child of a component",
"start": { "line": 7, "column": 2 },
"end": { "line": 9, "column": 20 }
}
]