Commit Graph

67 Commits (f892389b00b7f3fba04e9d6d0e417624e10d3915)

Author SHA1 Message Date
Rich Harris f892389b00 no need to clone ast 7 years ago
Rich Harris f8db2eee61 use ctx in SSR 7 years ago
Rich Harris 9ff1beec48 WIP 7 years ago
Rich Harris a2759604cb SSR tests 7 years ago
Rich Harris 2d5b47b8a4 remove store option 7 years ago
Rich Harris ce114600d1 remove deprecated renderCss method 7 years ago
Rich-Harris 304a0e8282 merge master -> gh-1257 7 years ago
Rich Harris 0c9d703948
Merge pull request from sveltejs/gh-795 7 years ago
Rich-Harris 75c1fbcf7b add a stats object with timings () 7 years ago
Rich-Harris 00877e8ebd output { js, css, ast } from svelte.compile - fixes 7 years ago
Rich-Harris 8813ee3b0f SSR spread elements 7 years ago
James Birtles b180f8a67b create store in _render, fixes 7 years ago
Rich Harris 146f645502 detect unused/misplaced components - closes 7 years ago
Rich Harris f8362fe5fb fix toString method in SSR output - closes 7 years ago
Rich Harris f7c540b4ed get store() to work with nested components in SSR compiler 7 years ago
Emil Ajdyna d398b34a41 Add state() method handling for components 7 years ago
Rich Harris 394dec9f11
Merge pull request from sveltejs/gh-1013 7 years ago
Rich Harris ed44f7d1fa server-side <:Head> 7 years ago
Rich Harris 22ba8f74ca deprecate renderCss 7 years ago
Rich Harris 0127f9f0ca change server-side render method signature 7 years ago
Rich Harris 6bd410c886 implement preload 7 years ago
Rich Harris 797165b5a8
trim SSR'd output more intelligently - fixes 7 years ago
Rich Harris a8eaa7e95c refactor 7 years ago
Rich Harris 57af1539d9 SSR :Switch components 7 years ago
Rich Harris 82fc0f2713
Merge branch 'master' into gh-654 7 years ago
Rich Harris 8a0813e96b SSR await-then-catch 7 years ago
Rich Harris be68cd9de2 use store in SSR mode 7 years ago
Rich Harris 51901442c9
attach globals to state object on initialisation 7 years ago
Rich Harris bcae68de06 treat quoted property names the same way as identifiers - fixes 7 years ago
Rich Harris 6436886500 exclude irrelevant stuff from SSR output 8 years ago
Rich Harris 7f39b5be16 tidy up 8 years ago
Rich Harris 4dbfc65e74 fix indentation, update snapshot tests 8 years ago
Rich Harris 49403d4326 deconflict 8 years ago
Rich Harris 2865a98e57 move properties out of the template IIFE () 8 years ago
Rich Harris 6e57fa3ced add debugging comments 8 years ago
Rich Harris e993ae0748 more consistent style for generated code 8 years ago
Rich Harris f5f35b5a50 scoped styles 8 years ago
Rich Harris a68f7e103f stack up append targets so that slotted content in nested components works in SSR mode (fixes ) 8 years ago
Rich Harris 587d1f8994 remove some unused code 8 years ago
Rich Harris 1ae3ab7bf9 server-side named slots 8 years ago
Rich Harris 7a8c8fd577 replace {{yield}} with <slot/> 8 years ago
Conduitry b869e48bff saner escaping/unescaping of `@` and `#` sigils 8 years ago
Rich Harris a524ab273e fix escaping/unescaping — closes 8 years ago
Rich Harris f2db3ea828 tidy up, add sourcemaps to add_css function 8 years ago
Rich Harris 45039e9612 move Stylesheet 8 years ago
Rich Harris 65e27c98a0 reduce duplication by moving validation into stylesheet 8 years ago
Rich Harris 4639b8d349 move css logic into new Stylesheet class, add CSS sourcemap support 8 years ago
Rich Harris 205bcfac7e warn on unused selectors 8 years ago
Rich Harris 2ec0a850fc apply css optimisations to SSR 8 years ago
Rich Harris 203e123d94 Merge pull request from sveltejs/gh-608 8 years ago