Commit Graph

36 Commits (a90e07208638466de258293abb5c6086ead9dfd1)

Author SHA1 Message Date
Rich Harris a90e072086 alt-text
8 years ago
Rich Harris 118988c16b append host element, not contents, when component is nested
8 years ago
Rich Harris 6e9f9633b0 set all node.var names in preprocess
8 years ago
Rich Harris 370327cccd more tidying up
8 years ago
Rich Harris 4603d7700f more refactoring
8 years ago
Rich Harris 9fae7671a4 refactor node._state stuff
8 years ago
Rich Harris 6499d4714d only use noscript if necessary
8 years ago
Rich Harris 457f0189d4 determine needsAnchor lazily
8 years ago
Rich Harris 587d1f8994 remove some unused code
8 years ago
Rich Harris 143d0ea753 dont actually render <slot> elements
8 years ago
Rich Harris aa183df289 fallback content
8 years ago
Rich Harris efe25555cf client-side named slots
8 years ago
Rich Harris 7a8c8fd577 replace {{yield}} with <slot/>
8 years ago
Rich Harris 531354fc39 only cache values when it makes sense
8 years ago
Rich Harris 0f7e87c804 do dirty check in _set, so we can easily skip unnecessary computations later (#768)
8 years ago
Rich Harris fc7e104e63 reverse bad fix from yesterday - only have state object in mount if its a yield block
8 years ago
Rich Harris b9d826304a dont strip whitespace at the end of an each block (#713)
8 years ago
Rich Harris 4639b8d349 move css logic into new Stylesheet class, add CSS sourcemap support
8 years ago
Rich Harris ab40007406 move CSS analysis into preprocess
8 years ago
Rich Harris 203e123d94 Merge pull request #676 from sveltejs/gh-608
8 years ago
Rich Harris 9488bb9dbf only remove whitespace at end of range if safe to do so
8 years ago
Rich Harris c4ad36023c move whitespace logic out of parse and into preprocess
8 years ago
Rich Harris ebae9f9c28 run prettier
8 years ago
Rich Harris 9feee3a0bf use @foo for generator.alias("foo")
8 years ago
Rich Harris 14fe89eae8 hydration working with elements, text nodes, tags and if blocks
8 years ago
Rich Harris be7ddbac58 Merge branch 'master' into hydration
8 years ago
Rich Harris 9a70ca7874 mark indirect dependencies of <select> bindings - #639
8 years ago
Rich Harris dceb2b533b first, very incorrect stab at hydration
8 years ago
Rich Harris b0a1616e31 add trailing commas to prettier config, only run on .ts files
8 years ago
Rich Harris 84595fb381 run prettier on src, update tests
8 years ago
Rich-Harris 4486b93d88 more TS
9 years ago
Rich-Harris 78adc5b226 more TS
9 years ago
Rich-Harris 7c3fca57cf more typescript conversion
9 years ago
Rich-Harris 8d07a5f9bd gah, rollup needs the file extensions. which idiot wrote it
9 years ago
Rich-Harris 13b87acfb9 remove .ts file extensions
9 years ago
Rich-Harris 1c5e6e7430 rename all (almost) .js files
9 years ago