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/validator/samples
Rich Harris 1fc4b1c867
add Error to known globals, declare catch block parameter. fixes #3064
6 years ago
..
a11y-alt-text
a11y-anchor-has-content
a11y-anchor-in-svg-is-valid
a11y-anchor-is-valid
a11y-aria-props
a11y-aria-role
a11y-aria-unsupported-element
a11y-figcaption-in-non-element-block Check if a figcaption's first element ancestor is a figure 6 years ago
a11y-figcaption-right-place
a11y-figcaption-wrong-place
a11y-heading-has-content
a11y-html-has-lang update validate tests 7 years ago
a11y-iframe-has-title update validate tests 7 years ago
a11y-no-access-key
a11y-no-autofocus
a11y-no-distracting-elements
a11y-not-on-components
a11y-scope
a11y-tabindex-no-positive update validate tests 7 years ago
action-invalid augment warnings to help people figure out they need to add a <script> 7 years ago
action-on-component
animation-duplicate
animation-missing update validate tests 7 years ago
animation-not-in-each
animation-not-in-keyed-each
animation-siblings
attribute-expected-equals Add error for missing equals after attribute name 6 years ago
await-component-is-used
await-no-catch Don't show 'Empty block' warnings for non-existent await branches 6 years ago
await-shorthand-no-catch Don't show 'Empty block' warnings for non-existent await branches 6 years ago
binding-dimensions-svg update validate tests 7 years ago
binding-dimensions-svg-child update validate tests 7 years ago
binding-dimensions-void update validate tests 7 years ago
binding-input-checked update validate tests 7 years ago
binding-input-type-boolean update validate tests 7 years ago
binding-input-type-dynamic update validate tests 7 years ago
binding-invalid update validate tests 7 years ago
binding-invalid-on-element update validate tests 7 years ago
binding-invalid-value
binding-invalid-value-global disallow bindings to global variables (#2295) 7 years ago
binding-let better error for bindings to let: values - fixes #2301 7 years ago
binding-select-multiple-dynamic update validate tests 7 years ago
catch-declares-error-variable add Error to known globals, declare catch block parameter. fixes #3064 6 years ago
component-event-modifiers-invalid support once modifier on component events, fail on others (#2987) 6 years ago
component-namespaced failing missing-declaration test 6 years ago
component-slot-default-duplicate.skip
component-slot-default-reserved
component-slot-dynamic
component-slot-dynamic-attribute
component-slot-named-duplicate.skip
component-slotted-each-block
component-slotted-if-block
contenteditable-dynamic add some docs, rename to textContent and innerHTML 6 years ago
contenteditable-missing oops 6 years ago
css-invalid-global
css-invalid-global-placement
debug-invalid-args
default-export
directive-non-expression
each-block-destructured-object-rest-comma-after Add support for object-rest in each destructuring 6 years ago
each-block-invalid-context
each-block-invalid-context-destructured
each-block-multiple-children update validate tests 7 years ago
empty-block update validate tests 7 years ago
event-modifiers-invalid
event-modifiers-invalid-passive
event-modifiers-legacy
event-modifiers-redundant
missing-component augment warnings to help people figure out they need to add a <script> 7 years ago
module-script-reactive-declaration Warn on improper use of reactive declarations 6 years ago
multiple-script-default-context
multiple-script-module-context
namespace-invalid
namespace-invalid-unguessable
namespace-non-literal
non-empty-block-dev update validate tests 7 years ago
prop-slot
reactive-declaration-cyclical
reactive-declaration-non-top-level Warn on improper use of reactive declarations 6 years ago
ref-not-supported
ref-not-supported-in-css
script-invalid-context
select-multiple update validate tests 7 years ago
slot-attribute-invalid
svg-child-component-declared-namespace update validate tests 7 years ago
tag-invalid
tag-non-string
textarea-value-children
title-no-attributes
title-no-children
transition-duplicate-in
transition-duplicate-in-transition
transition-duplicate-out
transition-duplicate-out-transition
transition-duplicate-transition
transition-duplicate-transition-in
transition-duplicate-transition-out
transition-missing augment warnings to help people figure out they need to add a <script> 7 years ago
transition-on-component
undefined-value
undefined-value-global warn on template references to global variables (#2295) 7 years ago
window-binding-invalid
window-binding-invalid-innerwidth
window-binding-invalid-value
window-binding-invalid-width
window-binding-online update validate tests 7 years ago