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/missing-custom-element-comp.../warnings.json

18 lines
352 B

[
{
"code": "missing-custom-element-compile-options",
"end": {
"character": 36,
"column": 36,
"line": 1
},
"message": "tag name is used when compiling the compenent as a custom element. Did you forgot to add \"customElement\" for compile options?",
"pos": 16,
"start": {
"character": 16,
"column": 16,
"line": 1
}
}
]