Commit Graph

75 Commits (1e3666f86f1574bf3def56cd462b210407ab6012)

Author SHA1 Message Date
Richard Harris 3e4dbc630f update stores when assigning to store values - fixes #2170
7 years ago
Rich Harris 81d33a2fb0
Merge pull request #2245 from sveltejs/gh-2236
7 years ago
Richard Harris 2ba37882a8 prevent overwriting export consts - fixes #2236
7 years ago
Rich Harris f6607bea40
Merge pull request #2242 from sveltejs/gh-2144
7 years ago
Richard Harris 83a9b6af23 default to accessors: false (#2144)
7 years ago
Richard Harris 6d3e47812d subscribe to global stores (#2139)
7 years ago
Richard Harris 34c4f79998 augment warnings to help people figure out they need to add a <script>
7 years ago
Richard Harris 8c61edf2d5 remove support for logic-less components with vars
7 years ago
Rich Harris e2a71cfce4
Merge pull request #2225 from sveltejs/gh-2214
7 years ago
Conduitry d91cf4b2ef skip non-writable vars in reactive declaration deps (#2173)
7 years ago
Conduitry b328cecc04 temporarily disallow `export ... from` statements (#2214)
7 years ago
Richard Harris ac2597f77d make foo += 1 equivalent to foo = foo + 1 in reactive statements
7 years ago
Rich Harris d058a89c81
Merge pull request #2187 from sveltejs/gh-2186
7 years ago
Richard Harris a9686ba39b add test for $$props vars output
7 years ago
Richard Harris 9508b0d3dd merge gh-2186 -> master
7 years ago
Richard Harris 19d3564fc8 use add_var mechanism to create implicit $$props var
7 years ago
Richard Harris 8e4464166a tweak semantics of reactive statements - fixes #2178
7 years ago
Richard Harris cb11aa78c8 deconflict own name against globals - fixes #2175
7 years ago
Richard Harris 7abf32f275 implement $$props - fixes #2186
7 years ago
John Chesley 212273ee68 tabs
7 years ago
John Chesley 8cae8f233e add support for various export syntax
7 years ago
Rich Harris 4090925a8e
Merge pull request #2172 from jches/gh/2165
7 years ago
John Chesley 428165eb79 woops, this is redundant
7 years ago
John Chesley d6c160aade create a new declaration for non-exported variables that follow an exported one (#2165)
7 years ago
Conduitry 8f5aba3225 prevent reactive declaration assignees from being dependencies (#2129)
7 years ago
John Chesley 8c044d5572 subscribable declarations trigger a new group (#2127)
7 years ago
Conduitry 6e8d884c9d expose implicit vars in script-less components
7 years ago
Richard Harris 9819facf04 remove unused argument
7 years ago
Richard Harris 6ea722a18a more imported store stuff
7 years ago
Richard Harris 91332c540c fix initialisation of imported stores - fixes #2108
7 years ago
Rich Harris 816ca1ac4d
Merge pull request #2099 from sveltejs/gh-2015
7 years ago
Richard Harris b2f371a3d1 move vars out of stats
7 years ago
Richard Harris 248f55a574 move warnings out of stats
7 years ago
Richard Harris f124f3c081 unsubscribe and resubscribe when stores are reassigned - fixes #2014
7 years ago
Richard Harris 534f6e5425 init store values in situ - fixes #2015
7 years ago
Richard Harris 7cde8d06be pick error code
7 years ago
Richard Harris 9757fbfdb8 move store subscriptions into a helper. broke a bunch of stuff, bear with me
7 years ago
Richard Harris 19f6727c8d handle implicit and explicit-but-undefined props — fixes #2024
7 years ago
Richard Harris a8e0a471af remove eval format - closes #2084
7 years ago
Rich Harris a50c84ea36 remove internal gubbins when using bind:props - fixes #2038
7 years ago
Rich Harris cf775486cf
Merge pull request #2064 from sveltejs/gh-2054
7 years ago
Rich Harris aa7bcb0a8e prevent duplicated reactive declarations - fixes #2054
7 years ago
Rich Harris f64a661fa5 better cyclical dependency detection - fixes #2055
7 years ago
Rich Harris 539fbbd8ef inject lets for reactive declarations where necessary - fixes #2059
7 years ago
Rich Harris 43d3bb08e4
Merge pull request #2044 from sveltejs/gh-2036
7 years ago
Richard Harris 0f7ae264e4 insert semicolon where necessary when initing props - fixes #2037
7 years ago
Richard Harris 6df94aa651 remove unnecessary dupe check - fixes #2036
7 years ago
Rich Harris 5b57a17632 deconflict with globals referenced in module context
7 years ago
Rich Harris 96d14a15ef
Merge pull request #2021 from sveltejs/gh-2017
7 years ago
Richard Harris d9e80738c7 fix tests
7 years ago