Commit Graph

33 Commits (e63b6078079ccfbd4c7a044be40633ee3ef5e904)

Author SHA1 Message Date
Rich-Harris 3eda59d2cb Merge branch 'master' into gh-7
10 years ago
Rich-Harris 8d9f69c152 first working intro transition, woooo
10 years ago
Rich Harris 0d18c4a6d5 Provide second argument to validator.error with bind:checked errors
10 years ago
Rich-Harris 1503744e74 add transitions property to default export, track intros/outros in Block
10 years ago
Rich-Harris 8291c53349 include destroy as valid built-in method for event handlers (fixes #523)
10 years ago
Rich-Harris 6ff83a4127 rename root to state, and allow state to be used as context
10 years ago
Rich Harris 89ddb184af Merge branch 'master' into gh-406
10 years ago
Rich-Harris 6c6a03f3a1 use map rather than object
10 years ago
Rich-Harris ce060c1679 implement bind:duration and bind:paused
10 years ago
Rich-Harris 20ef3734fa implement bind:currentTime
10 years ago
Rich-Harris 5534e565bd validate bindings
10 years ago
Rich Harris bdf58ee3c2 handle this.get special case in helpers
10 years ago
Rich Harris 3f7f643816 enforce helper function purity
10 years ago
Rich Harris 453cb1e806 check that event handler callee corresponds to a valid method
10 years ago
Rich Harris 97e0dd62bd validate namespaces
10 years ago
Conduitry b0c7b4523c warn if options.name does not begin with a capital letter; tidying
10 years ago
Rich Harris 60d42ffabe better error for attempts to use getters/setters for methods. closes #425
10 years ago
Rich Harris 6d993c0cc6 more consistent naming
10 years ago
Conduitry 9c3814fe0e disallow `import root` during validation
10 years ago
Conduitry f1b608e706 new aliaser mechanism replacing existing mechanism and counters; a bunch more deconflicting
10 years ago
Conduitry f3fe23a263 use maps and sets in many places instead of plain objects
10 years ago
Rich Harris b7a2978ceb update tests
10 years ago
Rich Harris 278c1fb68e warn on onrender/onteardown, replace with oncreate/ondestroy (#40)
10 years ago
Arpad Borsos 0ba3286da8 make html validators work inside else blocks
10 years ago
Rich-Harris 3e5d59f182 remove redundant if block to increase patch coverage
10 years ago
Rich-Harris 2948a99953 throw if options.name is illegal
10 years ago
Rich Harris 400ccce081 include filename in error/warning objects
10 years ago
Rich-Harris e8fc20cc8a bump coverage – duplicate default export is handled by acorn
10 years ago
Rich-Harris 78265c5b2d throw if default export is not an object literal
10 years ago
Rich-Harris 21a7fe4dd5 ensure onrender and onteardown are not arrow function expressions
10 years ago
Rich-Harris f3a0880388 error if method is an arrow function expression and uses `this` or `arguments` (#179)
10 years ago
Rich-Harris f310b3541c add support for declared namespaces – fixes #147
10 years ago
Rich Harris 973cf04e52 move files into src in preparation for SSR integration
10 years ago