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/lets-on-component/warnings.json

27 lines
449 B

[
{
"code": "missing-declaration",
"message": "let:count declared on parent component cannot be used inside named slot",
"start": {
"column": 22,
"line": 10
},
"end": {
"column": 27,
"line": 10
}
},
{
"code": "missing-declaration",
"message": "let:count declared on parent component cannot be used inside named slot",
"start": {
"column": 22,
"line": 25
},
"end": {
"column": 27,
"line": 25
}
}
]