0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-30 00:46:29 +01:00
svelte/test/validator/samples
2018-10-28 13:58:43 -04:00
..
a11y-alt-text rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
a11y-anchor-has-content rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
a11y-anchor-in-svg-is-valid rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
a11y-anchor-is-valid rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
a11y-aria-props rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
a11y-aria-role rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
a11y-aria-unsupported-element rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
a11y-figcaption-right-place fix figcaption a11y warning - fixes #996 2017-12-10 09:57:15 -05:00
a11y-figcaption-wrong-place rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
a11y-heading-has-content rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
a11y-html-has-lang rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
a11y-iframe-has-title rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
a11y-no-access-key rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
a11y-no-autofocus rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
a11y-no-distracting-elements rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
a11y-not-on-components rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
a11y-scope rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
a11y-tabindex-no-positive rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
action-invalid rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
action-on-component rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
animation-duplicate add animation validation tests 2018-05-13 18:43:48 -04:00
animation-missing add animation validation tests 2018-05-13 18:43:48 -04:00
animation-not-in-each add animation validation tests 2018-05-13 18:43:48 -04:00
animation-not-in-keyed-each add animation validation tests 2018-05-13 18:43:48 -04:00
animation-siblings add animation validation tests 2018-05-13 18:43:48 -04:00
await-component-is-used update validation tests 2018-04-15 23:06:57 -04:00
binding-dimensions-svg add validation logic, error on dimension bindings for SVG elements 2018-04-29 20:00:02 -04:00
binding-dimensions-svg-child add validation logic, error on dimension bindings for SVG elements 2018-04-29 20:00:02 -04:00
binding-dimensions-void prevent bind:offsetWidth etc on void elements 2018-04-30 08:57:50 -04:00
binding-input-checked rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
binding-input-type-boolean rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
binding-input-type-dynamic rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
binding-invalid rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
binding-invalid-on-element rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
binding-select-multiple-dynamic rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
component-cannot-be-called-state rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
component-slot-default-duplicate.skip rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
component-slot-default-reserved rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
component-slot-dynamic rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
component-slot-dynamic-attribute rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
component-slot-each-block rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
component-slot-named-duplicate.skip rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
component-slotted-each-block rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
component-slotted-if-block rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
computed-purity-check-no-this rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
computed-purity-check-this-get rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
css-invalid-global rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
css-invalid-global-placement rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
debug-invalid-args handle single identifiers in {@debug} tags 2018-08-11 17:18:43 -04:00
each-block-invalid-context rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
each-block-invalid-context-destructured rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
each-block-multiple-children update validation tests 2018-04-15 23:06:57 -04:00
empty-block-dev rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
empty-block-prod update validation tests 2018-04-15 23:06:57 -04:00
event-handler-ref validate ref callees (#686) 2017-07-29 17:47:10 -04:00
event-handler-ref-invalid rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
event-modifiers-invalid disallow once/passive in legacy mode, for now 2018-10-28 13:24:09 -04:00
event-modifiers-invalid-passive disallow passive|preventDefault combo 2018-10-28 13:58:43 -04:00
event-modifiers-legacy disallow once/passive in legacy mode, for now 2018-10-28 13:24:09 -04:00
event-modifiers-redundant add some more modifier validation tests 2018-10-28 12:33:21 -04:00
export-default-duplicated rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
export-default-must-be-object rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
helper-clash-context rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
helper-purity-check-needs-arguments rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
helper-purity-check-no-this rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
helper-purity-check-this-get rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
helper-purity-check-uses-arguments update validation tests 2018-04-15 23:06:57 -04:00
method-arrow-no-this move tests around to facilitate registering babel based on environment 2017-03-07 14:10:28 -05:00
method-arrow-this rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
method-nonexistent Add refs.* to valid event handler callees warning message 2018-06-06 14:32:34 -03:00
method-nonexistent-helper warn on unused helpers - fixes #1704 2018-09-15 17:47:16 -04:00
method-quoted treat quoted property names the same way as identifiers - fixes #914 2017-11-18 14:54:49 -05:00
missing-component rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
named-export rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
namespace-invalid rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
namespace-invalid-unguessable rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
namespace-non-literal rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
non-empty-block-dev dont warn on empty block for nbsp - fixes #1658 2018-08-24 08:22:41 -04:00
non-object-literal-components rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
non-object-literal-events rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
non-object-literal-helpers rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
non-object-literal-methods rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
non-object-literal-transitions rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
oncreate-arrow-no-this move tests around to facilitate registering babel based on environment 2017-03-07 14:10:28 -05:00
oncreate-arrow-this rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
ondestroy-arrow-no-this move tests around to facilitate registering babel based on environment 2017-03-07 14:10:28 -05:00
ondestroy-arrow-this rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
onstate-arrow-no-this add some onstate/onupdate tests 2018-04-15 11:30:36 -04:00
onstate-arrow-this rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
onupdate-arrow-no-this add some onstate/onupdate tests 2018-04-15 11:30:36 -04:00
onupdate-arrow-this rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
properties-components-must-be-capitalised rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
properties-computed-cannot-be-reserved rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
properties-computed-must-be-an-object rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
properties-computed-must-be-functions rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
properties-computed-must-be-valid-function-names rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
properties-computed-values-needs-arguments rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
properties-data-must-be-function rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
properties-duplicated rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
properties-methods-getters-setters rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
properties-props-must-be-an-array rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
properties-props-must-be-array-of-strings rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
properties-unexpected rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
properties-unexpected-b rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
reference-must-be-valid-name Adds validation for invalid reference names like foo-bar. 2018-08-05 00:29:38 -05:00
select-multiple fix #1331 2018-04-11 21:31:42 -04:00
slot-attribute-invalid rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
store-invalid-callee support $method(...) calls, and warn on store.method(...) 2018-04-18 23:35:22 -04:00
svg-child-component-declared-namespace update validation tests 2018-04-15 23:06:57 -04:00
svg-child-component-undeclared-namespace rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
tag-invalid rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
tag-non-string rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
textarea-value-children rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
title-no-attributes rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
title-no-children update some stray references to v1 syntax 2018-05-27 15:48:21 -04:00
transition-duplicate-in rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
transition-duplicate-in-transition rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
transition-duplicate-out rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
transition-duplicate-out-transition rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
transition-duplicate-transition rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
transition-duplicate-transition-in rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
transition-duplicate-transition-out rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
transition-missing rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
transition-on-component rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
unused-components rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
unused-event rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
unused-helper warn on unused helpers - fixes #1704 2018-09-15 17:47:16 -04:00
unused-transition rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
window-binding-invalid rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
window-binding-invalid-innerwidth rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
window-binding-invalid-value rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
window-binding-invalid-width rename loc to start, include character info in locations 2018-04-16 21:50:57 -04:00
window-binding-online update validation tests 2018-04-15 23:06:57 -04:00
window-event-invalid Add refs.* to valid event handler callees warning message 2018-06-06 14:32:34 -03:00