Commit Graph

39 Commits (1cd946e2f6dfcd1be6acf306fc2ff02d209c9f8e)

Author SHA1 Message Date
Rich Harris 1cd946e2f6 SSR bindings work. now to fix the other stuff i just broke
8 years ago
Rich Harris ed23d7acb3 various tweaks
8 years ago
Rich Harris 578a2bca08 inject props
8 years ago
Rich Harris 6060a308ad do instrumentation in render-dom
8 years ago
Rich Harris 4e5fd7fdfd rewrite imports from svelte when testing
8 years ago
Rich Harris 72b9254436 fix all runtime tests broken by SSR work
8 years ago
Rich Harris a23bf00667 get some SSR tests passing
8 years ago
Rich Harris be806f5dbd remove some test output from repo
8 years ago
Rich Harris 0e879524f4 basic plumbing for SSR
8 years ago
Rich Harris a1400eba07 flush bindings in separate phase before render callbacks
8 years ago
Rich Harris 6fd8fbf40b dont try to be clever with module interop
8 years ago
Rich Harris 49a747f376 skip-ssr -> skip_if_ssr
8 years ago
Rich Harris 837d248257 render server bindings
8 years ago
Rich Harris 8929aebbec better error for missing store - fixes #1807
8 years ago
Rich Harris b381aa63a4 integrate CLI - fixes #1360
8 years ago
Rich Harris a2759604cb SSR tests
8 years ago
Rich Harris 9037e93934 set arbitrary compile options when calling SSR register function
9 years ago
Rich Harris f8362fe5fb fix toString method in SSR output - closes #1044
9 years ago
Rich Harris f7c540b4ed get store() to work with nested components in SSR compiler
9 years ago
Rich Harris ed44f7d1fa server-side <:Head>
9 years ago
Rich Harris 545ed7f0ed generate title in SSR compiler
9 years ago
Rich Harris 0127f9f0ca change server-side render method signature
9 years ago
Rich Harris be68cd9de2 use store in SSR mode
9 years ago
Efthymis Sarmpanis 4c06226a5c Add support for intercepting different file extensions, other than .html, in ssr. (#940)
9 years ago
Rich Harris d590dbe165
Reinstate code coverage
9 years ago
Rich Harris 5b3e8cd88f support nested <slot> elements
9 years ago
Rich Harris 2fa784ecc3 handle @foo and #foo edge cases
9 years ago
Rich Harris d08c04d313 merge master -> codegen
9 years ago
Rich Harris 6751a83264 remove redundant try-catch
9 years ago
Rich Harris 7ad4befd25 deconflict name with imports (#655)
9 years ago
Rich Harris 334772a11d use #foo instead of block.alias("foo")
9 years ago
Rich Harris 5c53f5b6a2 more useful presentation of failing SSR code
9 years ago
Rich Harris 10ecd81734 prettierfy test files
9 years ago
Rich Harris 5c055a9f0c separate unmount from destroy
9 years ago
Rich-Harris 61cbd4fa97 fix annoying SSR test failures with solo tests
9 years ago
Rich Harris 803d1d2746 move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433
10 years ago
Rich Harris 3fcbf428bd while we're at it, remove unused stuff from generated SSR code
10 years ago
Rich Harris 4b5754b9a7 centralise logic for manipulating source javascript
10 years ago
Rich-Harris 60ed068a59 move tests around to facilitate registering babel based on environment
10 years ago