3.19.3 • Published 10 months ago

uglify-js-export v3.19.3

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

uglify-js-export

Buy me a coffee npm version npm version npm year jsDelivr hits (npm)(year) CI

UglifyJS is a JavaScript parser, minifier, compressor and beautifier toolkit.

A transform to make UglifyJS work in CommonJS.

Installation

npm i uglify-js-export

Usage

import UglifyJS from 'uglify-js-export';

const code = "function add(first, second) { return first + second; }";
const result = UglifyJS.minify(code);

console.log(result.error); // runtime error, or `undefined` if no error
console.log(result.code);  // minified output: function add(n,d){return n+d}

License

Licensed under the MIT License.

3.19.3

10 months ago

3.19.0

12 months ago

3.18.0

1 year ago

3.19.2

11 months ago

3.19.1

11 months ago

3.17.4

3 years ago

3.17.2

3 years ago

3.17.1

3 years ago

3.17.3

3 years ago

3.17.0

3 years ago

3.16.3

3 years ago

3.16.2

3 years ago

3.16.0

3 years ago

3.15.5

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago