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-slot-placement-2/errors.json

10 lines
236 B

[
{
"code": "invalid-slotted-content",
"message": "<svelte:fragment> must be a child of a component",
"start": { "line": 5, "column": 0, "character": 59 },
"end": { "line": 7, "column": 18, "character": 112 },
"pos": 59
}
]