Commit Graph

66 Commits (cf1e00e6025f85d6948c05322e5404b2f57d722f)

Author SHA1 Message Date
Rich Harris f8db2eee61 use ctx in SSR
7 years ago
Rich Harris 9ff1beec48 WIP
7 years ago
Rich Harris a2759604cb SSR tests
8 years ago
Rich Harris 2d5b47b8a4 remove store option
8 years ago
Rich Harris ce114600d1 remove deprecated renderCss method
8 years ago
Rich-Harris 304a0e8282 merge master -> gh-1257
8 years ago
Rich Harris 0c9d703948
Merge pull request #1298 from sveltejs/gh-795
8 years ago
Rich-Harris 75c1fbcf7b add a stats object with timings (#1257)
8 years ago
Rich-Harris 00877e8ebd output { js, css, ast } from svelte.compile - fixes #795
8 years ago
Rich-Harris 8813ee3b0f SSR spread elements
8 years ago
James Birtles b180f8a67b create store in _render, fixes #1107
8 years ago
Rich Harris 146f645502 detect unused/misplaced components - closes #1039
8 years ago
Rich Harris f8362fe5fb fix toString method in SSR output - closes #1044
8 years ago
Rich Harris f7c540b4ed get store() to work with nested components in SSR compiler
8 years ago
Emil Ajdyna d398b34a41 Add state() method handling for components
8 years ago
Rich Harris 394dec9f11
Merge pull request #1024 from sveltejs/gh-1013
8 years ago
Rich Harris ed44f7d1fa server-side <:Head>
8 years ago
Rich Harris 22ba8f74ca deprecate renderCss
8 years ago
Rich Harris 0127f9f0ca change server-side render method signature
8 years ago
Rich Harris 6bd410c886 implement preload
8 years ago
Rich Harris 797165b5a8
trim SSR'd output more intelligently - fixes #998
8 years ago
Rich Harris a8eaa7e95c refactor
8 years ago
Rich Harris 57af1539d9 SSR :Switch components
8 years ago
Rich Harris 82fc0f2713
Merge branch 'master' into gh-654
8 years ago
Rich Harris 8a0813e96b SSR await-then-catch
8 years ago
Rich Harris be68cd9de2 use store in SSR mode
8 years ago
Rich Harris 51901442c9
attach globals to state object on initialisation
8 years ago
Rich Harris bcae68de06 treat quoted property names the same way as identifiers - fixes #914
8 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 (#756)
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 #801)
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 #741
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 #676 from sveltejs/gh-608
8 years ago
Rich Harris 2fa784ecc3 handle @foo and #foo edge cases
8 years ago