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 61f5cbef54
Merge pull request #630 from sveltejs/gh-620
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) 7 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
export-default-duplicated move tests around to facilitate registering babel based on environment 8 years ago
export-default-must-be-object move tests around to facilitate registering babel based on environment 8 years ago
helper-clash-context always use helpers if referenced, not just for CallExpressions, and warn on context clashes (#575) 7 years ago
helper-purity-check-needs-arguments enforce helper function purity 8 years ago
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 enforce helper function purity 8 years ago
method-arrow-no-this move tests around to facilitate registering babel based on environment 8 years ago
method-arrow-this move tests around to facilitate registering babel based on environment 8 years ago
method-nonexistent downgrade invalid callee error for event handlers to a warning (#579) 7 years ago
method-nonexistent-helper downgrade invalid callee error for event handlers to a warning (#579) 7 years ago
missing-component warn on missing component (#623) 7 years ago
named-export move tests around to facilitate registering babel based on environment 8 years ago
namespace-invalid validate namespaces 8 years ago
oncreate-arrow-no-this move tests around to facilitate registering babel based on environment 8 years ago
oncreate-arrow-this move tests around to facilitate registering babel based on environment 8 years ago
ondestroy-arrow-no-this move tests around to facilitate registering babel based on environment 8 years ago
ondestroy-arrow-this move tests around to facilitate registering babel based on environment 8 years ago
properties-components-should-be-capitalised move tests around to facilitate registering babel based on environment 8 years ago
properties-computed-must-be-an-object move tests around to facilitate registering babel based on environment 8 years ago
properties-computed-must-be-functions move tests around to facilitate registering babel based on environment 8 years ago
properties-computed-no-destructuring move tests around to facilitate registering babel based on environment 8 years ago
properties-computed-values-needs-arguments move tests around to facilitate registering babel based on environment 8 years ago
properties-data-must-be-function move tests around to facilitate registering babel based on environment 8 years ago
properties-duplicated move tests around to facilitate registering babel based on environment 8 years ago
properties-methods-getters-setters better error for attempts to use getters/setters for methods. closes #425 8 years ago
properties-unexpected move tests around to facilitate registering babel based on environment 8 years ago
properties-unexpected-b move tests around to facilitate registering babel based on environment 8 years ago
svg-child-component-declared-namespace move tests around to facilitate registering babel based on environment 8 years ago
svg-child-component-undeclared-namespace move tests around to facilitate registering babel based on environment 8 years ago
textarea-value-children prevent textarea from having both value and children 7 years ago
transition-duplicate-in validate transition directives - closes #564 7 years ago
transition-duplicate-in-transition validate transition directives - closes #564 7 years ago
transition-duplicate-out validate transition directives - closes #564 7 years ago
transition-duplicate-out-transition validate transition directives - closes #564 7 years ago
transition-duplicate-transition validate transition directives - closes #564 7 years ago
transition-duplicate-transition-in validate transition directives - closes #564 7 years ago
transition-duplicate-transition-out validate transition directives - closes #564 7 years ago
transition-missing validate transition directives - closes #564 7 years ago
window-binding-invalid validate <:Window> 7 years ago
window-binding-invalid-innerwidth validate <:Window> 7 years ago
window-binding-invalid-value validate <:Window> 7 years ago
window-binding-invalid-width validate <:Window> 7 years ago
window-event-invalid downgrade invalid callee error for event handlers to a warning (#579) 7 years ago