Commit Graph

107 Commits (a3add04e7c7cd0b68ddf67c67e505a156e1d797b)

Author SHA1 Message Date
Rich Harris a3add04e7c remove code, map and cssMap from svelte.compile output
8 years ago
Rich Harris 6249fa6bc8
Merge pull request #1345 from sveltejs/gh-1069
8 years ago
Rich Harris 99ea7539af use destructuring syntax for computed props in v2 mode - fixes #1069
8 years ago
Rich Harris c1573dbf2c implement onstate and onupdate
8 years ago
Rich Harris 9bba8d18d1 implement dynamic components etc
8 years ago
Rich Harris cb514afde4 more tests, support svelte: elements
8 years ago
Rich Harris 0ebe5355e1
Merge pull request #1299 from sveltejs/gh-1257
8 years ago
Rich-Harris 34bedcc299 deconflict against inherited contexts - fixes #1275
8 years ago
Rich-Harris 304a0e8282 merge master -> gh-1257
8 years ago
Rich Harris 0c9d703948
Merge pull request #1298 from sveltejs/gh-795
8 years ago
Rich Harris f27b29d5cb
Merge pull request #1289 from sveltejs/gh-195
8 years ago
Rich-Harris a5d5a6c952 add lifecycle hooks
8 years ago
Rich-Harris 788aa89b41 add stats tests, handle imports
8 years ago
Rich-Harris 75c1fbcf7b add a stats object with timings (#1257)
8 years ago
Rich-Harris 0f5912f316 ugh node 6
8 years ago
Rich-Harris 00877e8ebd output { js, css, ast } from svelte.compile - fixes #795
8 years ago
Josh Duff 864fd313bb Accept backtick string literals in tag/props properties
8 years ago
Josh Duff e81fb88f41 Fix backtick string literals not being recognized for the svg property
8 years ago
Rich-Harris d0c696bb2b merge master -> mrkishi-spreadh
8 years ago
Jacob Wright 04f5d5c975 Adds actions to components
8 years ago
mrkishi b5102f4f1b Add spread -- rough idea
8 years ago
Rich Harris b35aab3736 only apply stylesheet once
8 years ago
Conduitry 92452ef356 separate AST modification into Stylesheet#reify
8 years ago
Rich Harris c6bba03f1d use external is-reference library
8 years ago
Rich Harris 1bc675da50 fix a couple of TODOs
8 years ago
Rich Harris ec488fe347 dont create context for pending block
8 years ago
Rich Harris 27f6d560b5 remove some unused code etc
8 years ago
Rich Harris b94f63ed70 everything working except some destructuring stuff
8 years ago
Rich Harris 0b39cafc67 start implementing context
8 years ago
Jacob Mischka 2635de84a8
Further improve a block with useless variables
8 years ago
Jacob Mischka 31de60ece6
Add destructured context container to usedContexts
8 years ago
Rich Harris 728d2fa9fb deconflict referenced globals - fixes #1079
8 years ago
Rich Harris a8f7d57c3a only optimise <title> inside <:Head>
8 years ago
Rich Harris b7d8c49dc8
Merge branch 'master' into gh-1027
8 years ago
Conduitry 600b3926d3 use Object.setPrototypeOf instead of __proto__
8 years ago
Rich Harris 646b0c0e01 optimise <title> - fixes #1027
8 years ago
Emil Ajdyna d398b34a41 Add state() method handling for components
8 years ago
Rich Harris 394dec9f11
Merge pull request #1024 from sveltejs/gh-1013
8 years ago
Rich Harris 50654fab88 remove <:Document>, implement <:Head> on client-side
8 years ago
Rich Harris bc505161d1 deconflict properly
8 years ago
Rich Harris e57ddb0503 add new <:Document> meta-component
8 years ago
Rich Harris 6bd410c886 implement preload
8 years ago
Rich Harris e4d257da1e deconflict computed properties with arguments to _recompute - fixes #1012
8 years ago
Rich Harris d10f7fbdbf
don't add event to expectedProperties - fixes #972
8 years ago
Rich Harris a8eaa7e95c refactor
8 years ago
Rich Harris e238c65a15 rename :Switch -> :Component
8 years ago
Rich Harris dba32df84e client-side dynamic components mostly working (#640)
8 years ago
Rich Harris 82fc0f2713
Merge branch 'master' into gh-654
8 years ago
Rich Harris f10e86f6e2 prevent boolean attributes breaking shapes inside estree-walker - fixes #961
8 years ago
Rich Harris ada52c7f13 allow parameterised transitions - fixes #962
8 years ago