Commit Graph

21 Commits (d9e08a80ad953bfb5225402949b51c50e98bd2bf)

Author SHA1 Message Date
Richard Harris d9e08a80ad remove some update false positives
7 years ago
Richard Harris 7abf32f275 implement $$props - fixes #2186
7 years ago
Rich Harris 816ca1ac4d
Merge pull request #2099 from sveltejs/gh-2015
7 years ago
Richard Harris 6f394e521a error on contextual stores, for now (#2016)
7 years ago
Richard Harris f124f3c081 unsubscribe and resubscribe when stores are reassigned - fixes #2014
7 years ago
Rich Harris 2703f609a5 avoid spread pattern, it causes some problems with some setups somehow???
7 years ago
Rich Harris b1d919f3f2
Overhaul stats — closes #1891
7 years ago
Rich Harris c2e6d1bf0d
Better composition — implements https://github.com/sveltejs/rfcs/pull/12
7 years ago
Chris Reeves 4f630058fe check module scope when determining if a name is contextual - fixes #2001
7 years ago
Chris Reeves 33131d0b70 make sure a hoistable name is not also a shadowed name rendering an expression - fixes #2002
7 years ago
Chris Reeves e85222ad84 first pass at tracking mutation to avoid unnecessary update code - #1952
7 years ago
Richard Harris 329b013e40 render functions that close over contextual data - fixes #1938
7 years ago
Rich Harris d6552025e4
fix hoisting of functions that reference imported values - fixes #1933
7 years ago
Rich Harris 1f46e23e1b
More conservative invalidation
7 years ago
Rich Harris f991a41d83
store auto-subscriptions
7 years ago
Rich Harris f45e2b70fd
Implement reactive assignments (#1839)
7 years ago
Rich Harris aa203973e0 add some more modifier validation tests
7 years ago
Rich Harris 945134bc81 warn on unused helpers - fixes #1704
7 years ago
Rich Harris 9031c16905
[WIP] Refactor, change where validation occurs (#1721)
7 years ago
Rich Harris 1fb4041519 overwrite this in custom event handlers - fixes #1297
7 years ago
Rich Harris 9b70523529 rename Generator -> Compiler
7 years ago