Commit Graph

1395 Commits (97aaccec650d56c4fb73d22d5c9ff9c3b377ae83)
 

Author SHA1 Message Date
Rich Harris 03271b176e refactoring, and more :global(...) fixes
9 years ago
Rich Harris 1b9b12b7a4 more :global(...) handling
9 years ago
Rich Harris afbef75516 handle :global(...) styles
9 years ago
Rich Harris 139a434e32 Merge pull request #683 from sveltejs/gh-681
9 years ago
Rich Harris 5d44d65ae8 hack sourcemap to mitigate confusion caused by missing data for each block (#681)
9 years ago
Rich Harris 22e33a7c8c move CSS analysis into preprocess
9 years ago
Rich Harris 1d9900272e Merge branch 'master' into gh-679
9 years ago
Rich Harris 79ed77414c Merge pull request #676 from sveltejs/gh-608
9 years ago
Rich Harris b7a3113a1e Merge pull request #673 from sveltejs/codegen
9 years ago
Rich Harris f644807e7a only apply svelte-123xyz attributes where necessary (WIP)
9 years ago
Rich Harris ab9eb4fe19 set up tests for omitted scoping attributes
9 years ago
Rich Harris 217f2662c3 Merge branch 'master' into codegen
9 years ago
Rich Harris aaa0c50651 handle @foo and #foo edge cases
9 years ago
Rich Harris bf3c83bd1c Merge pull request #677 from sveltejs/gh-664
9 years ago
Rich Harris 0cbd35cc16 add dev mode hydration error (closes #664)
9 years ago
Rich Harris 4db141dc63 Merge branch 'master' into codegen
9 years ago
Rich Harris 70cd2a205f Merge pull request #675 from sveltejs/gh-651
9 years ago
Rich Harris a675525830 remove unused code
9 years ago
Rich Harris 6a6857624f update parser tests
9 years ago
Rich Harris 8b2e65b3ce update tests
9 years ago
Rich Harris f34b3218c6 only remove whitespace at end of range if safe to do so
9 years ago
Rich Harris 137cefde72 move whitespace logic out of parse and into preprocess
9 years ago
Rich Harris 21b8776ae2 merge master -> codegen
9 years ago
Rich Harris c094afe624 Merge pull request #674 from sveltejs/gh-655
9 years ago
Rich Harris a95bd7f416 add test for #651
9 years ago
Rich Harris 9e4765a217 run intro transitions on initial render (#651)
9 years ago
Rich Harris 2ca8c74a4d remove redundant try-catch
9 years ago
Rich Harris e8f43c9e3e deconflict name with imports (#655)
9 years ago
Rich Harris f6dad89c90 Merge branch 'master' into codegen
9 years ago
Rich Harris 8783a2efbc Merge pull request #670 from sveltejs/transition-perf
9 years ago
Rich Harris 88ec5aee90 fix tests
9 years ago
Rich Harris 091667748f use 31 instead of 33
9 years ago
Rich Harris 54a321ddf5 Merge pull request #672 from sveltejs/faster-build
9 years ago
Rich Harris e4483eb46a run prettier
9 years ago
Rich Harris 8e06072f03 use #target and #component instead of block.target and block.component
9 years ago
Rich Harris f387bb43d4 remove unused regex
9 years ago
Rich Harris c2cf6214c7 use #foo instead of block.alias("foo")
9 years ago
Rich Harris 3101c699aa use @foo for generator.alias("foo")
9 years ago
Rich Harris 11ec5985bf remove unnecessary codebuilder
9 years ago
Rich Harris 3d9835daea simplify helpers
9 years ago
Rich Harris 2bccc7f8df use bitshifting for magic perf boost
9 years ago
Rich Harris cec6844930 combine rollup configs
9 years ago
Rich Harris 3226fc31b7 improve transition performance
9 years ago
Rich Harris 1936d09749 -> v1.23.4
9 years ago
Rich Harris 63c359ecc6 Merge pull request #669 from sveltejs/transition-bug
9 years ago
Rich Harris 09213f5d12 dont recreate if_blocks incorrectly
9 years ago
Rich Harris 7f374c5d42 -> v1.23.3
9 years ago
Rich Harris f777d4fd90 Merge pull request #668 from sveltejs/gh-667
9 years ago
Rich Harris b6be4cec07 reenable tests
9 years ago
Rich Harris 4b7f9ec722 pass params to get_block (#667)
9 years ago