ES2017 async/await transpiler backed by nodent-compiler. Stable v1.1.0, low release cadence. Compiles async functions into ES2016-compatible Promise chains. Differentiates from Babel by targeting strict native Promise behavior with minimal runtime overhead. CLI and programmatic APIs available.
npm install es-asyncNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Compile ES2017 async/await code to ES2016 using default import and String input.
Polyfill Promise if targeting older environments.
Check documentation for new submodule exports.
Consider minification after compilation.
Use: const compileAsync = require('es-async');Use direct path: require('es-async/from-file') (Node >=12) or copy file.No dependency data recorded yet.