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
ES modules for module concatenation support
* this makes Posterus compatible with Webpack's new module concatenation feature, leading to slightly cleaner and smaller bundles
Future.all no longer gets slower with large input arrays
* probably irrelevant in real world code, but could make us look bad in artificial microbenchmarks