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

fix computed properties in SSR mode with v2 syntax #1350

Merged
merged 1 commit into from
Apr 18, 2018

Conversation

Conduitry
Copy link
Member

Fixes #1349. Didn't bother writing tests or figuring out why this wasn't already getting caught, as any of that work is going to get clobbered in the real v2 quite soon.

@codecov-io
Copy link

codecov-io commented Apr 17, 2018

Codecov Report

Merging #1350 into master will decrease coverage by 0.02%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1350      +/-   ##
==========================================
- Coverage   91.72%   91.69%   -0.03%     
==========================================
  Files         127      127              
  Lines        4542     4542              
  Branches     1446     1446              
==========================================
- Hits         4166     4165       -1     
  Misses        151      151              
- Partials      225      226       +1
Impacted Files Coverage Δ
src/generators/server-side-rendering/index.ts 92.42% <0%> (-1.52%) ⬇️

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 8e68723...f07e92f. Read the comment docs.

@Rich-Harris Rich-Harris merged commit c9ec155 into master Apr 18, 2018
@Rich-Harris Rich-Harris deleted the v2-ssr-computed branch April 18, 2018 11:58
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.

3 participants