Commit Graph

2904 Commits (c295fc9018b6f568fa06f7f504373bad810a6796)
 

Author SHA1 Message Date
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
Rich Harris c3c7970dc9 minor fixes
6 years ago
Rich Harris 86d3476b55 minor fixes, update various tests
6 years ago
Rich Harris a641019ab9 fix bindings in ssr
6 years ago
Rich Harris c06bfdbe35 fix stringification of attributes in ssr
6 years ago
Rich Harris 0cb44bb3b2 sourcemap fix
6 years ago
Rich Harris 4c9ba2ef71 update parser tests
6 years ago
Rich Harris 67e4a90f18 parse <slot> as element in custom element mode
6 years ago
Rich Harris bb30e26d21 validate <title> elements
6 years ago
Rich Harris f79bede8a9 validate components
6 years ago
Rich Harris cf1e00e602 attribute stringification
6 years ago
Rich Harris 1d7366d107 ref selectors
6 years ago
Rich Harris 5722a51d17 fix css expression analysis
6 years ago
Rich Harris 3fdf542a98 reenable non-runtime tests
6 years ago
Rich Harris fa2b1f8784 fix indirect dependencies
6 years ago
Rich Harris fbc5d8312d prevent double editing of synthetic attributes
6 years ago
Rich Harris 912c7910bd more event handler stuff
6 years ago
Rich Harris b73a3f6b1a use context in event handlers regardless of dependencies
6 years ago
Rich Harris 041ad806ee each block indexes
6 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
Rich Harris b874b3c10c hmm. work around weird code generation glitch
7 years ago
Rich Harris 8b2a653711 fix one way select binding
7 years ago
Rich Harris d9289cac03 handle value-less <option> elements
7 years ago
Adam Pearce ec3c7383e3
removes depreciated svelte-hot-loader
7 years ago
Rich Harris b35a9e674f fix/simplify bindings
7 years ago
Rich Harris c62178db3e fix contextual events
7 years ago
Rich Harris 6b3d7c2cf5 deep bindings
7 years ago
Rich Harris de9b3a56be fix slot attribute validation
7 years ago
Rich Harris 3bb673d590 readonly dev warnings
7 years ago
Rich Harris 6e0c3bdfbb autofocus
7 years ago
Rich Harris d86534cf4c fix each-else
7 years ago
Rich Harris 0c7da317ce fix some component event stuff
7 years ago
Rich Harris 39525f873b fix attribute stringification
7 years ago
Rich Harris 4e705d2cb7 fix component binding initialisation
7 years ago