Skip to content

implement full-state computed properties #1377

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

Merged
merged 1 commit into from
Apr 29, 2018
Merged

implement full-state computed properties #1377

merged 1 commit into from
Apr 29, 2018

Conversation

Rich-Harris
Copy link
Member

fixes #1303

@codecov-io
Copy link

codecov-io commented Apr 29, 2018

Codecov Report

Merging #1377 into master will increase coverage by 0.05%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1377      +/-   ##
==========================================
+ Coverage   91.11%   91.16%   +0.05%     
==========================================
  Files         120      120              
  Lines        4421     4426       +5     
  Branches     1360     1362       +2     
==========================================
+ Hits         4028     4035       +7     
+ Misses        156      155       -1     
+ Partials      237      236       -1
Impacted Files Coverage Δ
src/validate/js/propValidators/computed.ts 91.66% <ø> (+6.48%) ⬆️
src/compile/ssr/index.ts 96.22% <100%> (ø) ⬆️
src/compile/dom/index.ts 96% <100%> (+0.06%) ⬆️
src/compile/Compiler.ts 96.01% <100%> (+0.08%) ⬆️

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 ed605bf...0dafc34. Read the comment docs.

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.

"current data object" in templates (re: spread)
2 participants