Commit Graph

181 Commits (1ef653f0e5e722b28957b6095b66b9bd81814473)

Author SHA1 Message Date
Conduitry d10fa72cf4 find this= in <svelte:component> in presence of bind:this= (#2284)
6 years ago
Rich Harris 21d56c9ee3
Tidy up (#2252)
6 years ago
Richard Harris 971b7b900f make customElement a boolean option (#2025)
6 years ago
Richard Harris 2907b1a96c Merge branch 'master' into gh-2025
6 years ago
Conduitry 1e1784adaf update options.customElement/<svelte:options tag='...'> handling (#2025)
6 years ago
Conduitry bee6fe7ebc require whitespace after `{@html` (#2154)
6 years ago
Richard Harris 6c85f6a6b5 change :elseif to :else if - fixes #2137
6 years ago
Rich Harris de23e19e5d doh
6 years ago
Rich Harris 2703f609a5 avoid spread pattern, it causes some problems with some setups somehow???
6 years ago
Conduitry a270661d20 rename `<svelte:meta>` to `<svelte:options>` (#2017)
6 years ago
Rich Harris b1d919f3f2
Overhaul stats — closes #1891
6 years ago
Rich Harris c2e6d1bf0d
Better composition — implements https://github.com/sveltejs/rfcs/pull/12
6 years ago
Richard Harris f1ca1cc098 housekeeping
6 years ago
Conduitry f8d69e296f replace <svelte:document> with <svelte:body> (#1846)
6 years ago
Richard Harris e682d5ca54 nicer
6 years ago
Richard Harris 0bdf4a4536 oops
6 years ago
Richard Harris c0a218b69e Merge branch 'master' into gh-1948
6 years ago
Richard Harris 2eb881dcb6 prevent invalid svelte: tags - fixes #1948
6 years ago
Rich Harris c1ee21b022
Merge pull request #1958 from sveltejs/gh-1949
6 years ago
Richard Harris f0b6be1355 fix #1960 typo
6 years ago
Richard Harris cf6b6d4dbf upgrade Acorn - fixes #1949
6 years ago
Rich Harris 48f1f6b4d0
implement `bind:this`
6 years ago
Rich Harris f45e2b70fd
Implement reactive assignments (#1839)
6 years ago
Rich Harris aa203973e0 add some more modifier validation tests
6 years ago
Rich Harris db37e3a84b add a <svelte:document> tag - #1484
6 years ago
Rich Harris 9e899db21c
Merge pull request #1776 from sveltejs/gh-1772
6 years ago
Conduitry b8ed27105d adjust parsing of directives to preserve line/column info
6 years ago
Rich Harris 9e07e3f77f include solidus in attribute values - fixes #1772
6 years ago
Rich Harris 9031c16905
[WIP] Refactor, change where validation occurs (#1721)
6 years ago
Rich Harris f54c1ec7b8 support dynamic import in expressions
6 years ago
Jacob Wright 5ef44ae6c9 Adds the class directive
6 years ago
Jacob Wright ba5ede599a Allows actions to use any expression type
6 years ago
Rich Harris a74abddcd2
Merge pull request #1673 from UnwrittenFun/fix/missing-ObjectPattern-props
6 years ago
James Birtles bbe5319f3b add end position to object and array patterns
6 years ago
James Birtles 1d9ab99a9f better shorthand detection
6 years ago
James Birtles 404587d991 add some missing ObjectPattern properties
6 years ago
Rich Harris 401a6fea5d handle single identifiers in {@debug} tags
6 years ago
Admin 4004a569e1 Adds tests for valid and invalid debug tag usage.
6 years ago
Admin a3c71af5c5 Changes {@debug _ } to {@debug}
6 years ago
Admin 622e7b0190 Adds debug all option to debug tag
6 years ago
Admin 7e5f008a78 Adds DebugTag
6 years ago
Conduitry b4d7653b42 allow {:then}/{:catch} to have no bound identifier (#1507)
7 years ago
Conduitry 5e8a8b95e5 update some stray references to v1 syntax
7 years ago
Rich Harris 15efef9a98 separate hasOutros from hasOutroMethod - fixes #1492
7 years ago
Rich Harris 98e63b37e9 groundwork for animations (#1431)
7 years ago
Conduitry 0122955a16 allow spaces around reserved words used in tags in attributes (#1445)
7 years ago
Rich Harris 70034ea997 bind to destructured properties
7 years ago
Rich Harris 9607593705 sparse array patterns
7 years ago
Rich Harris 506ab3952e destructuring
7 years ago
Rich Harris 8dc17b77db allow arbitrary expressions in each block keys - fixes #703
7 years ago