bernard-lin / babel-plugin-glamorous-displayname

A babel plugin for Glamorous displayNames 💄
http://npm.im/babel-plugin-glamorous-displayname
MIT License
32 stars 2 forks source link

fix istanbul issue #15

Closed kentcdodds closed 6 years ago

kentcdodds commented 6 years ago

Closes #6

This fixes the issue by pushing the assignment to the bottom of the scope. I think this should fix the issue with istanbul. Hopefully it breaks nothing. Doesn't seem to in my project...

bernard-lin commented 6 years ago

Thanks Kent! 🙌