You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which, rather predictably, fails at runtime - one access or the other is bound to be wrong! And consider how Promise.default would be compiled.
Fixing this will basically amount to reverting 4c87f96 (PR incoming), but I don't have an understanding of why that change was made in the first place. Maybe Babel's changed in the interim and whatever problem was being solved isn't relevant any more?
The text was updated successfully, but these errors were encountered:
quasicomputational
added a commit
to quasicomputational/babel-plugin-transform-promise-to-bluebird
that referenced
this issue
Feb 23, 2019
With this input:
this plugin produces output like this:
which, rather predictably, fails at runtime - one access or the other is bound to be wrong! And consider how
Promise.default
would be compiled.Fixing this will basically amount to reverting 4c87f96 (PR incoming), but I don't have an understanding of why that change was made in the first place. Maybe Babel's changed in the interim and whatever problem was being solved isn't relevant any more?
The text was updated successfully, but these errors were encountered: