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 await blocks in slots #1018

Merged
merged 2 commits into from
Dec 13, 2017
Merged

allow await blocks in slots #1018

merged 2 commits into from
Dec 13, 2017

Conversation

Rich-Harris
Copy link
Member

fixes #1014

@codecov-io
Copy link

codecov-io commented Dec 13, 2017

Codecov Report

Merging #1018 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1018   +/-   ##
=======================================
  Coverage   92.08%   92.08%           
=======================================
  Files         115      115           
  Lines        4297     4297           
  Branches     1369     1368    -1     
=======================================
  Hits         3957     3957           
  Misses        147      147           
  Partials      193      193
Impacted Files Coverage Δ
src/generators/nodes/Text.ts 100% <ø> (ø) ⬆️
src/generators/nodes/AwaitBlock.ts 95.52% <100%> (ø) ⬆️

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 76356ce...8c7e5b7. Read the comment docs.

@Rich-Harris Rich-Harris merged commit b252e33 into master Dec 13, 2017
@Rich-Harris Rich-Harris deleted the gh-1014 branch December 13, 2017 01:36
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 blocks break inside components
2 participants