Commit Graph

2918 Commits (f47d65bd2659ebb06809758c328f197b8399e55c)
 

Author SHA1 Message Date
Rich Harris ed605bfa79
Merge pull request #1370 from 1wheel/patch-1
7 years ago
Rich Harris 890da3b02a -> v2.2.0
7 years ago
Rich Harris 2616ab1520
Merge pull request #1367 from sveltejs/gh-1316
7 years ago
Rich Harris 01c35589d0 move some more ssr files
7 years ago
Rich Harris 2ca0050f0f fix gitignore, move ssr files
7 years ago
Rich Harris 8f1c4b38c9 oops i did it again
7 years ago
Rich Harris a690ba0b8f remove files that mysteriously reappeared
7 years ago
Rich Harris 3696e0865a remove unused import
7 years ago
Rich Harris 9b70523529 rename Generator -> Compiler
7 years ago
Rich Harris dd0f093582 move ssr/dom-specific logic into new Target classes, instead of subclassing Generator
7 years ago
Rich Harris e0f2a4e58d update gitignore
7 years ago
Rich Harris 8fc59d7cfe shuffle some stuff around
7 years ago
Rich Harris 8759ccddbd simplify ssr
7 years ago
Rich Harris 6cf3f1121f replace all ssr __helpers
7 years ago
Rich Harris ebf1fe3233 use same shared helpers mechanism for SSR compiler
7 years ago
Rich Harris b2b3bda85a move SSR logic into nodes
7 years ago
Rich Harris 11d396f769 more tidying up
7 years ago
Rich Harris d10072f6b7 more tidying up
7 years ago
Rich Harris 11fdb086f9 more tidying up
7 years ago
Rich Harris 515392ac1d remove more unnecessary stuff
7 years ago
Rich Harris 3aca6a6c63 remove some unnecessary code
7 years ago
Rich Harris deca8882ac remove some unused Block properties
7 years ago
Rich Harris f892389b00 no need to clone ast
7 years ago
Rich Harris 4c8a5c598d put precedence logic on expression
7 years ago
Rich Harris 7224ef4eff all tests passing
7 years ago
Rich Harris c3c7970dc9 minor fixes
7 years ago
Rich Harris 86d3476b55 minor fixes, update various tests
7 years ago
Rich Harris a641019ab9 fix bindings in ssr
7 years ago
Rich Harris c06bfdbe35 fix stringification of attributes in ssr
7 years ago
Rich Harris 0cb44bb3b2 sourcemap fix
7 years ago
Rich Harris 4c9ba2ef71 update parser tests
7 years ago
Rich Harris 67e4a90f18 parse <slot> as element in custom element mode
7 years ago
Rich Harris bb30e26d21 validate <title> elements
7 years ago
Rich Harris f79bede8a9 validate components
7 years ago
Rich Harris cf1e00e602 attribute stringification
7 years ago
Rich Harris 1d7366d107 ref selectors
7 years ago
Rich Harris 5722a51d17 fix css expression analysis
7 years ago
Rich Harris 3fdf542a98 reenable non-runtime tests
7 years ago
Rich Harris fa2b1f8784 fix indirect dependencies
7 years ago
Rich Harris fbc5d8312d prevent double editing of synthetic attributes
7 years ago
Rich Harris 912c7910bd more event handler stuff
7 years ago
Rich Harris b73a3f6b1a use context in event handlers regardless of dependencies
7 years ago
Rich Harris 041ad806ee each block indexes
7 years ago
Rich Harris 57324507dd destructuring
7 years ago
Rich Harris 77a47020c4 maintain context for component events
7 years ago
Rich Harris 331ef32198 handle shorthand properties in expressions
7 years ago
Rich Harris 928a4bd58e css fix
7 years ago
Rich Harris a66b2e948a component event shorthand
7 years ago
Rich Harris 242d64d4cf fix contextual component bindings
7 years ago
Rich Harris 1120c135ac named slots and event context
7 years ago