- [ ] node@10 compatible streams via `readable-streams@3` - [ ] `module-deps` module replacements without redirect module https://github.com/browserify/browserify/blob/e52476bdf6259a238c6d944dde6a9d6c85aad631/index.js#L718-L720 (includes dedupe redirects) - [ ] better hook for plugins to interact with browserify options before being consumed internally - [ ] support for parsing "more modern js" out of the box - [ ] resolve all `npm audit` reports + add CI task - [ ] document explicit platform support for (1) browserify (2) bundles - [ ] public + documented API for replacing modules deep in the graph (can currently do it via js by mutating the builtins obj [example](https://github.com/dckc/plaido/blob/2a99dcb6874ab11877bcb5adf0f2512ba612dfce/build.js#L20)) - [ ] drop older platform support to make these improvements easier ^ this is my personal list, happy to add others
readable-streams@3module-depsmodule replacements without redirect modulebrowserify/index.js
Lines 718 to 720 in e52476b
npm auditreports + add CI taskthis is my personal list, happy to add others