Commit Graph

59 Commits (faa613d3579471c15019953f00156ce6f20c6378)

Author SHA1 Message Date
Emil Ajdyna 7c58d0520c Base scoping hashes on CSS content rather than entire file
9 years ago
Conduitry 11d909b9c4 update test
9 years ago
Rich Harris 9923d6131f escape HTML - fixes #1066
9 years ago
Rich Harris e323373c08 fix toString method in SSR output - closes #1044
9 years ago
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 69dab15d8d remove <:Document>, implement <:Head> on client-side
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 35af771990 rename file
9 years ago
Rich Harris 3fdf5d98e2 sanitize filenames before SSRing - fixes #1005
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 fd8f6f5f09 dont actually render <slot> elements
9 years ago
Rich Harris 25f08b215f replace {{yield}} with <slot/>
9 years ago
Rich Harris d2a5f5df33 remove reify
9 years ago
Rich Harris cff7fe004b minify css and remove unused styles (#697)
9 years ago
Rich Harris 79ed77414c Merge pull request #676 from sveltejs/gh-608
9 years ago
Rich Harris aaa0c50651 handle @foo and #foo edge cases
9 years ago
Rich Harris 137cefde72 move whitespace logic out of parse and into preprocess
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 f6dad89c90 Merge branch 'master' into codegen
9 years ago
Rich Harris 88ec5aee90 fix tests
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 96efd6d993 Merge branch 'master' into gh-592
9 years ago
Rich Harris cbc0b968ef separate unmount from destroy
9 years ago
Rich Harris 2da800524d fix server-side rendering of textareas with value/children
9 years ago
Rich-Harris 30abda37bd simplify SSR codegen
9 years ago
Rich-Harris 6601a27ad0 intro transitions in each-blocks
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
Rich Harris 88011e7f93 two-way component binding in SSR (#275)
10 years ago
Rich Harris 83deda147a Merge branch 'master' into universal-tests
10 years ago
Rich Harris be60c82a54 add SSR triple test
10 years ago
Rich Harris 548a359582 fix apostrophe entity (#267)
10 years ago
Rich-Harris faf50dfddc handle component directives at positions other than end (fixes #221)
10 years ago
Rich-Harris 8936cb98b5 handle directives on components (fixes #216)
10 years ago
Rich-Harris f1ff567b54 merge master -> gh-202
10 years ago
Rich Harris 027096f1ad use shared generator for SSR compiler
10 years ago
Conduitry e72d28102a stop prepending CSS with spaces (fixes #140)
10 years ago
Rich Harris 612a505293 dont self-close elements - fixes #200
10 years ago