UNPKG
svelte-parse
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
An increidbly relaxed svelte-parser
github.com/pngwn/MDsveX/tree/master
pngwn/MDsveX
svelte-parse
/
test
/
fixtures
/
attribute-unique-error
/
error.json
11 lines
(10 loc)
•
154 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{ "
code
":
"duplicate-attribute"
,
"message"
:
"Attributes need to be unique"
,
"start"
: { "
line
":
1
,
"column"
:
17
,
"character"
:
17
}, "pos":
17
}