Commit Graph

114 Commits (cf1e00e6025f85d6948c05322e5404b2f57d722f)

Author SHA1 Message Date
Rich Harris cf1e00e602 attribute stringification
8 years ago
Rich Harris 57324507dd destructuring
8 years ago
Rich Harris 1120c135ac named slots and event context
8 years ago
Rich Harris caf4356d3d compound component attributes
8 years ago
Rich Harris 4d09a27334 SSR component bindings
8 years ago
Rich Harris cc4b269a20 rename state -> ctx in various places
8 years ago
Rich Harris 577e28b8be svelte:component
8 years ago
Rich Harris cd99eb6275 html tags
8 years ago
Rich Harris 662363cca2 spread
8 years ago
Rich Harris f8db2eee61 use ctx in SSR
8 years ago
Rich Harris 32774a821d more stuff
8 years ago
Rich Harris 7825c1230a various
8 years ago
Rich Harris 9ff1beec48 WIP
8 years ago
Rich Harris 83e62ea0b9 remove more unused references
8 years ago
Rich Harris fb09c2548f remove unused contextDependencies references
8 years ago
Rich Harris 07bad96719 tidy up
8 years ago
Rich Harris 2d5b47b8a4 remove store option
8 years ago
Rich Harris 4fe8d95a6d dont typecast numeric attributes
8 years ago
Rich Harris 9bba8d18d1 implement dynamic components etc
8 years ago
Rich Harris cb514afde4 more tests, support svelte: elements
8 years ago
Rich-Harris 5980f0752c fix element spread SSR
8 years ago
Rich-Harris 60305dd31d component spread SSR
8 years ago
Rich-Harris 5a45b0e7b4 tidy up/notes to self
8 years ago
Rich-Harris 8813ee3b0f SSR spread elements
8 years ago
Rich-Harris d4dd015ffd fix interfaces
8 years ago
Alan Palazzolo 3c61655e93 Add option preserve comments in SSR rendering.
8 years ago
Conduitry e4032ea543 apply CSS scoping classes directly to AST (WIP)
8 years ago
Rich Harris cbd1a11548 use classes instead of attributes - fixes #1118
8 years ago
Rich Harris 7baba8bf8c all tests passing
8 years ago
Rich Harris c3a08788e6 get destructuring working
8 years ago
Conduitry 7b282e58a0
Merge branch 'master' into sigil-component-attribute-ssr
8 years ago
Conduitry f606aee209 do not escape html characters in tags in non-root <style> in SSR mode
8 years ago
Conduitry 205bb37d2d fix escaping of template string characters
8 years ago
Conduitry 132901bbe7 fix escaping of sigils in component attribute values in SSR
8 years ago
Conduitry 5d0f44ef41 rework handling of non-root <script> and <style>
8 years ago
Conduitry c481c8d2b3 escape attribute values in SSR
8 years ago
Conduitry 57b737b3bc fix handling of boolean attributes in SSR (#1109)
8 years ago
Conduitry 7ee44af6b5 fix escaping of sigils in SSR non-top-level <script> and <style>
8 years ago
Conduitry 1f229cfed5 update SSR rendering of <script> and <style>
8 years ago
Rich Harris 7026222792 escape HTML - fixes #1066
8 years ago
Rich Harris 646b0c0e01 optimise <title> - fixes #1027
8 years ago
Rich Harris ed44f7d1fa server-side <:Head>
8 years ago
Rich Harris 50654fab88 remove <:Document>, implement <:Head> on client-side
8 years ago
Rich Harris 545ed7f0ed generate title in SSR compiler
8 years ago
Rich Harris 0127f9f0ca change server-side render method signature
8 years ago
Rich Harris a8eaa7e95c refactor
8 years ago
Rich Harris 0d42ff84db fix tests, finish renaming stuff
8 years ago
Rich Harris e238c65a15 rename :Switch -> :Component
8 years ago
Rich Harris 57af1539d9 SSR :Switch components
8 years ago
Rich Harris 82fc0f2713
Merge branch 'master' into gh-654
8 years ago