Commit Graph

51 Commits (c9e815fdb88f0a0db48c20d578b8d5bf0557c485)

Author SHA1 Message Date
John Chesley c9e815fdb8 create a new declaration for non-exported variables that follow an exported one (#2165)
8 years ago
John Chesley dd383db941 subscribable declarations trigger a new group (#2127)
8 years ago
Conduitry 5d0184c628 expose implicit vars in script-less components
8 years ago
Richard Harris 449c908e4a remove unused argument
8 years ago
Richard Harris 8d85927e7d more imported store stuff
8 years ago
Richard Harris 854e012459 fix initialisation of imported stores - fixes #2108
8 years ago
Rich Harris da8579ca2e Merge pull request #2099 from sveltejs/gh-2015
8 years ago
Richard Harris 58f2807001 move vars out of stats
8 years ago
Richard Harris 5ceff3bb97 move warnings out of stats
8 years ago
Richard Harris 1c1fb83862 unsubscribe and resubscribe when stores are reassigned - fixes #2014
8 years ago
Richard Harris 6afaeed066 init store values in situ - fixes #2015
8 years ago
Richard Harris 9af2017315 pick error code
8 years ago
Richard Harris ac7d3d54e1 move store subscriptions into a helper. broke a bunch of stuff, bear with me
8 years ago
Richard Harris cd2f04ecfc handle implicit and explicit-but-undefined props — fixes #2024
8 years ago
Richard Harris 625d416423 remove eval format - closes #2084
8 years ago
Rich Harris d0c123629d remove internal gubbins when using bind:props - fixes #2038
8 years ago
Rich Harris b0ae684b1d Merge pull request #2064 from sveltejs/gh-2054
8 years ago
Rich Harris 4871395bf4 prevent duplicated reactive declarations - fixes #2054
8 years ago
Rich Harris 18747ad6d8 better cyclical dependency detection - fixes #2055
8 years ago
Rich Harris 9fb0ece0b4 inject lets for reactive declarations where necessary - fixes #2059
8 years ago
Rich Harris e0b4d2d9cc Merge pull request #2044 from sveltejs/gh-2036
8 years ago
Richard Harris 41a98867b3 insert semicolon where necessary when initing props - fixes #2037
8 years ago
Richard Harris 26b388c710 remove unnecessary dupe check - fixes #2036
8 years ago
Rich Harris 525bccc368 deconflict with globals referenced in module context
8 years ago
Rich Harris 387efebd6b Merge pull request #2021 from sveltejs/gh-2017
8 years ago
Richard Harris 6676b11f13 fix tests
8 years ago
Richard Harris 58489d36db prevent component name from conflicting with globals
8 years ago
Conduitry 824b85ffac rename properties to component.compileOptions and .componentOptions
8 years ago
Conduitry 819664cbfd rename `<svelte:meta>` to `<svelte:options>` (#2017)
8 years ago
Rich Harris 4d25d93ea0 Overhaul stats — closes #1891
8 years ago
Rich Harris 69c9422907 Better composition — implements https://github.com/sveltejs/rfcs/pull/12
8 years ago
Rich Harris 519e5c0895 Merge pull request #2007 from sveltejs/gh-2005-evschris
8 years ago
Richard Harris 6c1076c580 housekeeping
8 years ago
Chris Reeves 43742738e2 defer hoisting until after the template is walked - fixes #2005
8 years ago
Richard Harris 6334140213 prevent writing to reactive values - fixes #1920
8 years ago
Richard Harris 21a4d1f1c4 hoist vars and lets - closes #1952
8 years ago
Conduitry 68920bb508 typos
8 years ago
Richard Harris 463fac37f7 set immutable option correctly - fixes #1968
8 years ago
Chris Reeves bb16fea37e first pass at tracking mutation to avoid unnecessary update code - #1952
8 years ago
Richard Harris f0206ff4b9 deconflict with implicit props - fixes #1957
8 years ago
Richard Harris c1d4a75a00 allow reactive store references anywhere in script - fixes #1889
8 years ago
Rich Harris e22457f613 fix hoisting of functions that reference imported values - fixes #1933
8 years ago
Richard Harris c1330d7b1c rewrite props after instrumentation - fixes #1931
8 years ago
Richard Harris 7c0413bd2c always use stats.warn instead of options.onwarn - fixes #1918
8 years ago
Rich Harris 33f3fdee5c Bring svelte.technology source into main repo
8 years ago
Rich Harris e78d837ffb store auto-subscriptions
8 years ago
Rich Harris c53f2af6fd implement `bind:this`
8 years ago
Rich Harris efba821c84 Implement reactive assignments (#1839)
8 years ago
Rich Harris 9b8b779ee9 move render logic into separate phase (#1678)
8 years ago
Rich Harris 4a01c1a2fe warn on unused helpers - fixes #1704
8 years ago