Skip to content

Upgrade to readable-stream (?) #95

@relu91

Description

@relu91

Hi all, thank you for bundling together node polyfils for browsers. I'm using esbuild-plugin-polyfill-node and I'm using streams. I was wondering if upgrading the bundled browserify streams to official readable stream implementation is possible.

Browserify readable stream is stuck into 2020 and it does not have support for Readable.from function (because it refers to an old version of readable-stream package). The lastest version of readable-stream (v4.x.x) supports browsers and it is still actively maintained. I've already tried it in a bunch of projects with no side-effects.

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