Skip to content

Commit

Permalink
chore: upgrade to version of istanbul-lib-instrument that addresses i…
Browse files Browse the repository at this point in the history
…nferred function name issues
  • Loading branch information
Benjamin Coe committed Jan 2, 2017
1 parent 2e0af61 commit 18bbcdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"dependencies": {
"find-up": "^1.1.2",
"istanbul-lib-instrument": "^1.3.1",
"istanbul-lib-instrument": "^1.4.0-candidate.0",
"object-assign": "^4.1.0",
"test-exclude": "^3.3.0"
},
Expand Down

1 comment on commit 18bbcdc

@j-c-t
Copy link

@j-c-t j-c-t commented on 18bbcdc Jan 4, 2017

Choose a reason for hiding this comment

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

Apologies, I do not at this moment have the time to be able to put together a more thorough report, but still just wanted to give you a heads up - we recently began seeing babel-traverse start spitting out

We don't know what to do with this node type. We were previously a Statement but we can't fit in here?

in projects where we're using nyc with mocha and webpack/babel (and babel-plugin-istanbul).

Walking istanbul-lib-instrument back to 1.3.1 seemed to resolve it. So you may find that there's an issue or two lurking here...

Please sign in to comment.