Babel preset that enables all stage 0 (strawman) JavaScript proposal plugins. Version 6.24.1 is the latest stable release; this package is part of Babel 6 and has been deprecated in favor of individual proposal plugins or @babel/preset-env with targets. It includes plugins for syntactic proposals like do-expressions, pipeline operator, and throw expressions. No longer maintained; users should migrate to Babel 7/8 and use specific plugins.
npm install babel-preset-stage-0Verified import paths — ran on the pinned version, not inferred.
Shows how to install and configure the stage-0 preset, then use a pipeline operator (stage-0 proposal).
Use @babel/preset-env with specific targets or individual plugins.
Migrate to @babel/preset-env and explicit plugin configuration.
Pin exact Babel version and update proposals carefully.
Remove stage presets and use individual plugins for needed proposals.
npm install --save-dev babel-preset-stage-0@6.24.1
Upgrade to @babel/preset-stage-0 or use Babel 6
Migrate to @babel/preset-env and individual plugins