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/packages/svelte/tests/validator/samples/snippet-shadowing-prop/errors.json

15 lines
216 B

[
{
"code": "snippet_shadowing_prop",
"message": "This snippet is shadowing the prop `title` with the same name",
"start": {
"column": 1,
"line": 6
},
"end": {
"column": 11,
"line": 8
}
}
]