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
the try/catch dependency on EventEmitter defeats browserify's module resolution. This is one example of why I kept insisting that we should try to have the dependency resolution in component (for example) look the same as node.
I know you'd like to pretend that browserify doesn't exist, but if the stated goal for the module is "Async batch with concurrency control and progress reporting for nodejs and the browser" then one good metric would be whether it works in browserify.
The text was updated successfully, but these errors were encountered:
the try/catch dependency on EventEmitter defeats browserify's module resolution. This is one example of why I kept insisting that we should try to have the dependency resolution in component (for example) look the same as node.
I know you'd like to pretend that browserify doesn't exist, but if the stated goal for the module is "Async batch with concurrency control and progress reporting for nodejs and the browser" then one good metric would be whether it works in browserify.
The text was updated successfully, but these errors were encountered: