UglifyJS is a JavaScript parser, minifier, compressor, and beautifier toolkit. This package (uglify-js-es6) is a temporary release of the harmony branch that adds support for ECMAScript 2015+ (ES6+) syntax. The current stable version is 2.8.9, released as a snapshot from the harmony development branch. Unlike the main uglify-js package which only supports ES5, this fork provides ES6+ minification without requiring additional transpilation steps. The package is unmaintained and meant as a stopgap for environments where git is not available—users should instead install directly from the harmony branch on GitHub.
npm install uglify-js-es6No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates basic programmatic minification of ES6 code using uglify-js-es6.
Use 'npm install mishoo/UglifyJS2#harmony' instead.
Check the harmony branch documentation for API changes.
Use with --harmony option or try alternative tools like terser.
Run 'npm install uglify-js-es6' and ensure correct spelling.
Use 'const UglifyJS = require("uglify-js-es6");'Install uglify-js-es6 or use Terser.
No dependency data recorded yet.