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 a35c516350
bump coverage – duplicate default export is handled by acorn
8 years ago
..
computed-values Verify computed property dependencies 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 gather names during validation, for later deoncflicting (#88) 8 years ago
onrender-arrow-no-this ensure onrender and onteardown are not arrow function expressions 8 years ago
onrender-arrow-this ensure onrender and onteardown are not arrow function expressions 8 years ago
onteardown-arrow-no-this ensure onrender and onteardown are not arrow function expressions 8 years ago
onteardown-arrow-this ensure onrender and onteardown are not arrow function expressions 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-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 add support for declared namespaces – fixes #147 8 years ago