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
(This issue tracker is only for bug reports or feature requests, if this is neither, please choose appropriate channel from http://bluebirdjs.com/docs/support.html)
Please answer the questions the best you can:
What version of bluebird is the issue happening on? 3.7.2
What platform and version? (For example Node.js 0.12 or Google Chrome 32) Node.js 12
Did this issue happen with earlier version of bluebird?
TypeScript 3.9 emits the following kind of code with "esModuleInterop": true for importing modules, due to this change
(This issue tracker is only for bug reports or feature requests, if this is neither, please choose appropriate channel from http://bluebirdjs.com/docs/support.html)
Please answer the questions the best you can:
What version of bluebird is the issue happening on? 3.7.2
What platform and version? (For example Node.js 0.12 or Google Chrome 32) Node.js 12
Did this issue happen with earlier version of bluebird?
TypeScript 3.9 emits the following kind of code with
"esModuleInterop": true
for importing modules, due to this changeSource code:
Compiled code:
This change causes Bluebird.promisifyAll to fail to add any promisified methods, since
util.inheritedDataKeys
ignores getters if in ES5 mode.I'm not sure who is to blame here (so to speak), but opening this issue in any case.
The text was updated successfully, but these errors were encountered: