Commit Graph

2593 Commits (b381aa63a4103ce57bbaa563f3cf5f4926b928bd)
 

Author SHA1 Message Date
Rich Harris b381aa63a4 integrate CLI - fixes #1360
6 years ago
Rich Harris 1130556312
Merge pull request #1385 from sveltejs/destructuring
6 years ago
Rich Harris 70034ea997 bind to destructured properties
6 years ago
Rich Harris 9607593705 sparse array patterns
6 years ago
Rich Harris ffe91846f0 Merge branch 'master' into destructuring
6 years ago
Rich Harris dbd5a76a6a
Merge pull request #1384 from sveltejs/gh-1287
6 years ago
Rich Harris 506ab3952e destructuring
6 years ago
Rich Harris f5048fcf10 deduplicate each block context generation for keyed blocks
6 years ago
Rich Harris dc0cb60bfc Merge branch 'master' into gh-1287
6 years ago
Rich Harris 2c3f846623
Merge pull request #1381 from sveltejs/gh-703
6 years ago
Rich Harris 61ee380e26 deduplicate each block context generation (#1287)
6 years ago
Rich Harris 8dc17b77db allow arbitrary expressions in each block keys - fixes #703
6 years ago
Rich Harris dbab1a886d -> v2.3.0
6 years ago
Rich Harris 83af7bb8fd
Merge pull request #1374 from sveltejs/gh-1368
6 years ago
Rich Harris ff45a5315f
Merge pull request #1375 from sveltejs/gh-1369
6 years ago
Rich Harris bf58a20909
Merge pull request #1376 from sveltejs/gh-1297
6 years ago
Rich Harris ddf2d9dbcf
Merge pull request #1377 from sveltejs/gh-1303
6 years ago
Rich Harris 7246997dd5
Merge pull request #1378 from sveltejs/gh-1286
6 years ago
Rich Harris d8ca0e39a3
Merge pull request #1379 from sveltejs/gh-1251
6 years ago
Rich Harris 5fd4965b64 preserve outer context for await blocks - fixes #1251
6 years ago
Rich Harris f0bf1ef8d5 recalculate each block values lazily - fixes #1286
6 years ago
Rich Harris 0dafc34de0 implement full-state computed properties - fixes #1303
6 years ago
Rich Harris 1fb4041519 overwrite this in custom event handlers - fixes #1297
6 years ago
Rich Harris ef39f00902 assign custom methods to custom element prototype - fixes #1369
6 years ago
Rich Harris d03693114d fix #1368
6 years ago
Rich Harris ed605bfa79
Merge pull request #1370 from 1wheel/patch-1
6 years ago
Rich Harris 890da3b02a -> v2.2.0
6 years ago
Rich Harris 2616ab1520
Merge pull request #1367 from sveltejs/gh-1316
6 years ago
Rich Harris 01c35589d0 move some more ssr files
6 years ago
Rich Harris 2ca0050f0f fix gitignore, move ssr files
6 years ago
Rich Harris 8f1c4b38c9 oops i did it again
6 years ago
Rich Harris a690ba0b8f remove files that mysteriously reappeared
6 years ago
Rich Harris 3696e0865a remove unused import
6 years ago
Rich Harris 9b70523529 rename Generator -> Compiler
6 years ago
Rich Harris dd0f093582 move ssr/dom-specific logic into new Target classes, instead of subclassing Generator
6 years ago
Rich Harris e0f2a4e58d update gitignore
6 years ago
Rich Harris 8fc59d7cfe shuffle some stuff around
6 years ago
Rich Harris 8759ccddbd simplify ssr
6 years ago
Rich Harris 6cf3f1121f replace all ssr __helpers
6 years ago
Rich Harris ebf1fe3233 use same shared helpers mechanism for SSR compiler
6 years ago
Rich Harris b2b3bda85a move SSR logic into nodes
6 years ago
Rich Harris 11d396f769 more tidying up
6 years ago
Rich Harris d10072f6b7 more tidying up
6 years ago
Rich Harris 11fdb086f9 more tidying up
6 years ago
Rich Harris 515392ac1d remove more unnecessary stuff
6 years ago
Rich Harris 3aca6a6c63 remove some unnecessary code
6 years ago
Rich Harris deca8882ac remove some unused Block properties
6 years ago
Rich Harris f892389b00 no need to clone ast
6 years ago
Rich Harris 4c8a5c598d put precedence logic on expression
6 years ago
Rich Harris 7224ef4eff all tests passing
6 years ago