Commit Graph

191 Commits (643aa41b9aa0fcc2a1ba1566388ec0564a57cee4)

Author SHA1 Message Date
Benjamin Milde 9eec0fcd98 Implement suggestions
6 years ago
Benjamin Milde 342389863e Allow multiple event listeners on a single node
6 years ago
Rich Harris 5a536aafa2
Merge pull request #2658 from MikeMatrix/each-block-rest-destructuring
6 years ago
Rich Harris 78332cf5b0
Merge pull request #2664 from EmilTholin/each-block-destructuring-rest
6 years ago
Rich Harris 006509a0ef
Merge pull request #2596 from EmilTholin/await-empty-block-warnings
6 years ago
Clemens Akens 194e99b350 expose parse to the public
6 years ago
Emil Tholin 97ee67c08f Add support for object-rest in each destructuring
6 years ago
Michael Braun c477f50b9a Experimenting with array destructuring in each-blocks
6 years ago
Emil Tholin b0447bf41e Remove v1 each key parsing
6 years ago
Emil Tholin 7ec1bdb712 Don't show 'Empty block' warnings for non-existent await branches
6 years ago
Conduitry d10fa72cf4 find this= in <svelte:component> in presence of bind:this= (#2284)
7 years ago
Rich Harris 21d56c9ee3
Tidy up (#2252)
7 years ago
Richard Harris 971b7b900f make customElement a boolean option (#2025)
7 years ago
Richard Harris 2907b1a96c Merge branch 'master' into gh-2025
7 years ago
Conduitry 1e1784adaf update options.customElement/<svelte:options tag='...'> handling (#2025)
7 years ago
Conduitry bee6fe7ebc require whitespace after `{@html` (#2154)
7 years ago
Richard Harris 6c85f6a6b5 change :elseif to :else if - fixes #2137
7 years ago
Rich Harris de23e19e5d doh
7 years ago
Rich Harris 2703f609a5 avoid spread pattern, it causes some problems with some setups somehow???
7 years ago
Conduitry a270661d20 rename `<svelte:meta>` to `<svelte:options>` (#2017)
7 years ago
Rich Harris b1d919f3f2
Overhaul stats — closes #1891
7 years ago
Rich Harris c2e6d1bf0d
Better composition — implements https://github.com/sveltejs/rfcs/pull/12
7 years ago
Richard Harris f1ca1cc098 housekeeping
7 years ago
Conduitry f8d69e296f replace <svelte:document> with <svelte:body> (#1846)
7 years ago
Richard Harris e682d5ca54 nicer
7 years ago
Richard Harris 0bdf4a4536 oops
7 years ago
Richard Harris c0a218b69e Merge branch 'master' into gh-1948
7 years ago
Richard Harris 2eb881dcb6 prevent invalid svelte: tags - fixes #1948
7 years ago
Rich Harris c1ee21b022
Merge pull request #1958 from sveltejs/gh-1949
7 years ago
Richard Harris f0b6be1355 fix #1960 typo
7 years ago
Richard Harris cf6b6d4dbf upgrade Acorn - fixes #1949
7 years ago
Rich Harris 48f1f6b4d0
implement `bind:this`
7 years ago
Rich Harris f45e2b70fd
Implement reactive assignments (#1839)
7 years ago
Rich Harris aa203973e0 add some more modifier validation tests
7 years ago
Rich Harris db37e3a84b add a <svelte:document> tag - #1484
7 years ago
Rich Harris 9e899db21c
Merge pull request #1776 from sveltejs/gh-1772
7 years ago
Conduitry b8ed27105d adjust parsing of directives to preserve line/column info
7 years ago
Rich Harris 9e07e3f77f include solidus in attribute values - fixes #1772
7 years ago
Rich Harris 9031c16905
[WIP] Refactor, change where validation occurs (#1721)
7 years ago
Rich Harris f54c1ec7b8 support dynamic import in expressions
7 years ago
Jacob Wright 5ef44ae6c9 Adds the class directive
7 years ago
Jacob Wright ba5ede599a Allows actions to use any expression type
7 years ago
Rich Harris a74abddcd2
Merge pull request #1673 from UnwrittenFun/fix/missing-ObjectPattern-props
7 years ago
James Birtles bbe5319f3b add end position to object and array patterns
7 years ago
James Birtles 1d9ab99a9f better shorthand detection
7 years ago
James Birtles 404587d991 add some missing ObjectPattern properties
7 years ago
Rich Harris 401a6fea5d handle single identifiers in {@debug} tags
7 years ago
Admin 4004a569e1 Adds tests for valid and invalid debug tag usage.
7 years ago
Admin a3c71af5c5 Changes {@debug _ } to {@debug}
7 years ago
Admin 622e7b0190 Adds debug all option to debug tag
7 years ago