Commit Graph

86 Commits (298ae8ec236ee778710b0c1bf0858541b9191667)

Author SHA1 Message Date
Rich Harris 6751a83264 remove redundant try-catch
7 years ago
Rich Harris 7ad4befd25 deconflict name with imports (#655)
7 years ago
Rich Harris f87c3328b5 Merge branch 'master' into codegen
7 years ago
Rich Harris 21a8b1dd06 fix tests
7 years ago
Rich Harris 334772a11d use #foo instead of block.alias("foo")
7 years ago
Rich Harris 5c53f5b6a2 more useful presentation of failing SSR code
7 years ago
Rich Harris 10ecd81734 prettierfy test files
7 years ago
Rich Harris f511962325 Merge branch 'master' into gh-592
7 years ago
Rich Harris 5c055a9f0c separate unmount from destroy
7 years ago
Rich Harris 8d2607c37d fix server-side rendering of textareas with value/children
7 years ago
Rich-Harris 43091431d1 simplify SSR codegen
7 years ago
Rich-Harris a2cd983e99 intro transitions in each-blocks
7 years ago
Rich-Harris 61cbd4fa97 fix annoying SSR test failures with solo tests
8 years ago
Rich Harris 803d1d2746 move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433
8 years ago
Rich Harris 3fcbf428bd while we're at it, remove unused stuff from generated SSR code
8 years ago
Rich Harris 4b5754b9a7 centralise logic for manipulating source javascript
8 years ago
Rich-Harris 60ed068a59 move tests around to facilitate registering babel based on environment
8 years ago
Rich Harris 23265d5dfd two-way component binding in SSR (#275)
8 years ago
Rich Harris c66474e8bb Merge branch 'master' into universal-tests
8 years ago
Rich Harris b8790d1efe add SSR triple test
8 years ago
Rich Harris 6d8543f6ed fix apostrophe entity (#267)
8 years ago
Rich-Harris 11dc7dc380 handle component directives at positions other than end (fixes #221)
8 years ago
Rich-Harris e7dd885ecf handle directives on components (fixes #216)
8 years ago
Rich-Harris c84991217d merge master -> gh-202
8 years ago
Rich Harris 4df7cfa0f8 use shared generator for SSR compiler
8 years ago
Conduitry 010b4cff29 stop prepending CSS with spaces (fixes #140)
8 years ago
Rich Harris 92ec869b6c dont self-close elements - fixes #200
8 years ago
Rich Harris c8b232f431 implement triples in SSR compiler, and escape HTML for regular tags
8 years ago
Rich Harris 25e12f8597 Merge pull request #169 from sveltejs/gh-167
8 years ago
Rich-Harris 05c38bc872 Merge branch 'master' of https://github.com/sveltejs/svelte
8 years ago
Rich-Harris 284224cb4f omit attributes for SSR – fixes #163
8 years ago
Rich-Harris 941de39523 test importing non-component
8 years ago
Rich Harris 4a7bb8ca8a implement Comment in SSR compiler – fixes #165
8 years ago
Rich Harris 54d90b68e8 test nested server-rendered styles
8 years ago
Rich Harris bac02481b7 server-rendered CSS (#153)
8 years ago
Rich Harris bb9e48a309 rename folders to remove .gitignore confusion
8 years ago