An unofficial fork/package of Babel (formerly 6to5) that transpiles ES6/ES2015 to readable ES5 with source maps. Version 0.0.2 is an early snapshot from the Babel v5 era (circa 2015), long superseded by modern Babel versions. This package is not maintained and should not be used in new projects. Key differentiator: claims readable output, but functionally identical to early Babel releases. Users should prefer the official babel package at v7+.
npm install mu-babelNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to transpile a simple const declaration using mu-babel with source maps.
Migrate to the official babel package: npm uninstall mu-babel && npm install --save-dev @babel/core @babel/cli @babel/preset-env
Use @babel/core and consult its documentation for API changes.
Always install @babel/core (or babel-cli) from the official scoped package.
Run: npm install mu-babel
Use: import babel from 'mu-babel'; then babel.transform(...)
No dependency data recorded yet.