* Move classStaticBlock to stage-3 * Remove stage-4 proposals * Move PrivatePropertyInObject * Remove options from preset-stage-3 * Move RecordAndTuple to stage-2 * Move ModuleBlocks to stage-2 * Undo breaking change Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
@babel/standalone
Standalone build of Babel for use in non-Node.js environments.
See our website @babel/standalone for more information or the issues associated with this package.
Install
Using npm:
npm install --save-dev @babel/standalone
or using yarn:
yarn add @babel/standalone --dev