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/binding-input-checked/errors.json

15 lines
248 B

8 years ago
[{
"code": "invalid-binding",
8 years ago
"message": "'checked' binding can only be used with <input type=\"checkbox\">",
"start": {
"line": 5,
"column": 7,
"character": 37
8 years ago
},
"end": {
"line": 5,
"column": 25,
"character": 55
},
"pos": 37
8 years ago
}]