Commit Graph

606 Commits (94166f60d83aff01a745b962f653bf51dab44183)

Author SHA1 Message Date
Rich Harris 94166f60d8 remove unused code
8 years ago
Rich Harris c98e1f49d3 update parser tests
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 7ad4befd25 deconflict name with imports (#655)
8 years ago
Rich Harris d622bc3e47 use 31 instead of 33
8 years ago
Rich Harris 7a877b5857 use bitshifting for magic perf boost
8 years ago
Rich Harris 71f1ac91ba improve transition performance
8 years ago
Rich Harris 47f9c3dbfd dont recreate if_blocks incorrectly
8 years ago
Rich Harris 8d0ec6e61e pass params to get_block (#667)
8 years ago
Rich Harris de2e059f4e only run create() for new if blocks - fixes #665
8 years ago
Rich Harris dcb905aab6 fix each-else blocks that are empty on initial render (#662)
8 years ago
Rich Harris b07f303780 put attribute selector before pseudo-class selector - fixes #658
8 years ago
Rich Harris b47e2527b3 test with hydratable: true and hydratable: false
8 years ago
Rich Harris fdb750ee5c keyed each block and select fixes
8 years ago
Rich Harris 4d713a5191 fix yield blocks
8 years ago
Rich Harris d10ddc0c51 fix most non-hydration tests
8 years ago
Rich Harris 97b70bccc5 events, bindings, if block fixes
8 years ago
Rich Harris dc29b2d466 fix component hydration
8 years ago
Rich Harris 0bbd917442 more hydration
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 e9516abffd fix bad indentation in generated code
8 years ago
Paul Sauve dc0dedf3fe Fix #643
8 years ago
Rich Harris ba822bd60c Merge pull request #642 from sveltejs/gh-639-b
8 years ago
Rich Harris 5c26f81f53 Merge pull request #641 from sveltejs/gh-639-a
8 years ago
Rich Harris 9a70ca7874 mark indirect dependencies of <select> bindings - #639
8 years ago
Rich Harris d3d026a510 sync state with view, if <select> binding does not have initial value (#639)
8 years ago
Rich Harris dceb2b533b first, very incorrect stab at hydration
8 years ago
Rich Harris 135f626395 include ast in svelte.compile return value (#632)
8 years ago
Rich Harris bb17940b7e Merge pull request #627 from sveltejs/gh-624
8 years ago
Rich Harris 596ab3a7fe remove TODO, is now taken care of
8 years ago
Conduitry 051534eeae correctly handle empty <style> tag (#634)
8 years ago
Rich Harris 61f5cbef54 Merge pull request #630 from sveltejs/gh-620
8 years ago
Conduitry 3aaec886cb fix missing component test
8 years ago
Rich Harris 728594b1c2 Merge pull request #629 from sveltejs/gh-621
8 years ago
Rich Harris ff40308358 only enforce static type if input is bound (fixes #620)
8 years ago
Rich Harris b7ea045a04 rename addEventListener and removeEventListener (#621)
8 years ago
Rich Harris d45699db6f warn on missing component (#623)
8 years ago
Rich Harris e0917fd874 allow components to have computed member expressions for bindings (fixes #624)
8 years ago
Rich Harris b89c42c851 fix #625
8 years ago
Rich Harris 7c23579197 typo
8 years ago
Rich Harris 1a798ec8ad Merge branch 'master' into gh-616
8 years ago
Rich Harris 4b1f1e8392 TS-ify spaces.js and deindent.js, so they get included in prettier task
8 years ago
Rich Harris b0a1616e31 add trailing commas to prettier config, only run on .ts files
8 years ago
Conduitry 05a7a262c3 also escape back-ticks and backslashes in text nodes in SSR code (#616)
8 years ago
Rich Harris 84595fb381 run prettier on src, update tests
8 years ago
Conduitry 03616943dd update for magic-string .overwrite API change
8 years ago
Conduitry 9112671263 sanitize event name in handler function name (#612)
8 years ago
Rich Harris 3b70920991 merge master -> gh-592
8 years ago