|
|
@ -3,11 +3,11 @@
|
|
|
|
"code": "element_invalid_self_closing_tag",
|
|
|
|
"code": "element_invalid_self_closing_tag",
|
|
|
|
"message": "Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`",
|
|
|
|
"message": "Self-closing HTML tags for non-void elements are ambiguous — use `<div ...></div>` rather than `<div ... />`",
|
|
|
|
"start": {
|
|
|
|
"start": {
|
|
|
|
"line": 8,
|
|
|
|
"line": 9,
|
|
|
|
"column": 0
|
|
|
|
"column": 0
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"end": {
|
|
|
|
"end": {
|
|
|
|
"line": 8,
|
|
|
|
"line": 9,
|
|
|
|
"column": 7
|
|
|
|
"column": 7
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -15,11 +15,11 @@
|
|
|
|
"code": "element_invalid_self_closing_tag",
|
|
|
|
"code": "element_invalid_self_closing_tag",
|
|
|
|
"message": "Self-closing HTML tags for non-void elements are ambiguous — use `<my-thing ...></my-thing>` rather than `<my-thing ... />`",
|
|
|
|
"message": "Self-closing HTML tags for non-void elements are ambiguous — use `<my-thing ...></my-thing>` rather than `<my-thing ... />`",
|
|
|
|
"start": {
|
|
|
|
"start": {
|
|
|
|
"line": 9,
|
|
|
|
"line": 10,
|
|
|
|
"column": 0
|
|
|
|
"column": 0
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"end": {
|
|
|
|
"end": {
|
|
|
|
"line": 9,
|
|
|
|
"line": 10,
|
|
|
|
"column": 12
|
|
|
|
"column": 12
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|