0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-30 08:56:14 +01:00
Commit Graph

12 Commits

Author SHA1 Message Date
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