ESFive is a minimal ES5-to-ES3 transpiler, version 0.1.1, last updated in 2012. It converts ECMAScript 5 constructs (like Object.create, Array.isArray, property descriptors, strict mode) into ES3-compatible code. Release cadence is unknown and appears dormant. Key differentiator: very early attempt at ES5-to-ES3 transpilation, now obsolete due to modern transpilers like Babel.
npm install esfiveNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Transpile a simple ES5 property definition to ES3.
Use Babel or another modern transpiler.
Check the source for supported features.
Review output for correctness.
Run 'npm install esfive'.
Use an ES5 shim or ensure ES5+ runtime.
No dependency data recorded yet.