Skip to content

Browserify v17 wishlist #1940

@kumavis

Description

@kumavis
  • node@10 compatible streams via readable-streams@3
  • module-deps module replacements without redirect module

    browserify/index.js

    Lines 718 to 720 in e52476b

    row.source = 'arguments[4]['
    + JSON.stringify(row.dedupe)
    + '][0].apply(exports,arguments)'
    (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)
  • drop older platform support to make these improvements easier ^

this is my personal list, happy to add others

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions