es6-browserify is a Browserify transform that runs es6-transpiler to transpile ES6 code into ES5. It is no longer maintained and relies on outdated tools such as es6-transpiler (also abandoned). Current stable version: 0.0.7. Release cadence: none. Key differentiators: it was an early attempt to integrate ES6 transpilation into Browserify before Babel became the standard. Not recommended for new projects.
npm install es6-browserifyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to use es6-browserify as a transform with Browserify to transpile ES6 code.
Migrate to babelify or other modern transpiler transforms.
Avoid using this package. Consider alternatives like Babel with babelify.
Switch to actively maintained tools like @babel/preset-env with babelify.
Do not use this package; it is not compatible with modern Node.js environments.
Use a different transpiler like Babel; es6-transpiler is outdated.
Avoid using this transform; migrate to babelify.