Commit Graph

2830 Commits (23c8691dd4fe77f62b2be0bf683d68d334b84da1)
 

Author SHA1 Message Date
Rich Harris ee522dc7e0 Merge pull request #1374 from sveltejs/gh-1368
8 years ago
Rich Harris cf48355bee Merge pull request #1375 from sveltejs/gh-1369
8 years ago
Rich Harris c563cfa83d Merge pull request #1376 from sveltejs/gh-1297
8 years ago
Rich Harris 91cd2cfef1 Merge pull request #1377 from sveltejs/gh-1303
8 years ago
Rich Harris 170ca172e4 Merge pull request #1378 from sveltejs/gh-1286
8 years ago
Rich Harris c27d0661af Merge pull request #1379 from sveltejs/gh-1251
8 years ago
Rich Harris c0366c7b0f preserve outer context for await blocks - fixes #1251
8 years ago
Rich Harris fc6fd787d2 recalculate each block values lazily - fixes #1286
8 years ago
Rich Harris 51651ebce5 implement full-state computed properties - fixes #1303
8 years ago
Rich Harris 21c4d9ce55 overwrite this in custom event handlers - fixes #1297
8 years ago
Rich Harris a19aec1ea9 assign custom methods to custom element prototype - fixes #1369
8 years ago
Rich Harris 7ced1d4e74 fix #1368
8 years ago
Rich Harris 5f425a761e Merge pull request #1370 from 1wheel/patch-1
8 years ago
Rich Harris 06b2945b2b -> v2.2.0
8 years ago
Rich Harris 0d9aff2277 Merge pull request #1367 from sveltejs/gh-1316
8 years ago
Rich Harris 7afc730cd6 move some more ssr files
8 years ago
Rich Harris 44f92b1616 fix gitignore, move ssr files
8 years ago
Rich Harris fa68cbb58c oops i did it again
8 years ago
Rich Harris 30bb85041d remove files that mysteriously reappeared
8 years ago
Rich Harris eada701414 remove unused import
8 years ago
Rich Harris 8bcb0f2bf1 rename Generator -> Compiler
8 years ago
Rich Harris 83ca33c2e5 move ssr/dom-specific logic into new Target classes, instead of subclassing Generator
8 years ago
Rich Harris 1c9d546587 update gitignore
8 years ago
Rich Harris 37186494be shuffle some stuff around
8 years ago
Rich Harris 452d9485fd simplify ssr
8 years ago
Rich Harris 2cfa578aaf replace all ssr __helpers
8 years ago
Rich Harris fd239a45ed use same shared helpers mechanism for SSR compiler
8 years ago
Rich Harris 183225cafe move SSR logic into nodes
8 years ago
Rich Harris 9df6de9fea more tidying up
8 years ago
Rich Harris d883905337 more tidying up
8 years ago
Rich Harris 3da2f7f1c9 more tidying up
8 years ago
Rich Harris ea3621ef1d remove more unnecessary stuff
8 years ago
Rich Harris f7a7d266d5 remove some unnecessary code
8 years ago
Rich Harris ef09ca5d23 remove some unused Block properties
8 years ago
Rich Harris ebfab2c7cc no need to clone ast
8 years ago
Rich Harris b68e9f5596 put precedence logic on expression
8 years ago
Rich Harris 09468dfb47 all tests passing
8 years ago
Rich Harris d6d3af8e03 minor fixes
8 years ago
Rich Harris dd61ceba66 minor fixes, update various tests
8 years ago
Rich Harris 442945f9c9 fix bindings in ssr
8 years ago
Rich Harris 191c9ee5bd fix stringification of attributes in ssr
8 years ago
Rich Harris 800af889a9 sourcemap fix
8 years ago
Rich Harris f3262e03aa update parser tests
8 years ago
Rich Harris 13731bf432 parse <slot> as element in custom element mode
8 years ago
Rich Harris d67234b5d9 validate <title> elements
8 years ago
Rich Harris 373fad6ea8 validate components
8 years ago
Rich Harris d582ea5bf4 attribute stringification
8 years ago
Rich Harris 39dc0b9c7d ref selectors
8 years ago
Rich Harris 4f7c67db13 fix css expression analysis
8 years ago
Rich Harris e0161f1dfa reenable non-runtime tests
8 years ago