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

await...then shorthand #1001

Merged
merged 34 commits into from
Dec 10, 2017
Merged

await...then shorthand #1001

merged 34 commits into from
Dec 10, 2017

Conversation

Rich-Harris
Copy link
Member

fixes #957

@codecov-io
Copy link

codecov-io commented Dec 10, 2017

Codecov Report

Merging #1001 into master will increase coverage by 0.15%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1001      +/-   ##
==========================================
+ Coverage   91.99%   92.14%   +0.15%     
==========================================
  Files         115      115              
  Lines        4271     4420     +149     
  Branches     1359     1434      +75     
==========================================
+ Hits         3929     4073     +144     
- Misses        148      149       +1     
- Partials      194      198       +4
Impacted Files Coverage Δ
src/parse/state/mustache.ts 89.3% <100%> (+0.41%) ⬆️
src/generators/server-side-rendering/index.ts 96.92% <0%> (-1.16%) ⬇️
src/generators/nodes/Component.ts 94.38% <0%> (-0.48%) ⬇️
src/generators/Generator.ts 94.89% <0%> (+0.5%) ⬆️
src/css/Selector.ts 93.41% <0%> (+0.79%) ⬆️
src/validate/html/a11y.ts 96.38% <0%> (+1.44%) ⬆️

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 a8eaa7e...ba7b084. Read the comment docs.

@Rich-Harris Rich-Harris merged commit b83afb0 into master Dec 10, 2017
@Rich-Harris Rich-Harris deleted the gh-957 branch December 10, 2017 15:12
sacrosanctic pushed a commit to sacrosanctic/svelte that referenced this pull request Dec 24, 2024
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.

await...then shorthand
2 participants