Commit Graph

  • b767227a2f bind to destructured properties Rich Harris 2018-04-29 17:28:51 -0400
  • 70034ea997 bind to destructured properties #1385 Rich Harris 2018-04-29 17:28:51 -0400
  • 4d1e71fdd5 sparse array patterns Rich Harris 2018-04-29 17:08:24 -0400
  • 9607593705 sparse array patterns Rich Harris 2018-04-29 17:08:24 -0400
  • 02714d5e52 Merge branch 'master' into destructuring Rich Harris 2018-04-29 16:34:40 -0400
  • ffe91846f0 Merge branch 'master' into destructuring Rich Harris 2018-04-29 16:34:40 -0400
  • 3e1c20e802 Merge pull request #1384 from sveltejs/gh-1287 Rich Harris 2018-04-29 16:33:37 -0400
  • dbd5a76a6a
    Merge pull request #1384 from sveltejs/gh-1287 Rich Harris 2018-04-29 16:33:37 -0400
  • 58f481d2e4 destructuring Rich Harris 2018-04-29 16:25:43 -0400
  • 506ab3952e destructuring Rich Harris 2018-04-29 16:25:43 -0400
  • 364921ee8a deduplicate each block context generation for keyed blocks Rich Harris 2018-04-29 14:39:30 -0400
  • f5048fcf10 deduplicate each block context generation for keyed blocks #1384 Rich Harris 2018-04-29 14:39:30 -0400
  • 1deafca304 Merge branch 'master' into gh-1287 Rich Harris 2018-04-29 14:16:15 -0400
  • dc0cb60bfc Merge branch 'master' into gh-1287 Rich Harris 2018-04-29 14:16:15 -0400
  • 9f083bc891 Merge pull request #1381 from sveltejs/gh-703 Rich Harris 2018-04-29 14:15:59 -0400
  • 2c3f846623
    Merge pull request #1381 from sveltejs/gh-703 Rich Harris 2018-04-29 14:15:59 -0400
  • 93148ee808 deduplicate each block context generation (#1287) Rich Harris 2018-04-29 14:15:52 -0400
  • 61ee380e26 deduplicate each block context generation (#1287) Rich Harris 2018-04-29 14:15:52 -0400
  • f7f9c25e0a failing test for #1187 Rich Harris 2018-04-29 13:44:43 -0400
  • 7fe3e4a85d failing test for #1187 Rich Harris 2018-04-29 13:44:43 -0400
  • a83c902e81
    Merge ca7bd18a87 into dbab1a886d #1194 Rich Harris 2018-04-29 17:07:32 +0000
  • 394240a2aa set window scroll from bindings on initialisation - fixes #938 Rich Harris 2018-04-29 13:02:33 -0400
  • 9e9a078d5c set window scroll from bindings on initialisation - fixes #938 Rich Harris 2018-04-29 13:02:33 -0400
  • 70b01fe960 allow arbitrary expressions in each block keys - fixes #703 Rich Harris 2018-04-29 11:34:45 -0400
  • 8dc17b77db allow arbitrary expressions in each block keys - fixes #703 #1381 Rich Harris 2018-04-29 11:34:45 -0400
  • db0bd1d6cb -> v2.3.0 Rich Harris 2018-04-29 10:56:55 -0400
  • dbab1a886d -> v2.3.0 v2.3.0 Rich Harris 2018-04-29 10:56:55 -0400
  • ee522dc7e0 Merge pull request #1374 from sveltejs/gh-1368 Rich Harris 2018-04-29 10:53:40 -0400
  • 83af7bb8fd
    Merge pull request #1374 from sveltejs/gh-1368 Rich Harris 2018-04-29 10:53:40 -0400
  • cf48355bee Merge pull request #1375 from sveltejs/gh-1369 Rich Harris 2018-04-29 10:53:07 -0400
  • ff45a5315f
    Merge pull request #1375 from sveltejs/gh-1369 Rich Harris 2018-04-29 10:53:07 -0400
  • c563cfa83d Merge pull request #1376 from sveltejs/gh-1297 Rich Harris 2018-04-29 10:52:44 -0400
  • bf58a20909
    Merge pull request #1376 from sveltejs/gh-1297 Rich Harris 2018-04-29 10:52:44 -0400
  • 91cd2cfef1 Merge pull request #1377 from sveltejs/gh-1303 Rich Harris 2018-04-29 10:52:22 -0400
  • ddf2d9dbcf
    Merge pull request #1377 from sveltejs/gh-1303 Rich Harris 2018-04-29 10:52:22 -0400
  • 170ca172e4 Merge pull request #1378 from sveltejs/gh-1286 Rich Harris 2018-04-29 10:52:00 -0400
  • 7246997dd5
    Merge pull request #1378 from sveltejs/gh-1286 Rich Harris 2018-04-29 10:52:00 -0400
  • c27d0661af Merge pull request #1379 from sveltejs/gh-1251 Rich Harris 2018-04-29 10:51:41 -0400
  • d8ca0e39a3
    Merge pull request #1379 from sveltejs/gh-1251 Rich Harris 2018-04-29 10:51:41 -0400
  • d9fcc62df7 simplify test to match original Rich Harris 2018-04-29 10:32:23 -0400
  • 2124aaf5be failing test for #1214 Rich Harris 2018-04-29 10:11:36 -0400
  • c0366c7b0f preserve outer context for await blocks - fixes #1251 Rich Harris 2018-04-29 09:48:17 -0400
  • 5fd4965b64 preserve outer context for await blocks - fixes #1251 #1379 Rich Harris 2018-04-29 09:48:17 -0400
  • fc6fd787d2 recalculate each block values lazily - fixes #1286 Rich Harris 2018-04-28 23:51:05 -0400
  • f0bf1ef8d5 recalculate each block values lazily - fixes #1286 #1378 Rich Harris 2018-04-28 23:51:05 -0400
  • 51651ebce5 implement full-state computed properties - fixes #1303 Rich Harris 2018-04-28 23:39:36 -0400
  • 0dafc34de0 implement full-state computed properties - fixes #1303 #1377 Rich Harris 2018-04-28 23:39:36 -0400
  • 21c4d9ce55 overwrite this in custom event handlers - fixes #1297 Rich Harris 2018-04-28 22:53:32 -0400
  • 1fb4041519 overwrite this in custom event handlers - fixes #1297 #1376 Rich Harris 2018-04-28 22:53:32 -0400
  • a19aec1ea9 assign custom methods to custom element prototype - fixes #1369 Rich Harris 2018-04-28 22:26:18 -0400
  • ef39f00902 assign custom methods to custom element prototype - fixes #1369 #1375 Rich Harris 2018-04-28 22:26:18 -0400
  • 7ced1d4e74 fix #1368 Rich Harris 2018-04-28 21:00:07 -0400
  • d03693114d fix #1368 #1374 Rich Harris 2018-04-28 21:00:07 -0400
  • 5f425a761e Merge pull request #1370 from 1wheel/patch-1 Rich Harris 2018-04-28 20:43:41 -0400
  • ed605bfa79
    Merge pull request #1370 from 1wheel/patch-1 Rich Harris 2018-04-28 20:43:41 -0400
  • 06b2945b2b -> v2.2.0 Rich Harris 2018-04-28 20:42:02 -0400
  • 890da3b02a -> v2.2.0 v2.2.0 Rich Harris 2018-04-28 20:42:02 -0400
  • 0d9aff2277 Merge pull request #1367 from sveltejs/gh-1316 Rich Harris 2018-04-28 20:38:32 -0400
  • 2616ab1520
    Merge pull request #1367 from sveltejs/gh-1316 Rich Harris 2018-04-28 20:38:32 -0400
  • 7afc730cd6 move some more ssr files Rich Harris 2018-04-28 20:04:57 -0400
  • 01c35589d0 move some more ssr files #1367 Rich Harris 2018-04-28 20:04:57 -0400
  • 44f92b1616 fix gitignore, move ssr files Rich Harris 2018-04-28 20:03:42 -0400
  • 2ca0050f0f fix gitignore, move ssr files Rich Harris 2018-04-28 20:03:42 -0400
  • fa68cbb58c oops i did it again Rich Harris 2018-04-28 20:00:44 -0400
  • 8f1c4b38c9 oops i did it again Rich Harris 2018-04-28 20:00:44 -0400
  • 30bb85041d remove files that mysteriously reappeared Rich Harris 2018-04-28 19:59:19 -0400
  • a690ba0b8f remove files that mysteriously reappeared Rich Harris 2018-04-28 19:59:19 -0400
  • eada701414 remove unused import Rich Harris 2018-04-28 19:55:09 -0400
  • 3696e0865a remove unused import Rich Harris 2018-04-28 19:55:09 -0400
  • 8bcb0f2bf1 rename Generator -> Compiler Rich Harris 2018-04-28 19:53:57 -0400
  • 9b70523529 rename Generator -> Compiler Rich Harris 2018-04-28 19:53:57 -0400
  • 83ca33c2e5 move ssr/dom-specific logic into new Target classes, instead of subclassing Generator Rich Harris 2018-04-28 19:43:44 -0400
  • dd0f093582 move ssr/dom-specific logic into new Target classes, instead of subclassing Generator Rich Harris 2018-04-28 19:43:44 -0400
  • 1c9d546587 update gitignore Rich Harris 2018-04-28 19:26:36 -0400
  • e0f2a4e58d update gitignore Rich Harris 2018-04-28 19:26:36 -0400
  • 37186494be shuffle some stuff around Rich Harris 2018-04-28 19:19:01 -0400
  • 8fc59d7cfe shuffle some stuff around Rich Harris 2018-04-28 19:19:01 -0400
  • 452d9485fd simplify ssr Rich Harris 2018-04-28 18:48:07 -0400
  • 8759ccddbd simplify ssr Rich Harris 2018-04-28 18:48:07 -0400
  • 2cfa578aaf replace all ssr __helpers Rich Harris 2018-04-28 18:24:59 -0400
  • 6cf3f1121f replace all ssr __helpers Rich Harris 2018-04-28 18:24:59 -0400
  • fd239a45ed use same shared helpers mechanism for SSR compiler Rich Harris 2018-04-28 18:15:03 -0400
  • ebf1fe3233 use same shared helpers mechanism for SSR compiler Rich Harris 2018-04-28 18:15:03 -0400
  • 183225cafe move SSR logic into nodes Rich Harris 2018-04-28 17:50:35 -0400
  • b2b3bda85a move SSR logic into nodes Rich Harris 2018-04-28 17:50:35 -0400
  • 9df6de9fea more tidying up Rich Harris 2018-04-28 17:06:02 -0400
  • 11d396f769 more tidying up Rich Harris 2018-04-28 17:06:02 -0400
  • d883905337 more tidying up Rich Harris 2018-04-28 16:47:44 -0400
  • d10072f6b7 more tidying up Rich Harris 2018-04-28 16:47:44 -0400
  • 3da2f7f1c9 more tidying up Rich Harris 2018-04-28 16:35:27 -0400
  • 11fdb086f9 more tidying up Rich Harris 2018-04-28 16:35:27 -0400
  • ea3621ef1d remove more unnecessary stuff Rich Harris 2018-04-28 16:10:45 -0400
  • 515392ac1d remove more unnecessary stuff Rich Harris 2018-04-28 16:10:45 -0400
  • f7a7d266d5 remove some unnecessary code Rich Harris 2018-04-28 15:44:56 -0400
  • 3aca6a6c63 remove some unnecessary code Rich Harris 2018-04-28 15:44:56 -0400
  • ef09ca5d23 remove some unused Block properties Rich Harris 2018-04-28 15:35:32 -0400
  • deca8882ac remove some unused Block properties Rich Harris 2018-04-28 15:35:32 -0400
  • ebfab2c7cc no need to clone ast Rich Harris 2018-04-28 15:28:22 -0400
  • f892389b00 no need to clone ast Rich Harris 2018-04-28 15:28:22 -0400
  • b68e9f5596 put precedence logic on expression Rich Harris 2018-04-28 14:35:52 -0400