then / promise

Bare bones Promises/A+ implementation
https://www.promisejs.org
MIT License
2.58k stars 312 forks source link

How can I build a setimmediate flavor that is not uglified? #166

Closed Huxpro closed 3 years ago

Huxpro commented 4 years ago

We are currently using 'promise/setimmediate/es6-extensions' from npm which is uglified (e.g. this._state and this._value are uglified). It would be very useful to have an uglified built to be used in some specialized development environment ;)

ForbesLindesay commented 3 years ago

We intentionally do not support this in order to prevent people relying on the name of those properties.