mirror of https://github.com/sveltejs/svelte
parent
b5513497a1
commit
68464ca94f
@ -1,15 +1,15 @@
|
|||||||
[{
|
[{
|
||||||
"code": "invalid-namespace-property",
|
"code": "invalid-namespace-property",
|
||||||
"message": "Invalid namespace 'lol'",
|
"message": "Invalid namespace 'lol'",
|
||||||
"pos": 29,
|
"pos": 13,
|
||||||
"start": {
|
"start": {
|
||||||
"line": 3,
|
"line": 1,
|
||||||
"column": 2,
|
"column": 13,
|
||||||
"character": 29
|
"character": 13
|
||||||
},
|
},
|
||||||
"end": {
|
"end": {
|
||||||
"line": 3,
|
"line": 1,
|
||||||
"column": 18,
|
"column": 28,
|
||||||
"character": 45
|
"character": 28
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
[{
|
[{
|
||||||
"code": "invalid-namespace-property",
|
"code": "invalid-namespace-property",
|
||||||
"message": "Invalid namespace 'http://www.w3.org/1999/svg' (did you mean 'http://www.w3.org/2000/svg'?)",
|
"message": "Invalid namespace 'http://www.w3.org/1999/svg' (did you mean 'http://www.w3.org/2000/svg'?)",
|
||||||
"pos": 29,
|
"pos": 13,
|
||||||
"start": {
|
"start": {
|
||||||
"line": 3,
|
"line": 1,
|
||||||
"column": 2,
|
"column": 13,
|
||||||
"character": 29
|
"character": 13
|
||||||
},
|
},
|
||||||
"end": {
|
"end": {
|
||||||
"line": 3,
|
"line": 1,
|
||||||
"column": 41,
|
"column": 51,
|
||||||
"character": 68
|
"character": 51
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
[{
|
[{
|
||||||
"code": "invalid-namespace-attribute",
|
"code": "invalid-namespace-attribute",
|
||||||
"message": "The 'namespace' attribute must be a string literal representing a valid namespace",
|
"message": "The 'namespace' attribute must be a string literal representing a valid namespace",
|
||||||
"pos": 79,
|
"pos": 13,
|
||||||
"start": {
|
"start": {
|
||||||
"line": 5,
|
"line": 1,
|
||||||
"column": 2,
|
"column": 13,
|
||||||
"character": 79
|
"character": 13
|
||||||
},
|
},
|
||||||
"end": {
|
"end": {
|
||||||
"line": 5,
|
"line": 1,
|
||||||
"column": 11,
|
"column": 27,
|
||||||
"character": 88
|
"character": 27
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
|
Loading…
Reference in new issue