Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix crashing in simplify plugin. Deopt instead #517

Merged
merged 1 commit into from
May 4, 2017
Merged

Conversation

boopathi
Copy link
Member

@boopathi boopathi commented May 4, 2017

@codecov
Copy link

codecov bot commented May 4, 2017

Codecov Report

Merging #517 into master will decrease coverage by 0.05%.
The diff coverage is 25%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #517      +/-   ##
========================================
- Coverage   83.06%    83%   -0.06%     
========================================
  Files          34     34              
  Lines        2521   2524       +3     
  Branches      896    897       +1     
========================================
+ Hits         2094   2095       +1     
- Misses        255    256       +1     
- Partials      172    173       +1
Impacted Files Coverage Δ
packages/babel-plugin-minify-simplify/src/index.js 80.62% <25%> (-0.18%) ⬇️

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 369d05e...b130a38. Read the comment docs.

let thingB = param.b;
if (thingA || thingB) {
let thingC = param.c;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indentation is screwed up here.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah. Has happened before for if_return.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Tag: Bug Fix Pull Request fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants