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

15 lines
254 B

[{
"code": "invalid-debug-args",
"message": "{@debug ...} arguments must be identifiers, not arbitrary expressions",
"start": {
"line": 2,
"column": 9,
"character": 13
},
"end": {
"line": 2,
"column": 9,
"character": 13
},
"pos": 13
}]