0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 09:21:21 +01:00
svelte/test/validator
2016-12-21 19:09:06 +01:00
..
computed-values Verify computed property dependencies 2016-12-04 21:22:48 +01:00
export-default-duplicated bump coverage – duplicate default export is handled by acorn 2016-12-11 15:13:18 -05:00
export-default-must-be-object throw if default export is not an object literal 2016-12-11 14:57:59 -05:00
method-arrow-no-this error if method is an arrow function expression and uses this or arguments (#179) 2016-12-11 10:34:50 -05:00
method-arrow-this error if method is an arrow function expression and uses this or arguments (#179) 2016-12-11 10:34:50 -05:00
named-export basic validation 2016-11-26 10:52:25 -05:00
names make html validators work inside else blocks 2016-12-21 19:09:06 +01:00
onrender-arrow-no-this ensure onrender and onteardown are not arrow function expressions 2016-12-11 10:42:44 -05:00
onrender-arrow-this ensure onrender and onteardown are not arrow function expressions 2016-12-11 10:42:44 -05:00
onteardown-arrow-no-this ensure onrender and onteardown are not arrow function expressions 2016-12-11 10:42:44 -05:00
onteardown-arrow-this ensure onrender and onteardown are not arrow function expressions 2016-12-11 10:42:44 -05:00
properties-components-should-be-capitalised more validation 2016-11-26 11:34:16 -05:00
properties-computed-must-be-an-object basic validation 2016-11-26 10:52:25 -05:00
properties-computed-must-be-functions basic validation 2016-11-26 10:52:25 -05:00
properties-computed-no-destructuring basic validation 2016-11-26 10:52:25 -05:00
properties-data-must-be-function more validation 2016-11-26 11:34:16 -05:00
properties-duplicated basic validation 2016-11-26 10:52:25 -05:00
properties-unexpected basic validation 2016-11-26 10:52:25 -05:00
properties-unexpected-b basic validation 2016-11-26 10:52:25 -05:00
svg-child-component-declared-namespace add support for declared namespaces – fixes #147 2016-12-10 11:07:11 -05:00
svg-child-component-undeclared-namespace make html validators work inside else blocks 2016-12-21 19:09:06 +01:00