|
1 | 1 | ## empty_attribute_shorthand |
2 | 2 |
|
3 | | -Attribute shorthand cannot be empty |
| 3 | +> Attribute shorthand cannot be empty |
4 | 4 |
|
5 | 5 | ## duplicate_attribute |
6 | 6 |
|
7 | | -Attributes need to be unique |
| 7 | +> Attributes need to be unique |
8 | 8 |
|
9 | 9 | ## invalid_event_attribute_value |
10 | 10 |
|
11 | | -Event attribute must be a JavaScript expression, not a string |
| 11 | +> Event attribute must be a JavaScript expression, not a string |
12 | 12 |
|
13 | 13 | ## invalid_attribute_name |
14 | 14 |
|
15 | | -'%name%' is not a valid attribute name |
| 15 | +> '%name%' is not a valid attribute name |
16 | 16 |
|
17 | 17 | ## animation_invalid_placement |
18 | 18 |
|
19 | | -An element that uses the `animate:` directive must be the only child of a keyed `{#each ...}` block |
| 19 | +> An element that uses the `animate:` directive must be the only child of a keyed `{#each ...}` block |
20 | 20 |
|
21 | 21 | ## animation_missing_key |
22 | 22 |
|
23 | | -An element that uses the `animate:` directive must be the only child of a keyed `{#each ...}` block. Did you forget to add a key to your each block? |
| 23 | +> An element that uses the `animate:` directive must be the only child of a keyed `{#each ...}` block. Did you forget to add a key to your each block? |
24 | 24 |
|
25 | 25 | ## animation_duplicate |
26 | 26 |
|
27 | | -An element can only have one 'animate' directive |
| 27 | +> An element can only have one 'animate' directive |
28 | 28 |
|
29 | 29 | ## invalid_event_modifier |
30 | 30 |
|
31 | | -Valid event modifiers are %list% |
| 31 | +> Valid event modifiers are %list% |
32 | 32 |
|
33 | 33 | ## invalid_component_event_modifier |
34 | 34 |
|
35 | | -Event modifiers other than 'once' can only be used on DOM elements |
| 35 | +> Event modifiers other than 'once' can only be used on DOM elements |
36 | 36 |
|
37 | 37 | ## invalid_event_modifier_combination |
38 | 38 |
|
39 | | -The '%modifier1%' and '%modifier2%' modifiers cannot be used together |
| 39 | +> The '%modifier1%' and '%modifier2%' modifiers cannot be used together |
40 | 40 |
|
41 | 41 | ## transition_duplicate |
42 | 42 |
|
43 | | -Cannot use multiple `%type%:` directives on a single element |
| 43 | +> Cannot use multiple `%type%:` directives on a single element |
44 | 44 |
|
45 | 45 | ## transition_conflict |
46 | 46 |
|
47 | | -Cannot use `%type%:` alongside existing `%existing%:` directive |
| 47 | +> Cannot use `%type%:` alongside existing `%existing%:` directive |
48 | 48 |
|
49 | 49 | ## invalid_let_directive_placement |
50 | 50 |
|
51 | | -`let:` directive at invalid position |
| 51 | +> `let:` directive at invalid position |
52 | 52 |
|
53 | 53 | ## invalid_style_directive_modifier |
54 | 54 |
|
55 | | -Invalid 'style:' modifier. Valid modifiers are: 'important' |
| 55 | +> Invalid 'style:' modifier. Valid modifiers are: 'important' |
56 | 56 |
|
57 | 57 | ## invalid_sequence_expression |
58 | 58 |
|
59 | | -Sequence expressions are not allowed as attribute/directive values in runes mode, unless wrapped in parentheses |
| 59 | +> Sequence expressions are not allowed as attribute/directive values in runes mode, unless wrapped in parentheses |
0 commit comments