0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00
Commit Graph

44 Commits

Author SHA1 Message Date
Richard Harris
a3ab409be5 update #1844 test for v3 2019-08-04 10:06:14 -04:00
Conduitry
e5d4162092 update tests 2019-06-12 21:18:33 -04:00
mrkishi
f60ae53d76 deconflict more globals 2019-06-12 18:06:03 -04:00
Richard Harris
2b1aa77f29 collapse consecutive whitespace characters in the absense of options.preserveWhitespace or a <pre> 2019-03-18 09:19:14 -04:00
Rich Harris
206a3d0131 update tests 2019-02-08 09:32:36 -05:00
Rich Harris
722e1fd383 get name based on filename 2019-01-30 11:09:24 -05:00
Rich Harris
f45e2b70fd
Implement reactive assignments (#1839)
This also includes elements of RFCs 2 and 3
2018-12-15 19:18:03 -05:00
pk
fd9dc30088 Failing test for #1743
global.getComputedStyle and global.navigator are needed for
addResizeListener in shared/dom
2018-11-04 20:25:57 +01:00
Rich Harris
aeb01fa028 eslint 2018-08-03 20:03:15 -04:00
Rich Harris
b381aa63a4 integrate CLI - fixes #1360 2018-04-29 20:25:12 -04:00
Rich Harris
73e83e5571 tidy up 2018-04-16 00:05:51 -04:00
Rich Harris
2d5b47b8a4 remove store option 2018-04-15 22:26:23 -04:00
Rich Harris
4fe8d95a6d dont typecast numeric attributes 2018-04-15 20:07:08 -04:00
Rich Harris
9bba8d18d1 implement dynamic components etc 2018-04-14 14:01:28 -04:00
Rich Harris
4b5d465a97 prevent name collisions with each block index - fixes #1254 2018-03-18 19:48:16 -04:00
Brian Takita
66e4df11a7 Implement https://github.com/sveltejs/svelte/issues/588
* Performance Improvement with Keyed EachBlock
  * All DOM nodes for existing data are reused between changes to state
  * Speed up Keyed Swap Rows Benchmark
    * https://github.com/krausest/js-framework-benchmark
* Fixed Build
* Introduced jsdom.VirtualConsole
2018-03-18 03:39:01 -04:00
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