-
Notifications
You must be signed in to change notification settings - Fork 23
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
babel es2015 class uncovered branch #72
Comments
in the mean time, for anyone else, the following pins got my build working without having to lower coverage parameters: i had to explicitly include
|
I believe this means the transformer added a branch but did not tell the source map generator about it. |
This is likely the culprit: https://github.com/babel/babel/pull/3527/files#diff-f78a336b572b82483a318406b52dd27dR349 |
it seems babel
6.14.0
introduced a new branch when transforming es2015 classesbabel/babel@10cd651
which (i think) results in a newly uncovered branch:
not sure where these types of issues are resolved, but I thought it would be worth bringing up here
The text was updated successfully, but these errors were encountered: