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

28 Commits

Author SHA1 Message Date
Rich Harris
774caf42ca
sanitize filenames before SSRing - fixes #1005 2017-12-11 10:11:05 -05:00
Rich Harris
d590dbe165
Reinstate code coverage 2017-11-23 08:45:22 -05:00
Rich Harris
4f1d48c4a6 more readable each block values 2017-09-18 18:32:44 -04:00
Rich Harris
2fb0f5078d remove comments from HTML to be normalized, fixes final test 2017-08-28 17:11:42 -04:00
Rich Harris
361a19df17 wrap fallback hydration code in conditional 2017-08-28 11:00:53 -04:00
Rich Harris
7a8c8fd577 replace {{yield}} with <slot/> 2017-08-26 15:50:19 -04:00
Rich Harris
4dd5fc5594 apply optimisation to raw tags 2017-08-14 11:34:24 -04:00
Rich Harris
c7e133790d get things working in node 4 again 2017-07-30 01:04:23 -04:00
Rich Harris
c35e5948cd reuse window object for faster tests 2017-07-29 23:55:56 -04:00
Rich Harris
65e484b6ae remove reify 2017-07-29 23:35:12 -04:00
Rich Harris
46cb2a4da3 update jsdom 2017-07-29 22:26:22 -04:00
Rich Harris
1271510d00 better CSS sourcemaps 2017-07-21 20:37:45 -04:00
Rich Harris
2ec0a850fc apply css optimisations to SSR 2017-07-01 23:27:02 -04:00
Rich Harris
7ad4befd25 deconflict name with imports (#655) 2017-06-25 14:15:06 -04:00
Rich Harris
f361d4287a add hydration tests 2017-06-13 17:54:59 -04:00
Rich Harris
5c53f5b6a2 more useful presentation of failing SSR code 2017-06-11 15:22:36 -04:00
Rich Harris
e730b38b9d lint 2017-06-11 14:00:24 -04:00
Rich Harris
3e5f8d05c5 improve readability of debugging printouts 2017-06-09 15:22:51 -04:00
Rich Harris
4b1f1e8392 TS-ify spaces.js and deindent.js, so they get included in prettier task 2017-06-03 10:43:41 -04:00
Rich Harris
10ecd81734 prettierfy test files 2017-06-02 22:04:36 -04:00
Rich-Harris
776b68ff71 fix bug in assert.htmlEqual 2017-05-05 12:10:37 -04:00
Rich Harris
a793398d63 catch hardcoded names that should be aliases (#465) 2017-04-11 10:09:56 -04:00
Rich Harris
2c4c7079e5 tweak htmlEqual helper so tests are easier to write 2017-03-16 16:10:00 -04:00
Rich Harris
8b3f0320f6 test for #312 2017-03-16 16:02:50 -04:00
Rich Harris
c66474e8bb Merge branch 'master' into universal-tests 2017-02-01 12:29:43 -05:00
Rich Harris
fa70530261 handle xlink attributes 2017-01-24 17:03:14 -05:00
Rich-Harris
da2e78d6fa run tests with SSR compiler, where possible 2017-01-17 13:46:37 -05:00
Arpad Borsos
e1cf4ea49b
restructure tests
* split up tests into separate files
* fix coverage generation for SSR
2016-12-08 12:08:27 +01:00