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 c1f34e3e2a
validate ref callees (#686)
7 years ago
..
binding-input-checked add test 8 years ago
binding-input-static-type only enforce static type if input is bound (fixes #620) 8 years ago
binding-invalid validate bindings 8 years ago
binding-invalid-on-element validate bindings 8 years ago
component-cannot-be-called-state rename root to state, and allow state to be used as context 8 years ago
css-invalid-global simplify tests 7 years ago
css-invalid-global-placement refactoring, and more :global(...) fixes 7 years ago
event-handler-ref validate ref callees (#686) 7 years ago
event-handler-ref-invalid validate ref callees (#686) 7 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) 8 years ago
helper-purity-check-needs-arguments
helper-purity-check-no-this handle this.get special case in helpers 8 years ago
helper-purity-check-this-get handle this.get special case in helpers 8 years ago
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) 8 years ago
method-nonexistent-helper downgrade invalid callee error for event handlers to a warning (#579) 8 years ago
missing-component warn on missing component (#623) 8 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 8 years ago
transition-duplicate-in validate transition directives - closes #564 8 years ago
transition-duplicate-in-transition validate transition directives - closes #564 8 years ago
transition-duplicate-out validate transition directives - closes #564 8 years ago
transition-duplicate-out-transition validate transition directives - closes #564 8 years ago
transition-duplicate-transition validate transition directives - closes #564 8 years ago
transition-duplicate-transition-in validate transition directives - closes #564 8 years ago
transition-duplicate-transition-out validate transition directives - closes #564 8 years ago
transition-missing validate transition directives - closes #564 8 years ago
window-binding-invalid validate <:Window> 8 years ago
window-binding-invalid-innerwidth validate <:Window> 8 years ago
window-binding-invalid-value validate <:Window> 8 years ago
window-binding-invalid-width validate <:Window> 8 years ago
window-event-invalid downgrade invalid callee error for event handlers to a warning (#579) 8 years ago