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 502f6b6d14
Merge pull request #793 from sveltejs/gh-791
8 years ago
..
binding-input-checked
binding-input-static-type only enforce static type if input is bound (fixes #620) 9 years ago
binding-invalid
binding-invalid-on-element
component-cannot-be-called-state
component-slot-default-duplicate.skip validation 8 years ago
component-slot-default-reserved validation 8 years ago
component-slot-dynamic validation 8 years ago
component-slot-dynamic-attribute validation 8 years ago
component-slot-each-block validation 8 years ago
component-slot-named-duplicate.skip validation 8 years ago
css-invalid-global simplify tests 8 years ago
css-invalid-global-placement refactoring, and more :global(...) fixes 8 years ago
event-handler-ref validate ref callees (#686) 8 years ago
event-handler-ref-invalid validate ref callees (#686) 8 years ago
export-default-duplicated
export-default-must-be-object
helper-clash-context always use helpers if referenced, not just for CallExpressions, and warn on context clashes (#575) 9 years ago
helper-purity-check-needs-arguments
helper-purity-check-no-this
helper-purity-check-this-get
helper-purity-check-uses-arguments
method-arrow-no-this
method-arrow-this
method-nonexistent downgrade invalid callee error for event handlers to a warning (#579) 9 years ago
method-nonexistent-helper downgrade invalid callee error for event handlers to a warning (#579) 9 years ago
missing-component warn on missing component (#623) 9 years ago
named-export
namespace-invalid
oncreate-arrow-no-this
oncreate-arrow-this
ondestroy-arrow-no-this
ondestroy-arrow-this
properties-components-should-be-capitalised
properties-computed-must-be-an-object
properties-computed-must-be-functions
properties-computed-no-destructuring
properties-computed-values-needs-arguments
properties-data-must-be-function
properties-duplicated
properties-methods-getters-setters
properties-unexpected
properties-unexpected-b
svg-child-component-declared-namespace
svg-child-component-undeclared-namespace
textarea-value-children prevent textarea from having both value and children 9 years ago
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
transition-on-component error if component has transition (fixes #791) 8 years ago
window-binding-invalid
window-binding-invalid-innerwidth
window-binding-invalid-value
window-binding-invalid-width
window-event-invalid downgrade invalid callee error for event handlers to a warning (#579) 9 years ago