Closed dylans closed 8 years ago
Ping...
@@ master #203 diff @@
==========================================
Files 44 44
Lines 2325 2326 +1
Methods 26 26
Messages 0 0
Branches 443 444 +1
==========================================
Hits 2266 2266
Misses 56 56
- Partials 3 4 +1
Powered by Codecov. Last update 40326b7...572260d
@kitsonk should compile properly. Lessons learned:
Thanks @kitsonk . It is passing CI, though failing on code coverage (which is unchanged from prior to this PR).
Actually it is an issue with the way Istanbul is detecting/instrumenting the destructuring in the compiled code. It is seeing some branches there and they don't get covered in the down emit.
Suggestion from Kit in reviewing conference talk materials, as a way to improve our usage of destructuring.