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/parser/samples/error-css/error.json

17 lines
320 B

{
"name": "ParseError",
"code": "css-syntax-error",
"start": {
"line": 2,
"column": 16,
"character": 25
},
"end": {
"line": 2,
"column": 16,
"character": 25
},
"pos": 25,
"frame": "1: <style>\r\n2: this is not css\r\n ^\n3: </style>",
"message": "LeftCurlyBracket is expected"
}