Commit Graph

55 Commits (56df761f95a2e26ce8d6f9fadc0b71b6a33214a4)

Author SHA1 Message Date
Simon H d083f8a3f2
feat: custom elements rework (#8457)
1 year ago
Yuichiro Yamashita 384927dbf3
chore: TypeScript to JavaScript + JSDoc for tests (#8526)
1 year ago
Ben McCann 0645631b28
Use TypeScript in tests (#5433)
4 years ago
Antony Jones 82dc26a31c
Fix lint warnings (#5263)
4 years ago
Conduitry 7494509dfd
only attach SSR <head> markers when hydratable: true (#4260)
5 years ago
Tan Li Hau b3582c7fb2 fix hydrating <head> (#4082)
5 years ago
Rich Harris 41d955c23e write compiled output to disk for easier inspection
5 years ago
Tan Li Hau d8b9274697 update test snapshot with --update flag
5 years ago
Tan Li Hau 601ec45780 reenable skipped test due to jsdom
5 years ago
Tan Li Hau 0c8cb44d01 fix window bindings to store (#3835)
5 years ago
Rich Harris b9f14846b0
Structured code generation (#3539)
5 years ago
Richard Harris a3ab409be5 update #1844 test for v3
5 years ago
Conduitry e5d4162092 update tests
5 years ago
mrkishi f60ae53d76 deconflict more globals
5 years ago
Richard Harris 2b1aa77f29 collapse consecutive whitespace characters in the absense of options.preserveWhitespace or a <pre>
6 years ago
Rich Harris 206a3d0131 update tests
6 years ago
Rich Harris 722e1fd383 get name based on filename
6 years ago
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