https://github.com/mishoo/UglifyJS
Raw File
Tip revision: daaefc17b97247e0be9b959c9f7b34b6e7adb148 authored by Alex Lam S.L on 11 May 2017, 20:52:39 UTC
v3.0.4
Tip revision: daaefc1
exports.js
exports["Compressor"] = Compressor;
exports["JS_Parse_Error"] = JS_Parse_Error;
exports["OutputStream"] = OutputStream;
exports["SourceMap"] = SourceMap;
exports["TreeWalker"] = TreeWalker;
exports["base54"] = base54;
exports["defaults"] = defaults;
exports["mangle_properties"] = mangle_properties;
exports["minify"] = minify;
exports["parse"] = parse;
exports["string_template"] = string_template;
exports["tokenizer"] = tokenizer;
exports["is_identifier"] = is_identifier;
back to top