Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow reactive declarations without dependencies #2398

Merged
merged 4 commits into from
Apr 13, 2019
Merged

Conversation

Rich-Harris
Copy link
Member

fixes #2285. Would be nice if we could eliminate any $$invalidate(...) calls at the top level, but I think that would require an extra pass, so going to ignore that for now

@codecov-io
Copy link

codecov-io commented Apr 12, 2019

Codecov Report

Merging #2398 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2398   +/-   ##
=======================================
  Coverage   91.83%   91.83%           
=======================================
  Files           1        1           
  Lines          49       49           
=======================================
  Hits           45       45           
  Misses          4        4

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ade0bc8...a88749a. Read the comment docs.

@Rich-Harris
Copy link
Member Author

Also fixes #2386 and #2396, which overlap.

@Rich-Harris Rich-Harris merged commit fc6fabd into master Apr 13, 2019
@Rich-Harris Rich-Harris deleted the gh-2285 branch April 13, 2019 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reactive declarations can not depend on const "variables" (svelte v3)
2 participants