Registry / nejs
library0.1.19jsnpmunverified

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 nejs
INSTALL
IMPORT
SIG · NEJS
N
nejs
javascriptv0.1.19
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

NeJS
No package exports; use CLI: nejs [options] [dir/file]
const NeJS = require('nejs'); // No CommonJS API
NeJS is CLI-only; no programmatic API. Install globally.

Installs globally and shows help; no code example due to lack of API.

npm install -g nejs nejs --help
nejs --version
Debug
Known issues
deprecatedNeJS is deprecated; use Babel (formerly 6to5) instead.
fix
Migrate to Babel: npm install -g babel-cli; babel script.js
affects: >=0.0.0
breakingNo programmatic API; only CLI usage.
fix
Use child_process or switch to a library with API.
affects: >=0.0.0
gotchaOnly supports a subset of ES6 features: let/const, arrow functions, rest/default/named parameters.
fix
Use Babel for full ES6+ support.
affects: >=0.0.0
breakingNo longer maintained; last release 2015.
fix
Switch to an actively maintained transpiler.
affects: >=0.0.0
Errors
Common errors & fixes
Cannot find module 'nejs'
Trying to require('nejs') in Node.js; no programmatic API.
fix
Use CLI: nejs [options]; or install globally and run as child process.
nejs: command not found
NeJS not installed globally.
fix
Run: npm install -g nejs
SyntaxError: Unexpected token
ES6 features not supported by NeJS (e.g., classes, template literals).
fix
Use Babel instead for full ES6 support.
Upgrade
Version history
0.1.19latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
nejs — npm install nejs · libregistry