mirror of https://github.com/sveltejs/svelte
15 lines
264 B
15 lines
264 B
6 years ago
|
[{
|
||
|
"code": "invalid-directive-value",
|
||
|
"message": "Directive value must be a JavaScript expression enclosed in curly braces",
|
||
|
"pos": 15,
|
||
|
"start": {
|
||
|
"line": 1,
|
||
|
"column": 15,
|
||
|
"character": 15
|
||
|
},
|
||
|
"end": {
|
||
|
"line": 1,
|
||
|
"column": 15,
|
||
|
"character": 15
|
||
|
}
|
||
|
}]
|