Commit Graph

68 Commits (0da8b3ece277b1c9532b1ac8b4ba5eb4f6bb7cb6)

Author SHA1 Message Date
Rich Harris 71047c2961 Merge pull request #732 from sveltejs/gh-638
8 years ago
Rich Harris 51af8c29e0 event propagation shorthand for elements (#638)
8 years ago
Rich Harris c1f34e3e2a validate ref callees (#686)
8 years ago
Rich Harris 45039e9612 move Stylesheet
8 years ago
Rich Harris fd177771af remove unused code
8 years ago
Rich Harris 65e27c98a0 reduce duplication by moving validation into stylesheet
8 years ago
Rich Harris 7a752df55d fix handling of modified :global(...) selectors
8 years ago
Rich Harris 12907594cd Merge branch 'gh-678' into gh-679
8 years ago
Rich Harris 5f6db88538 allow :global(...) selectors to have trailing modifiers
8 years ago
Rich Harris 205bcfac7e warn on unused selectors
8 years ago
Rich Harris f485c25620 create reusable walkRules helper
8 years ago
Rich Harris 5499327a70 refactoring, and more :global(...) fixes
8 years ago
Rich Harris d08c04d313 merge master -> codegen
8 years ago
Rich Harris 7ad4befd25 deconflict name with imports (#655)
8 years ago
Rich Harris ebae9f9c28 run prettier
8 years ago
Rich Harris 61f5cbef54 Merge pull request #630 from sveltejs/gh-620
8 years ago
Conduitry 3aaec886cb fix missing component test
8 years ago
Rich Harris ff40308358 only enforce static type if input is bound (fixes #620)
8 years ago
Rich Harris d45699db6f warn on missing component (#623)
8 years ago
Rich Harris b0a1616e31 add trailing commas to prettier config, only run on .ts files
8 years ago
Rich Harris 84595fb381 run prettier on src, update tests
8 years ago
Rich Harris 1db0d465b0 Merge pull request #600 from sveltejs/gh-575
8 years ago
Rich Harris 75ea52754d always use helpers if referenced, not just for CallExpressions, and warn on context clashes (#575)
8 years ago
Rich Harris b2ea03dde0 prevent textarea from having both value and children
8 years ago
Rich-Harris 78adc5b226 more TS
8 years ago
Rich-Harris 4d5107113e more TS
8 years ago
Rich-Harris 48384b846c typescriptify validator
8 years ago
Rich-Harris 7c3fca57cf more typescript conversion
8 years ago
Rich-Harris b619d077a1 Merge branch 'master' into typescript
8 years ago
Conduitry 4c740513f8 downgrade invalid callee error for event handlers to a warning (#579)
8 years ago
Rich-Harris 8d07a5f9bd gah, rollup needs the file extensions. which idiot wrote it
8 years ago
Rich-Harris 13b87acfb9 remove .ts file extensions
8 years ago
Rich-Harris 1c5e6e7430 rename all (almost) .js files
8 years ago
Rich-Harris 642b414c9c validate transition directives - closes #564
8 years ago
Rich-Harris 37749bd3e4 validate <:Window>
8 years ago
Rich-Harris 7f76ab24f9 Merge branch 'master' into gh-7
8 years ago
Rich-Harris 8ccad1f107 first working intro transition, woooo
8 years ago
Rich Harris a2fd36f86c Provide second argument to validator.error with bind:checked errors
8 years ago
Rich-Harris d0c0fbcef4 add transitions property to default export, track intros/outros in Block
8 years ago
Rich-Harris 754688cf48 include destroy as valid built-in method for event handlers (fixes #523)
8 years ago
Rich-Harris e345287a76 rename root to state, and allow state to be used as context
9 years ago
Rich Harris e1a1e6507a Merge branch 'master' into gh-406
9 years ago
Rich-Harris e306366f8c use map rather than object
9 years ago
Rich-Harris 1040db97cb implement bind:duration and bind:paused
9 years ago
Rich-Harris 359e67617d implement bind:currentTime
9 years ago
Rich-Harris b914a2294a validate bindings
9 years ago
Rich Harris cc722f8f7a handle this.get special case in helpers
9 years ago
Rich Harris fa65f7af60 enforce helper function purity
9 years ago
Rich Harris c7ac8b82ba check that event handler callee corresponds to a valid method
9 years ago
Rich Harris 3595470305 validate namespaces
9 years ago