https://github.com/mishoo/UglifyJS

sort by:
Revision Author Date Message Commit Date
c5ecbfc drop unused variable 10 October 2012, 08:27:06 UTC
3799ac8 add `--lint` and display {file} in scope_warnings 10 October 2012, 08:26:59 UTC
86182af minor 09 October 2012, 19:56:59 UTC
4807c6e update on @cc_on 09 October 2012, 16:09:11 UTC
a84d07e add AST_Infinity node 09 October 2012, 15:35:53 UTC
88beddf make `--comments` keep @cc_on too 09 October 2012, 15:25:00 UTC
1b0aab2 added $propdoc to AST nodes and some cleanups hopefully we can make the AST documentation self-generating 09 October 2012, 15:20:39 UTC
9ead496 minor AST cleanup (AST_BlockStatement may inherit from AST_Block) 09 October 2012, 10:59:17 UTC
e1862cd add `--ast-help` displays a rather cruel description of the AST classes, derived directly from the node definitions. 09 October 2012, 10:21:21 UTC
2c025f2 fix detecting symbols in use 09 October 2012, 10:13:55 UTC
9dfcd47 Merge pull request #8 from SevInf/master Fix crash in minify function 09 October 2012, 10:04:33 UTC
203ecaf Fix nodejs minify without inSourceMap exception When inSourceMap is omitted fs.readFile throws exception. Fixed version calls fs.readFile only when inSourceMap argument is present 09 October 2012, 09:52:28 UTC
c967f0b fix `inSourceMap` in `minify` (should read the file) 08 October 2012, 18:22:20 UTC
dfc04e6 add simple API wrapper: UglifyJS.minify (refs #7) 08 October 2012, 18:15:59 UTC
42ea3c9 added some basic API doc 08 October 2012, 11:30:34 UTC
d4970b3 should not expose base54.sort() in the API docs, I think 08 October 2012, 10:37:27 UTC
dd8286b added --self to easily get a browser-runnable version of UglifyJS 08 October 2012, 09:55:18 UTC
093a903 eliminate redundant directives in the same scope 08 October 2012, 09:53:17 UTC
80a18fe for certain nodes that we invent we might not have a original source file to map from, so just use "?". and in any case, don't fail hard when addMapping throws. 08 October 2012, 09:52:25 UTC
fe1411b fix typo 05 October 2012, 20:10:52 UTC
455ac54 remove unused code 05 October 2012, 19:59:05 UTC
4a2b912 minor 05 October 2012, 17:24:56 UTC
a1e0885 replace `(function(){ ...no side effects ... })()` with `undefined`. 05 October 2012, 13:51:16 UTC
7ae0912 prevent mangling only when eval is *called*, not when it's just referenced 05 October 2012, 13:17:31 UTC
42c25d9 add note about installation 05 October 2012, 12:31:55 UTC
e88dcc3 added --acorn and --spidermonkey options 05 October 2012, 12:22:12 UTC
ecd9f21 fixed import of locations from SpiderMonkey AST 05 October 2012, 12:05:06 UTC
a9b6f99 use the appropriate constructor for symbols 04 October 2012, 14:28:35 UTC
708ec04 minor 04 October 2012, 14:28:09 UTC
682a58a removed some unused variables 04 October 2012, 05:49:18 UTC
f20c251 moving code around 03 October 2012, 18:39:47 UTC
2bd8a11 define AST_Node.from_mozilla_ast(ast) returns an UglifyJS2 AST given a Mozilla AST. Still needs some work to do (need to create specific nodes like AST_SymbolRef, AST_SymbolLambda etc. instead of base AST_Symbol, in order for the mangler/compressor to work properly) 03 October 2012, 17:03:17 UTC
42ce7ed ignore tmp/ 03 October 2012, 17:01:32 UTC
11863d6 more cleanup (dropped AST_SwitchBlock) 03 October 2012, 12:52:31 UTC
3412498 AST cleanup (dropped AST_StatementBase) 03 October 2012, 12:41:11 UTC
9221ad6 added package.json 03 October 2012, 10:38:39 UTC
c11de17 added option for side-effect-free statements, fix test 03 October 2012, 10:08:03 UTC
e0f5075 fix endless loop in tests 03 October 2012, 09:49:47 UTC
bd94eeb drop tmp. files 03 October 2012, 09:49:33 UTC
7e8880b document the CLI tool 03 October 2012, 09:22:59 UTC
0678ae2 fix for `a = !b && !c && !d && !e → a=!(b||c||d||e)` 03 October 2012, 08:34:05 UTC
378ed17 disable `hoist_vars` by default and change `comparations` to `comparisons` 03 October 2012, 08:27:05 UTC
5c151f9 fixed usage string 02 October 2012, 18:08:16 UTC
815abcf support for `--comments` option to keep comments containing @license or @preserve 02 October 2012, 13:40:42 UTC
cb2e811 discard annoying nodejs warning 02 October 2012, 13:40:01 UTC
075f93e line numbers start at 1 02 October 2012, 13:39:53 UTC
2a54562 added option to keep some comments in the output 02 October 2012, 11:32:30 UTC
36be211 option to exclude certain names from mangling 02 October 2012, 11:02:33 UTC
dde5b22 support defines 02 October 2012, 10:20:07 UTC
e1098b0 "use strict"; 02 October 2012, 09:45:58 UTC
2117927 more constant folding (for names defined with `const`) 02 October 2012, 09:45:17 UTC
347160c add AST_SymbolConst for names defined with `const` 02 October 2012, 09:22:39 UTC
ff696cd drop more unused names 02 October 2012, 09:02:33 UTC
9e5dd81 a shy attempt to obey `width` in the beautifier; added `bracketize` option to always print brackets around if/do/while/for statements; export more options via the CLI 02 October 2012, 08:22:38 UTC
8964444 minor 28 September 2012, 08:12:47 UTC
05e15b1 fix mangling (bug in our code prevented the mangler from using a name that was in use prior to mangling but not after it) 26 September 2012, 21:01:16 UTC
13278c6 removed the "squeeze" method (it's now effectively "transform") 26 September 2012, 16:52:32 UTC
15d58f5 some speedup and more savings from unused vars that have side effects in initialization 26 September 2012, 16:05:49 UTC
78be8f5 compressor successfully moved to TreeTransformer 26 September 2012, 11:27:01 UTC
a24e7ee checkpoint (refactoring, WIP) 26 September 2012, 09:16:16 UTC
e979d01 minor 26 September 2012, 08:24:04 UTC
242dd10 more cleanups 25 September 2012, 17:39:15 UTC
9321d41 moving code around (refactoring, WIP) 25 September 2012, 12:59:27 UTC
10c7f52 discard all \uFEFF characters (https://github.com/mishoo/UglifyJS/issues/462) 25 September 2012, 12:30:59 UTC
4201577 started some refactoring (WIP) -- moving squeezer to TreeTransformer 25 September 2012, 12:15:47 UTC
e836e2a minor 25 September 2012, 09:48:36 UTC
ea6d1ea it's not safe to assume that property access is side-effect-free (getters/setters + various browser bugs will trigger side effects; also, an exception is thrown when the expression is undefined) 25 September 2012, 07:32:14 UTC
368ac8f some boolean cleanup 25 September 2012, 07:31:03 UTC
42038fd Support input source map This is useful while compressing generated code; for example compressing JS compiled by CoffeeScript (assuming you got a source map): uglifyjs2 --in-source-map generated.js.map \ --source-map uglified.js.map \ -o uglified.js The above assumes you have a "generated.js.map" file which is the source mapping between your CoffeeScript and the generated.js (compiled output from CoffeeScript). The name of the input file is not present in this example; it will be fetched from the source map (but it can be passed manually too). The output will be in "uglified.js" and the output map "uglified.js.map" will actually map to the original CoffeeScript code, rather than to generated.js. 24 September 2012, 14:02:18 UTC
4f97da9 minor tests fix 24 September 2012, 07:27:49 UTC
a83b285 properly drop mutually-referring declarations that are not otherwise referenced and have no side effects 23 September 2012, 09:47:34 UTC
76d88b5 tree transformer api (WIP) 22 September 2012, 16:41:09 UTC
ec7f895 log filename in parse errors / compressor warnings 21 September 2012, 11:44:25 UTC
5491e1d better support for multiple input files: - use a single AST_Toplevel node for all files - keep original source filename in the tokens 21 September 2012, 11:19:05 UTC
c4f8c21 more on detecting side effects 21 September 2012, 08:23:44 UTC
e8da72d drop unused variables 19 September 2012, 09:27:38 UTC
d53e1a9 support -c with no arguments to disable compression entirely 19 September 2012, 07:22:36 UTC
a4d2340 fixed label scope/mangling 18 September 2012, 16:26:46 UTC
669874d minor 18 September 2012, 11:17:23 UTC
3da0ac4 support for directives 18 September 2012, 10:21:09 UTC
2196828 added AST_NaN (output as 0/0) 18 September 2012, 07:53:46 UTC
d91613b only do the typeof x == "undefined" optimization if x is a symbol reference and it's declared in scope, or x is not a symbol reference. 17 September 2012, 17:02:57 UTC
ee669ba moved `typeof foo == "undefined"` ==> `foo === undefined` under `--unsafe` because https://github.com/mishoo/UglifyJS2/commit/43fd45154bac89b89330e13bd1f167e2a927a23c#commitcomment-1864505 17 September 2012, 15:49:52 UTC
e370e3b fix .undeclared (it's now a function) 17 September 2012, 12:06:06 UTC
6ad414e minor 17 September 2012, 11:33:36 UTC
45a3970 one more test for sequences 17 September 2012, 09:53:52 UTC
92e22c4 possible optimization for AST_Undefined if undefined is defined, ;-), we replace AST_Undefined nodes to a reference to the "undefined" variable; in turn the mangler will compress it to a single letter; this helps at least on jQuery. 17 September 2012, 09:27:32 UTC
14481de empty block to empty statement: {} ==> ; 17 September 2012, 09:03:02 UTC
07f1d56 more smallish optimizations 17 September 2012, 08:50:35 UTC
5e60a60 try negating AST_Binary 17 September 2012, 08:16:44 UTC
5d781ec some cleanup 16 September 2012, 15:10:54 UTC
0f418d6 more sequencesizing (WIP) 16 September 2012, 13:29:17 UTC
21c34a1 drop unused function 16 September 2012, 12:46:47 UTC
7b6a402 rewrite handle_if_return optimizations of if/return/continue seem to be even better now 16 September 2012, 12:46:20 UTC
397bf56 other small optimization: if (foo) continue; ...body... ==> if (!foo) { ...body ... } Only when the parent block is the target loop of the `continue` statement. 15 September 2012, 13:10:35 UTC
4e0262b figure out label targets 15 September 2012, 13:05:17 UTC
86c14d0 join_vars: var XXX; for (var YYY; ...) ==> for (var XXX,YYY; ...) 15 September 2012, 07:54:59 UTC
43fd451 compress typeof x == "undefined" to x === undefined, which further gets shortened to x === void 0 (or x === [][0] in unsafe mode) 14 September 2012, 16:56:59 UTC
50d1670 minor when unsafe, compress undefined as [][0] 14 September 2012, 16:04:18 UTC
5e83e7e adding an imaginary "return undefined" can sometimes help function f() { if (foo) return x(); if (!bar) return y(); } ==> function f() { return foo ? x() : bar ? void 0 : y(); } 14 September 2012, 13:26:30 UTC
back to top