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

10 lines
236 B

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