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

skip missing property warning for computed/global properties #1246

Merged
merged 1 commit into from
Mar 16, 2018

Conversation

Rich-Harris
Copy link
Member

Svelte was generating <Thing> was created without expected data property 'foo' warnings in dev mode for computed properties and globals, which is unnecessary as they're guaranteed to be present

@codecov-io
Copy link

codecov-io commented Mar 16, 2018

Codecov Report

Merging #1246 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #1246      +/-   ##
=========================================
+ Coverage   91.89%   91.9%   +<.01%     
=========================================
  Files         126     126              
  Lines        4554    4556       +2     
  Branches     1485    1486       +1     
=========================================
+ Hits         4185    4187       +2     
  Misses        153     153              
  Partials      216     216
Impacted Files Coverage Δ
src/generators/dom/index.ts 96.21% <100%> (+0.04%) ⬆️

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 270e1d1...7c25eb3. 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.

2 participants