Commit Graph

21 Commits (f639bbed4290c146ff1d4bea845e30fdd4768562)

Author SHA1 Message Date
Rich Harris f639bbed42 get store() to work with nested components in SSR compiler
9 years ago
Rich Harris 84b70eac88 server-side <:Head>
9 years ago
Rich Harris 286e4350d4 generate title in SSR compiler
9 years ago
Rich Harris f0055e555b change server-side render method signature
9 years ago
Rich Harris 30093ce036 use store in SSR mode
9 years ago
Efthymis Sarmpanis bde84f05e9 Add support for intercepting different file extensions, other than .html, in ssr. (#940)
9 years ago
Rich Harris e7ae9d764b Reinstate code coverage
9 years ago
Rich Harris be6e778a53 support nested <slot> elements
9 years ago
Rich Harris aaa0c50651 handle @foo and #foo edge cases
9 years ago
Rich Harris 21b8776ae2 merge master -> codegen
9 years ago
Rich Harris 2ca8c74a4d remove redundant try-catch
9 years ago
Rich Harris e8f43c9e3e deconflict name with imports (#655)
9 years ago
Rich Harris c2cf6214c7 use #foo instead of block.alias("foo")
9 years ago
Rich Harris 736f36b717 more useful presentation of failing SSR code
9 years ago
Rich Harris ecc84fbecf prettierfy test files
9 years ago
Rich Harris cbc0b968ef separate unmount from destroy
9 years ago
Rich-Harris 29e81c3d0a fix annoying SSR test failures with solo tests
9 years ago
Rich Harris 7479219f3c move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433
10 years ago
Rich Harris a6b4bb0d01 while we're at it, remove unused stuff from generated SSR code
10 years ago
Rich Harris 8e27684642 centralise logic for manipulating source javascript
10 years ago
Rich-Harris f7c1fb0c57 move tests around to facilitate registering babel based on environment
10 years ago