A deprecated ECMAScript 6 to ECMAScript 3 transpiler. Last release v0.1.19, no updates since 2015. Supports let/const, arrow functions, rest/default/named parameters. Superseded by Babel (formerly 6to5). Not maintained; use Babel or modern transpilers.
npm install nejsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs globally and shows help; no code example due to lack of API.
Migrate to Babel: npm install -g babel-cli; babel script.js
Use child_process or switch to a library with API.
Use Babel for full ES6+ support.
Switch to an actively maintained transpiler.
Use CLI: nejs [options]; or install globally and run as child process.
Run: npm install -g nejs
Use Babel instead for full ES6 support.
No dependency data recorded yet.