-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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 --inspect-brk option to be used with babel-node [6.x backport] #5795
Conversation
Backport doc changes
* When applied this commit will increase the code coverage for evaluation.js * Fixing linting issues
* Hoist toSequenceExpression's convert helper * Adds tests * lint * dev-depend on babel-generator
Fix broken tables in README.md
* Add a section on troubleshooting [skip ci] * Move troubleshooting section to be under the running tests section * [skip ci]
@noinkling, thanks for your PR! By analyzing the history of the files in this pull request, we identified @hzoo, @neVERberleRfellerER and @danez to be potential reviewers. |
Codecov Report
@@ Coverage Diff @@
## master #5795 +/- ##
==========================================
+ Coverage 84.44% 84.76% +0.31%
==========================================
Files 204 204
Lines 9605 9614 +9
Branches 2697 2703 +6
==========================================
+ Hits 8111 8149 +38
+ Misses 1007 981 -26
+ Partials 487 484 -3
Continue to review full report at Codecov.
|
This should be the |
Derp, yep... good catch, let's retarget. |
@noinkling didn't want to force push on to your 6.x branch, mind retargeting? |
Sorry my git fu isn't great, how would I go about that without opening a new PR? I don't care what happens to that 6.x branch if it matters. |
I guess this is why you should always create a new branch for a PR, I'll try again 😄 |
Backport of #5785