0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
Commit Graph

30 Commits

Author SHA1 Message Date
Rich Harris
722e1fd383 get name based on filename 2019-01-30 11:09:24 -05:00
Richard Harris
c2d4ce3395 add process to globals whitelist 2018-12-29 13:18:19 -05:00
Rich Harris
f45e2b70fd
Implement reactive assignments (#1839)
This also includes elements of RFCs 2 and 3
2018-12-15 19:18:03 -05:00
Rich Harris
837d248257 render server bindings 2018-10-27 16:37:50 -04:00
Rich Harris
8929aebbec better error for missing store - fixes #1807 2018-10-27 14:32:26 -04:00
Rich Harris
b381aa63a4 integrate CLI - fixes #1360 2018-04-29 20:25:12 -04:00
Rich Harris
a2759604cb SSR tests 2018-04-15 23:27:44 -04:00
Rich Harris
9037e93934 set arbitrary compile options when calling SSR register function 2018-03-12 08:14:46 -04:00
Rich Harris
f8362fe5fb fix toString method in SSR output - closes #1044 2017-12-24 11:18:46 -05:00
Rich Harris
f7c540b4ed get store() to work with nested components in SSR compiler 2017-12-15 20:58:06 -05:00
Rich Harris
ed44f7d1fa server-side <:Head> 2017-12-13 19:40:32 -05:00
Rich Harris
545ed7f0ed generate title in SSR compiler 2017-12-13 09:52:04 -05:00
Rich Harris
0127f9f0ca change server-side render method signature 2017-12-13 09:28:29 -05:00
Rich Harris
be68cd9de2 use store in SSR mode 2017-11-24 14:49:16 -05:00
Efthymis Sarmpanis
4c06226a5c Add support for intercepting different file extensions, other than .html, in ssr. (#940)
Proposal for #939
2017-11-23 11:28:28 -05:00
Rich Harris
d590dbe165
Reinstate code coverage 2017-11-23 08:45:22 -05:00
Rich Harris
5b3e8cd88f support nested <slot> elements 2017-08-29 08:02:47 -04:00
Rich Harris
2fa784ecc3 handle @foo and #foo edge cases 2017-06-25 20:03:17 -04:00
Rich Harris
d08c04d313 merge master -> codegen 2017-06-25 15:08:28 -04:00
Rich Harris
6751a83264 remove redundant try-catch 2017-06-25 14:24:33 -04:00
Rich Harris
7ad4befd25 deconflict name with imports (#655) 2017-06-25 14:15:06 -04:00
Rich Harris
334772a11d use #foo instead of block.alias("foo") 2017-06-25 11:24:24 -04:00
Rich Harris
5c53f5b6a2 more useful presentation of failing SSR code 2017-06-11 15:22:36 -04:00
Rich Harris
10ecd81734 prettierfy test files 2017-06-02 22:04:36 -04:00
Rich Harris
5c055a9f0c separate unmount from destroy 2017-05-28 11:27:51 -04:00
Rich-Harris
61cbd4fa97 fix annoying SSR test failures with solo tests 2017-04-18 21:38:30 -04:00
Rich Harris
803d1d2746 move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433 2017-04-04 12:05:54 -04:00
Rich Harris
3fcbf428bd while we're at it, remove unused stuff from generated SSR code 2017-04-04 10:21:19 -04:00
Rich Harris
4b5754b9a7 centralise logic for manipulating source javascript 2017-04-04 09:31:42 -04:00
Rich-Harris
60ed068a59 move tests around to facilitate registering babel based on environment 2017-03-07 14:10:28 -05:00