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

Abort outro if block is recreated #1428

Merged
merged 4 commits into from
May 6, 2018
Merged

Abort outro if block is recreated #1428

merged 4 commits into from
May 6, 2018

Conversation

Rich-Harris
Copy link
Member

fixes #1425

@codecov-io
Copy link

codecov-io commented May 6, 2018

Codecov Report

Merging #1428 into master will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1428      +/-   ##
==========================================
+ Coverage   91.06%   91.09%   +0.02%     
==========================================
  Files         122      122              
  Lines        4489     4491       +2     
  Branches     1405     1406       +1     
==========================================
+ Hits         4088     4091       +3     
  Misses        158      158              
+ Partials      243      242       -1
Impacted Files Coverage Δ
src/compile/nodes/IfBlock.ts 96.57% <100%> (+0.02%) ⬆️
src/compile/nodes/AwaitBlock.ts 96.34% <100%> (+0.04%) ⬆️
src/compile/nodes/Element.ts 93.13% <100%> (+0.26%) ⬆️
src/compile/nodes/EachBlock.ts 97.95% <100%> (ø) ⬆️
src/compile/dom/Block.ts 93.06% <100%> (-0.07%) ⬇️

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 e1db827...a07c964. Read the comment docs.

@Rich-Harris Rich-Harris merged commit e8a7806 into master May 6, 2018
@Rich-Harris Rich-Harris deleted the gh-1425 branch May 6, 2018 19:50
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.

outro is not aborted
2 participants