Commit Graph

38 Commits (168c9bf73b405b9a84f3795526f88c001cd33979)

Author SHA1 Message Date
Rich Harris f45e2b70fd
Implement reactive assignments (#1839)
6 years ago
pk fd9dc30088 Failing test for #1743
6 years ago
Rich Harris aeb01fa028 eslint
6 years ago
Rich Harris b381aa63a4 integrate CLI - fixes #1360
6 years ago
Rich Harris 73e83e5571 tidy up
6 years ago
Rich Harris 2d5b47b8a4 remove store option
6 years ago
Rich Harris 4fe8d95a6d dont typecast numeric attributes
6 years ago
Rich Harris 9bba8d18d1 implement dynamic components etc
6 years ago
Rich Harris 4b5d465a97 prevent name collisions with each block index - fixes #1254
7 years ago
Brian Takita 66e4df11a7 Implement https://github.com/sveltejs/svelte/issues/588
7 years ago
Rich Harris 774caf42ca
sanitize filenames before SSRing - fixes #1005
7 years ago
Rich Harris d590dbe165
Reinstate code coverage
7 years ago
Rich Harris 4f1d48c4a6 more readable each block values
7 years ago
Rich Harris 2fb0f5078d remove comments from HTML to be normalized, fixes final test
7 years ago
Rich Harris 361a19df17 wrap fallback hydration code in conditional
7 years ago
Rich Harris 7a8c8fd577 replace {{yield}} with <slot/>
7 years ago
Rich Harris 4dd5fc5594 apply optimisation to raw tags
7 years ago
Rich Harris c7e133790d get things working in node 4 again
7 years ago
Rich Harris c35e5948cd reuse window object for faster tests
7 years ago
Rich Harris 65e484b6ae remove reify
7 years ago
Rich Harris 46cb2a4da3 update jsdom
7 years ago
Rich Harris 1271510d00 better CSS sourcemaps
7 years ago
Rich Harris 2ec0a850fc apply css optimisations to SSR
7 years ago
Rich Harris 7ad4befd25 deconflict name with imports (#655)
7 years ago
Rich Harris f361d4287a add hydration tests
7 years ago
Rich Harris 5c53f5b6a2 more useful presentation of failing SSR code
7 years ago
Rich Harris e730b38b9d lint
7 years ago
Rich Harris 3e5f8d05c5 improve readability of debugging printouts
7 years ago
Rich Harris 4b1f1e8392 TS-ify spaces.js and deindent.js, so they get included in prettier task
7 years ago
Rich Harris 10ecd81734 prettierfy test files
7 years ago
Rich-Harris 776b68ff71 fix bug in assert.htmlEqual
7 years ago
Rich Harris a793398d63 catch hardcoded names that should be aliases (#465)
7 years ago
Rich Harris 2c4c7079e5 tweak htmlEqual helper so tests are easier to write
8 years ago
Rich Harris 8b3f0320f6 test for #312
8 years ago
Rich Harris c66474e8bb Merge branch 'master' into universal-tests
8 years ago
Rich Harris fa70530261 handle xlink attributes
8 years ago
Rich-Harris da2e78d6fa run tests with SSR compiler, where possible
8 years ago
Arpad Borsos e1cf4ea49b
restructure tests
8 years ago