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

2588 Commits

Author SHA1 Message Date
Rich Harris
2866b11c7d WIP towards #984 2018-04-29 18:32:28 -04:00
Rich Harris
dbd5a76a6a
Merge pull request #1384 from sveltejs/gh-1287
Deduplicate each block context generation
2018-04-29 16:33:37 -04:00
Rich Harris
f5048fcf10 deduplicate each block context generation for keyed blocks 2018-04-29 14:39:30 -04:00
Rich Harris
dc0cb60bfc Merge branch 'master' into gh-1287 2018-04-29 14:16:15 -04:00
Rich Harris
2c3f846623
Merge pull request #1381 from sveltejs/gh-703
allow arbitrary expressions in each block keys
2018-04-29 14:15:59 -04:00
Rich Harris
61ee380e26 deduplicate each block context generation (#1287) 2018-04-29 14:15:52 -04:00
Rich Harris
8dc17b77db allow arbitrary expressions in each block keys - fixes #703 2018-04-29 11:34:45 -04:00
Rich Harris
dbab1a886d -> v2.3.0 2018-04-29 10:56:55 -04:00
Rich Harris
83af7bb8fd
Merge pull request #1374 from sveltejs/gh-1368
Return consistently-shaped `stats` object
2018-04-29 10:53:40 -04:00
Rich Harris
ff45a5315f
Merge pull request #1375 from sveltejs/gh-1369
assign custom methods to custom element prototype
2018-04-29 10:53:07 -04:00
Rich Harris
bf58a20909
Merge pull request #1376 from sveltejs/gh-1297
overwrite this in custom event handlers
2018-04-29 10:52:44 -04:00
Rich Harris
ddf2d9dbcf
Merge pull request #1377 from sveltejs/gh-1303
implement full-state computed properties
2018-04-29 10:52:22 -04:00
Rich Harris
7246997dd5
Merge pull request #1378 from sveltejs/gh-1286
recalculate each block values lazily
2018-04-29 10:52:00 -04:00
Rich Harris
d8ca0e39a3
Merge pull request #1379 from sveltejs/gh-1251
preserve outer context for await blocks
2018-04-29 10:51:41 -04:00
Rich Harris
5fd4965b64 preserve outer context for await blocks - fixes #1251 2018-04-29 09:48:17 -04:00
Rich Harris
f0bf1ef8d5 recalculate each block values lazily - fixes #1286 2018-04-28 23:51:05 -04:00
Rich Harris
0dafc34de0 implement full-state computed properties - fixes #1303 2018-04-28 23:39:36 -04:00
Rich Harris
1fb4041519 overwrite this in custom event handlers - fixes #1297 2018-04-28 22:53:32 -04:00
Rich Harris
ef39f00902 assign custom methods to custom element prototype - fixes #1369 2018-04-28 22:26:18 -04:00
Rich Harris
d03693114d fix #1368 2018-04-28 21:00:07 -04:00
Rich Harris
ed605bfa79
Merge pull request #1370 from 1wheel/patch-1
removes depreciated svelte-hot-loader
2018-04-28 20:43:41 -04:00
Rich Harris
890da3b02a -> v2.2.0 2018-04-28 20:42:02 -04:00
Rich Harris
2616ab1520
Merge pull request #1367 from sveltejs/gh-1316
refactor
2018-04-28 20:38:32 -04:00
Rich Harris
01c35589d0 move some more ssr files 2018-04-28 20:04:57 -04:00
Rich Harris
2ca0050f0f fix gitignore, move ssr files 2018-04-28 20:03:42 -04:00
Rich Harris
8f1c4b38c9 oops i did it again 2018-04-28 20:00:44 -04:00
Rich Harris
a690ba0b8f remove files that mysteriously reappeared 2018-04-28 19:59:19 -04:00
Rich Harris
3696e0865a remove unused import 2018-04-28 19:55:09 -04:00
Rich Harris
9b70523529 rename Generator -> Compiler 2018-04-28 19:53:57 -04:00
Rich Harris
dd0f093582 move ssr/dom-specific logic into new Target classes, instead of subclassing Generator 2018-04-28 19:43:44 -04:00
Rich Harris
e0f2a4e58d update gitignore 2018-04-28 19:26:36 -04:00
Rich Harris
8fc59d7cfe shuffle some stuff around 2018-04-28 19:19:01 -04:00
Rich Harris
8759ccddbd simplify ssr 2018-04-28 18:48:07 -04:00
Rich Harris
6cf3f1121f replace all ssr __helpers 2018-04-28 18:24:59 -04:00
Rich Harris
ebf1fe3233 use same shared helpers mechanism for SSR compiler 2018-04-28 18:15:03 -04:00
Rich Harris
b2b3bda85a move SSR logic into nodes 2018-04-28 17:50:35 -04:00
Rich Harris
11d396f769 more tidying up 2018-04-28 17:06:02 -04:00
Rich Harris
d10072f6b7 more tidying up 2018-04-28 16:47:44 -04:00
Rich Harris
11fdb086f9 more tidying up 2018-04-28 16:35:27 -04:00
Rich Harris
515392ac1d remove more unnecessary stuff 2018-04-28 16:10:45 -04:00
Rich Harris
3aca6a6c63 remove some unnecessary code 2018-04-28 15:44:56 -04:00
Rich Harris
deca8882ac remove some unused Block properties 2018-04-28 15:35:32 -04:00
Rich Harris
f892389b00 no need to clone ast 2018-04-28 15:28:22 -04:00
Rich Harris
4c8a5c598d put precedence logic on expression 2018-04-28 14:35:52 -04:00
Rich Harris
7224ef4eff all tests passing 2018-04-28 14:30:16 -04:00
Rich Harris
c3c7970dc9 minor fixes 2018-04-28 14:13:59 -04:00
Rich Harris
86d3476b55 minor fixes, update various tests 2018-04-28 13:41:30 -04:00
Rich Harris
a641019ab9 fix bindings in ssr 2018-04-28 12:58:19 -04:00
Rich Harris
c06bfdbe35 fix stringification of attributes in ssr 2018-04-28 12:40:00 -04:00
Rich Harris
0cb44bb3b2 sourcemap fix 2018-04-28 12:38:22 -04:00