Commit Graph

2667 Commits (a344afaa86c569780c3db9a1ffbf116cede31f07)
 

Author SHA1 Message Date
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
Rich Harris a5a415cf1d fix indirect dependencies
8 years ago
Rich Harris 3bdb9492cc prevent double editing of synthetic attributes
8 years ago
Rich Harris 8661216b39 more event handler stuff
8 years ago
Rich Harris b28d7e643a use context in event handlers regardless of dependencies
8 years ago
Rich Harris 8ec64c9d6f each block indexes
8 years ago
Rich Harris 0c21b6a220 destructuring
8 years ago
Rich Harris 4ca1e4d62c maintain context for component events
8 years ago
Rich Harris 14b0dc5274 handle shorthand properties in expressions
8 years ago
Rich Harris de4aba73da css fix
8 years ago
Rich Harris d9fd64d731 component event shorthand
8 years ago
Rich Harris e54757a620 fix contextual component bindings
8 years ago
Rich Harris 3dee388e90 named slots and event context
8 years ago
Rich Harris d2e7b1abcb hmm. work around weird code generation glitch
8 years ago