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/svg-child-component-undecla.../warnings.json

41 lines
736 B

[{
"message": "<rect> is an SVG element did you forget to add { namespace: 'svg' } ?",
"loc": {
"line": 1,
"column": 0
},
"pos": 0
},
{
"message": "<rect> is an SVG element did you forget to add { namespace: 'svg' } ?",
"loc": {
"column": 1,
"line": 5
},
"pos": 90
},
{
"message": "<rect> is an SVG element did you forget to add { namespace: 'svg' } ?",
"loc": {
"column": 2,
"line": 10
},
"pos": 191
},
{
"message": "<rect> is an SVG element did you forget to add { namespace: 'svg' } ?",
"loc": {
"column": 2,
"line": 20
},
"pos": 333
},
{
"message": "<rect> is an SVG element did you forget to add { namespace: 'svg' } ?",
"loc": {
"column": 2,
"line": 26
},
"pos": 445
}]