Commit Graph

149 Commits (95854add6f725bc2463a842ecf7882840c7eedca)

Author SHA1 Message Date
Tan Li Hau 1bae772d0a support destructuring in await (#4548)
7 years ago
Tan Li Hau 0672678e64 allow <svelte:self> to be part of a slot (#4532)
7 years ago
Conduitry c4c0d5af20 fix tests
7 years ago
Conduitry c1cd4a63e2 fix handling of reserved keywords when parsing (#4390)
7 years ago
Tan Li Hau 8cc782c6b2 better error messages for else, elseif, then, catch with unclosed tag (#4136)
7 years ago
Conduitry 3581bed534 disallow simultaneous foo / {foo} / bind:foo (#4343)
7 years ago
Conduitry 4edddcf705 preserve js comments where possible (#4293)
7 years ago
Tan Li Hau 81873673b6 update test snapshot with --update flag
7 years ago
Tan Li Hau a7aafb25be skip missing input files
7 years ago
Tan Li Hau b502ec0afc allow solo for test suite (#3747)
7 years ago
Li Hau Tan 6e18359992 then and catch block expect await, optional then block
7 years ago
Rich Harris bbad46a96b Structured code generation (#3539)
7 years ago
Rich Harris ae126fa6e5 Merge pull request #2809 from mrkishi/closing-tags
7 years ago
Conduitry 745649bb90 update dependencies
7 years ago
Richard Harris e630ae48aa update test
7 years ago
Richard Harris e43550d1c2 Merge branch 'master' of github.com:sveltejs/svelte into closing-tags
7 years ago
Thomas Ghysels d6b5c42f7f Fix parsing ambiguous HTML entities (#3071)
7 years ago
Mikhail Korepanov eee073966c Allow whitespace after = in attributes (#3026)
7 years ago
Richard Harris c8abbfc3a1 always add raw property to text nodes
7 years ago
Timothy Johnson 5a87705a38 Fixes #2714
7 years ago
mrkishi a01b1986bd allow end tag omission in blocks
7 years ago
Rich Harris 50ee4efac4 Merge pull request #2658 from MikeMatrix/each-block-rest-destructuring
7 years ago
Michael Braun aa6e612bf0 Experimenting with array destructuring in each-blocks
7 years ago
Emil Tholin 227a08fc59 Don't show 'Empty block' warnings for non-existent await branches
7 years ago
Richard Harris 8f9e2fd6f6 update parser and js tests
8 years ago
Conduitry c3c07b676e require whitespace after `{@html` (#2154)
8 years ago
Richard Harris 1c800ff160 change :elseif to :else if - fixes #2137
8 years ago
Richard Harris 02dc8f36ea error on invalid compiler options — closes #2094
8 years ago
Rich Harris 8f730d524f update tests
8 years ago
Rich Harris 04c9ecb72a rename .html files to .svelte
8 years ago
Conduitry 819664cbfd rename `<svelte:meta>` to `<svelte:options>` (#2017)
8 years ago
Rich Harris 4d25d93ea0 Overhaul stats — closes #1891
8 years ago
Conduitry 8ff8ff3aad replace <svelte:document> with <svelte:body> (#1846)
8 years ago
Richard Harris f5694432da prevent invalid svelte: tags - fixes #1948
8 years ago
Rich Harris c53f2af6fd implement `bind:this`
8 years ago
Rich Harris efba821c84 Implement reactive assignments (#1839)
8 years ago
Rich Harris 4082cdefe7 implement event modifiers
8 years ago
Rich Harris decb5f965d include solidus in attribute values - fixes #1772
8 years ago
Rich Harris f134494615 deprecate onerror - fixes #1745
8 years ago
Rich Harris c5616474a1 while we're here, update parser output files
8 years ago
Rich Harris a451101a32 remove -bundle files
8 years ago
Rich Harris 3d7a15ec9a [WIP] Refactor, change where validation occurs (#1721)
8 years ago
James Birtles bf16371c9f fix test
8 years ago
Rich Harris 96d67b274d groundwork for animations (#1431)
8 years ago
Rich Harris 489c843a90 integrate CLI - fixes #1360
8 years ago
Rich Harris 58f481d2e4 destructuring
8 years ago
Rich Harris 70b01fe960 allow arbitrary expressions in each block keys - fixes #703
8 years ago
Rich Harris f3262e03aa update parser tests
8 years ago
Rich Harris b72225a28f rename loc to start, include character info in locations
8 years ago
Rich Harris 62e9f12db0 tidy up
8 years ago