Christoph Nakazawa

Results 189 comments of Christoph Nakazawa

I'm running into the exact same issue, also with optional chaining in a large component.

Jest uses istanbul on transformed code though, so it should cover those babel helpers as well?

Do you wanna work on a PR for this? :)

I just rebased this to pass all the tests. In general, you are right and we should consider changing defaults first. I thought deeply about proposing this PR as is,...

> I'd recommend to link this PR in the changelog.md and also also add a short description why the change has been done since it is not listed in the...

I'm pretty sure I removed like 99% of the code. The remaining use of Istanbul's libraries is for coverage reporting, which is used for printing the v8 coverage results.

Thanks so much @Smrtnyk. We are currently collecting data on the expected differences to make a decision on this PR. Any chance you could run both coverage modes and share...

Property names in ObjectExpressions: ``` js {a: b} // don't rename a {a} // rename a ```