Commit Graph

47 Commits (202d119e9a22267c2d31bb24c466b861004724f7)

Author SHA1 Message Date
gtmnayan 202d119e9a
chore: convert puppeteer tests to playwright (#8577)
1 year ago
Yuichiro Yamashita b6a400a549
chore: add prettier (#8543)
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
pushkin 0da70f46b9
handle line ending differences in tests (#4915)
4 years ago
Conduitry 7494509dfd
only attach SSR <head> markers when hydratable: true (#4260)
5 years ago
Tan Li Hau 140bfd0ce2 write ssr 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 b4c2226438 swapped out expected and actual for asserts in error
5 years ago
Tan Li Hau 8d722ae1aa look for test folder name for solo mode as well
5 years ago
Tan Li Hau 5dbb08d19b allow solo for test suite (#3747)
5 years ago
Rich Harris b9f14846b0
Structured code generation (#3539)
5 years ago
James Garbutt caebe0deb8 Introduce ESLint to svelte sources (#2958)
5 years ago
Richard Harris a0e46ffe2d ensure spring works server-side = fixes #2773
5 years ago
Rich Harris debf1ce17a fix tests
5 years ago
Rich Harris 61a96b382a implement namespaced components
5 years ago
Rich Harris 206a3d0131 update tests
6 years ago
Rich Harris 722e1fd383 get name based on filename
6 years ago
Richard Harris c2d4ce3395 add process to globals whitelist
6 years ago
Rich Harris f45e2b70fd
Implement reactive assignments (#1839)
6 years ago
Rich Harris 837d248257 render server bindings
6 years ago
Rich Harris 8929aebbec better error for missing store - fixes #1807
6 years ago
Rich Harris b381aa63a4 integrate CLI - fixes #1360
6 years ago
Rich Harris a2759604cb SSR tests
7 years ago
Rich Harris 9037e93934 set arbitrary compile options when calling SSR register function
7 years ago
Rich Harris f8362fe5fb fix toString method in SSR output - closes #1044
7 years ago
Rich Harris f7c540b4ed get store() to work with nested components in SSR compiler
7 years ago
Rich Harris ed44f7d1fa server-side <:Head>
7 years ago
Rich Harris 545ed7f0ed generate title in SSR compiler
7 years ago
Rich Harris 0127f9f0ca change server-side render method signature
7 years ago
Rich Harris be68cd9de2 use store in SSR mode
7 years ago
Efthymis Sarmpanis 4c06226a5c Add support for intercepting different file extensions, other than .html, in ssr. (#940)
7 years ago
Rich Harris d590dbe165
Reinstate code coverage
7 years ago
Rich Harris 5b3e8cd88f support nested <slot> elements
7 years ago
Rich Harris 2fa784ecc3 handle @foo and #foo edge cases
7 years ago
Rich Harris d08c04d313 merge master -> codegen
7 years ago
Rich Harris 6751a83264 remove redundant try-catch
7 years ago
Rich Harris 7ad4befd25 deconflict name with imports (#655)
7 years ago
Rich Harris 334772a11d use #foo instead of block.alias("foo")
7 years ago
Rich Harris 5c53f5b6a2 more useful presentation of failing SSR code
7 years ago
Rich Harris 10ecd81734 prettierfy test files
7 years ago
Rich Harris 5c055a9f0c separate unmount from destroy
7 years ago
Rich-Harris 61cbd4fa97 fix annoying SSR test failures with solo tests
8 years ago
Rich Harris 803d1d2746 move test/generator to test/runtime, and have separate input -> output tests for codegen. add test for #433
8 years ago
Rich Harris 3fcbf428bd while we're at it, remove unused stuff from generated SSR code
8 years ago
Rich Harris 4b5754b9a7 centralise logic for manipulating source javascript
8 years ago
Rich-Harris 60ed068a59 move tests around to facilitate registering babel based on environment
8 years ago