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
Rich Harris 543ee2f870
update tests
8 years ago
..
export-default-duplicated bump coverage – duplicate default export is handled by acorn 8 years ago
export-default-must-be-object throw if default export is not an object literal 8 years ago
method-arrow-no-this error if method is an arrow function expression and uses `this` or `arguments` (#179) 8 years ago
method-arrow-this error if method is an arrow function expression and uses `this` or `arguments` (#179) 8 years ago
named-export basic validation 8 years ago
names make html validators work inside else blocks 8 years ago
oncreate-arrow-no-this update tests 8 years ago
oncreate-arrow-this update tests 8 years ago
ondestroy-arrow-no-this update tests 8 years ago
ondestroy-arrow-this update tests 8 years ago
properties-components-should-be-capitalised more validation 8 years ago
properties-computed-must-be-an-object basic validation 8 years ago
properties-computed-must-be-functions basic validation 8 years ago
properties-computed-no-destructuring basic validation 8 years ago
properties-computed-values-needs-arguments handle default paramters in computed values (fixes #274) 8 years ago
properties-data-must-be-function more validation 8 years ago
properties-duplicated basic validation 8 years ago
properties-unexpected basic validation 8 years ago
properties-unexpected-b basic validation 8 years ago
svg-child-component-declared-namespace add support for declared namespaces – fixes #147 8 years ago
svg-child-component-undeclared-namespace make html validators work inside else blocks 8 years ago