Commit Graph

47 Commits (5b0b115cfc32a49745bce366cf19c267bf4af4fb)

Author SHA1 Message Date
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
Rich Harris 014334128d implement triples in SSR compiler, and escape HTML for regular tags
10 years ago
Rich Harris b95a2b84c6 Merge pull request #169 from sveltejs/gh-167
10 years ago
Rich-Harris 836c05cc93 Merge branch 'master' of https://github.com/sveltejs/svelte
10 years ago
Rich-Harris 2c8f73f2b6 omit attributes for SSR – fixes #163
10 years ago
Rich-Harris 947f73d4fe test importing non-component
10 years ago
Rich Harris 8dd5ae5372 implement Comment in SSR compiler – fixes #165
10 years ago
Rich Harris 2285817fdc test nested server-rendered styles
10 years ago
Rich Harris 597aac2010 server-rendered CSS (#153)
10 years ago
Rich Harris 284c2bf8f3 rename folders to remove .gitignore confusion
10 years ago