A deprecated ES6-to-ES5 transpiler with basic support for source maps. Version 0.10.4 is the latest stable release, but the project has not been updated since 2015. It lacks modern features like JSX, TypeScript, and plugin systems that Babel offers. Released as a CLI tool with minimal documentation, it is now considered abandoned in favor of Babel.
npm install the-partyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates CLI usage to transpile ES6 files in 'src' to ES5 in 'dist' with source maps.
Migrate to Babel (https://babeljs.io) or swc (https://swc.rs).
Use a modern transpiler like Babel with appropriate presets.
Verify output correctness and consider alternative tools.
npm install the-party
Use an alternative transpiler that supports ES modules.
No dependency data recorded yet.