rpetrich / babel-plugin-transform-async-to-promises

Transform async/await to somewhat idiomatic JavaScript promise chains
MIT License
246 stars 17 forks source link

Fix value undefined error #44

Closed mfix22 closed 5 years ago

mfix22 commented 5 years ago

In this helper function, value is not a declared variable, so is always undefined.

Causing an issue in my microbundle build (cc: @developit for upgrade once this is fixed/released)

Context: https://twitter.com/fixitup2/status/1178822891011338240/photo/1

rpetrich commented 5 years ago

Thanks for the patch 🙌