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

16 lines
229 B

[{
"code": "invalid-prop",
"message": "'slot' is reserved for future use in named slots",
"start": {
"line": 5,
"column": 8,
"character": 65
},
"end": {
"line": 5,
"column": 18,
"character": 75
},
"pos": 65
}]