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/animation-not-in-each/errors.json

15 lines
276 B

[{
"code": "invalid-animation",
"message": "An element that use the animate directive must be the immediate child of a keyed each block",
"start": {
"line": 5,
"column": 5,
"character": 44
},
"end": {
"line": 5,
"column": 16,
"character": 55
},
"pos": 44
}]