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

15 lines
246 B

[
{
"code": "illegal-variable-declaration",
"message": "Cannot declare same variable name which is imported inside <script context=\"module\">",
"start": {
"line": 6,
"column": 1
},
"end": {
"line": 6,
"column": 9
}
}
]