Commit Graph

105 Commits (890aff4799d5dccdb5ceb3b2c4eef496926ddcb3)

Author SHA1 Message Date
Conduitry 2d35095a60 find this= in <svelte:component> in presence of bind:this= (#2284)
8 years ago
Rich Harris 7e8e891d91 Tidy up (#2252)
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
Rich Harris fd2cee5a8c doh
8 years ago
Rich Harris 8b7850209a avoid spread pattern, it causes some problems with some setups somehow???
8 years ago
Conduitry 819664cbfd rename `<svelte:meta>` to `<svelte:options>` (#2017)
8 years ago
Rich Harris 69c9422907 Better composition — implements https://github.com/sveltejs/rfcs/pull/12
8 years ago
Conduitry 8ff8ff3aad replace <svelte:document> with <svelte:body> (#1846)
8 years ago
Richard Harris 64a718eaf6 nicer
8 years ago
Richard Harris 0fba94b8bc oops
8 years ago
Richard Harris e38874f236 Merge branch 'master' into gh-1948
8 years ago
Richard Harris f5694432da prevent invalid svelte: tags - fixes #1948
8 years ago
Richard Harris af39f40368 fix #1960 typo
8 years ago
Rich Harris c53f2af6fd implement `bind:this`
8 years ago
Rich Harris efba821c84 Implement reactive assignments (#1839)
8 years ago
Rich Harris ad1c636273 add a <svelte:document> tag - #1484
8 years ago
Rich Harris decb5f965d include solidus in attribute values - fixes #1772
8 years ago
Rich Harris 3d7a15ec9a [WIP] Refactor, change where validation occurs (#1721)
8 years ago
Rich Harris 9d3ed61516 handle single identifiers in {@debug} tags
8 years ago
Admin 868eb7b0af Adds tests for valid and invalid debug tag usage.
8 years ago
Admin 9f3d64dd25 Changes {@debug _ } to {@debug}
8 years ago
Admin cadaca24c7 Adds debug all option to debug tag
8 years ago
Admin 9de67ce320 Adds DebugTag
8 years ago
Conduitry 0dcea4128b allow {:then}/{:catch} to have no bound identifier (#1507)
8 years ago
Conduitry 141f4a052b update some stray references to v1 syntax
8 years ago
Conduitry a9fb844dcd allow spaces around reserved words used in tags in attributes (#1445)
8 years ago
Rich Harris 58f481d2e4 destructuring
9 years ago
Rich Harris 70b01fe960 allow arbitrary expressions in each block keys - fixes #703
9 years ago
Rich Harris 13731bf432 parse <slot> as element in custom element mode
9 years ago
Rich Harris f183f0c7e6 <svelte:head>
9 years ago
Rich Harris e2d95dbf07 svelte:component
9 years ago
Rich Harris 0e98b39803 more stuff
9 years ago
Rich Harris 3186f2e0ba WIP
9 years ago
Rich Harris 02f125eb21 tidy up
9 years ago
Rich Harris ff214ef8ab SSR tests
9 years ago
Rich Harris c20ae70b88 Merge pull request #1340 from sveltejs/gh-474
9 years ago
Rich Harris f8801feb2b add codes to errors
9 years ago
Conduitry b7145ffaee in v2, don't parse for interpolations in non-root style elements (#1339)
9 years ago
Rich Harris 844c89dce6 update keyed each block syntax
9 years ago
Rich Harris 1a41f8bddd implement dynamic components etc
9 years ago
Rich Harris 23f8f87243 fix head/window meta tags
9 years ago
Rich Harris 9235efb8dd more tests, support svelte: elements
9 years ago
Rich Harris fc96e3e542 attribute shorthand
9 years ago
Rich Harris 0ac3a522d9 attribute shorthand
9 years ago
Rich-Harris 8e95bf5111 brute force new keyed each block syntax
9 years ago
Rich-Harris ac13b72bd6 update parser for v2
9 years ago
Rich-Harris 6aef662fa5 add v2 parser tests, handle single curly tags
9 years ago
Rich-Harris 85c10c2172 include spread with other attributes
9 years ago
mrkishi a287d50354 Add spread -- rough idea
9 years ago