Closed Huxpro closed 3 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 ;)
'promise/setimmediate/es6-extensions'
this._state
this._value
We intentionally do not support this in order to prevent people relying on the name of those properties.
We are currently using
'promise/setimmediate/es6-extensions'
from npm which is uglified (e.g.this._state
andthis._value
are uglified). It would be very useful to have an uglified built to be used in some specialized development environment ;)