https://github.com/mishoo/UglifyJS

sort by:
Revision Author Date Message Commit Date
c7c7960 harmony-v3.3.8 21 January 2018, 08:44:17 UTC
fc98d21 allow duplicate property names in object literals for ES6+ 21 January 2018, 07:58:14 UTC
13accdd fix tests 21 January 2018, 07:53:32 UTC
287ec73 Merge branch 'master' into harmony-v3.3.8 21 January 2018, 07:52:25 UTC
06166df v3.3.8 21 January 2018, 07:08:01 UTC
e2dc9cf fix `unsafe` `evaluate` of `AST_Array` (#2825) fixes #2822 20 January 2018, 17:39:44 UTC
069df27 enable `unsafe` for `test/ufuzz.js` (#2819) - introduce `unsafe_undefined` - safer `.toString()` compression Miscellaneous - rename `unsafe_Function` 19 January 2018, 15:47:42 UTC
3e78732 improve `unused` on built-in functions (#2817) 19 January 2018, 12:41:57 UTC
e21bab7 avoid duplicate property names in object literals under "use strict" (#2818) fixes #2816 19 January 2018, 12:13:50 UTC
ac9a168 fix & improve `test/ufuzz.js` (#2815) - use correct `options` when testing `rename` - mask arbitrarily assigned function IDs to reduce rate of false positives 19 January 2018, 08:51:59 UTC
81b6454 fix time-out for respawned `test/ufuzz.js` (#2814) 18 January 2018, 22:11:19 UTC
082e004 compress `undefined` property names (#2811) - enforce property names as string - handle `void 0` as `undefined` in `hoist_props` & `reduce_vars` 18 January 2018, 16:36:30 UTC
983e691 fix `join_vars` property assignment for negative array index (#2810) fixes #2790 18 January 2018, 13:52:54 UTC
b335912 enhance `test/ufuzz.js` (#2808) - standalone test for `rename` - handle `keep_fargs` & `rename` upon failure 18 January 2018, 06:08:05 UTC
cc07f3b faster output of comments (#2806) 17 January 2018, 18:57:33 UTC
07e4b64 fix `AST_Scope.clone()` (#2803) fixes #2799 17 January 2018, 13:33:13 UTC
d3ce2bc suppress `unsafe_proto` for LHS expressions (#2804) 17 January 2018, 12:41:51 UTC
cff3bf4 configure `rename` with CLI (#2802) 17 January 2018, 07:12:22 UTC
4f57d87 fix various for-of bugs (#2800) - disable `rename` pass on harmony due to problem with for-of loops fixes #2794 17 January 2018, 06:46:23 UTC
79cfac7 extend `join_vars` & `sequences` (#2798) 17 January 2018, 05:58:27 UTC
224c14d improve `mocha` tests (#2797) - workaround sporadic delays from Travis CI 16 January 2018, 09:51:25 UTC
7857354 improve `test/travis-ufuzz.js` (#2795) - print usage - support concurrent jobs - improve instance utilisation - resume after V8 self-destruct 16 January 2018, 09:33:21 UTC
b4aef75 general improvements around `AST_ForIn` (#2796) - compress using `collapse_vars` - remove unused `name` - simplify `loop_body` 16 January 2018, 09:03:12 UTC
424173d fix typo in README (#2792) 16 January 2018, 02:29:38 UTC
ec7cd1d handle VM failure gracefully (#2791) 15 January 2018, 15:41:39 UTC
7def684 improve `test/travis-ufuzz.js` (#2789) - wait for instance to boot - run on forked repositories - workaround `request_limit_reached` 15 January 2018, 11:18:21 UTC
10f961c enhance `collapse_vars` (#2788) 15 January 2018, 10:47:23 UTC
b483678 avoid suboptimal termination in `passes` (#2787) 15 January 2018, 08:42:31 UTC
cbbe6fa avoid double counting within single-use functions (#2785) fixes #2783 15 January 2018, 08:42:15 UTC
f96929c improve `test/travis-ufuzz.js` (#2786) - use more RAM - show progress in console - report failure as job status 15 January 2018, 07:08:35 UTC
2b6657e run `test/ufuzz.js` when Travis CI is idle (#2784) 15 January 2018, 00:52:11 UTC
1b2e6b8 harmony-v3.3.7 14 January 2018, 11:24:49 UTC
f9e9898 Merge branch 'master' into harmony-v3.3.7 14 January 2018, 09:15:16 UTC
7c0c929 v3.3.7 14 January 2018, 09:13:26 UTC
62a66df fix & extend `join_vars` for object assigments (#2781) 14 January 2018, 09:11:31 UTC
c44d78d add `block_scope` to `--output ast` (#2780) 14 January 2018, 07:37:18 UTC
8c763bf fix `mangle` of block-scoped variables (#2779) fixes #2762 14 January 2018, 04:12:29 UTC
2cab348 improve SymbolDef info in `--output ast` (#2778) * SymbolDef info (a.k.a. `thedef`) is now represented as a string containing `"ID name [mangled_name]"`. * Enhance display of `globals`, `variables`, `functions` and `enclosed`. * `SymbolDef.next_id` starts at `1` and the `id` is adjusted for `-o ast` display. 13 January 2018, 17:40:51 UTC
aa1786d harmony-v3.3.6 13 January 2018, 15:40:14 UTC
0d5df27 add tests for #2740 13 January 2018, 14:59:01 UTC
b56e1f1 add test for #2747 13 January 2018, 14:58:52 UTC
9acace2 fix test 13 January 2018, 05:57:05 UTC
0f2be14 Merge branch 'master' into harmony-v3.3.6 13 January 2018, 05:53:31 UTC
460218a v3.3.6 13 January 2018, 05:37:42 UTC
e49416e fix `reduce_vars` on `AST_Accessor` (#2776) fixes #2774 12 January 2018, 18:46:14 UTC
d4d7d99 add SymbolDef IDs to --output ast (#2772) 12 January 2018, 07:41:09 UTC
6a696d0 fix output of imported AST (#2771) 11 January 2018, 17:05:49 UTC
1c9e13f update dependencies (#2770) - acorn@5.3.0 - commander@2.13.0 11 January 2018, 16:32:17 UTC
b757450 fix nested `unused` assignments (#2769) fixes #2768 11 January 2018, 15:13:44 UTC
23ec484 fix corner case in #2763 (#2766) 11 January 2018, 13:18:08 UTC
f1e1bb4 join object assignments (#2763) 11 January 2018, 09:08:21 UTC
6a0af85 skip only `var`s in `if_return` (#2759) fixes #2747 10 January 2018, 11:08:46 UTC
1eb15f4 fix `reduce_vars` with uninitialized `let` variables (#2760) fixes #2757 10 January 2018, 10:40:54 UTC
09269be enhance `conditionals` (#2758) `x ? y || z : z` --> `x && y || z` 10 January 2018, 08:59:57 UTC
137cb73 have parser trap `const` declaration without value (#2756) fixes #2751 10 January 2018, 04:31:46 UTC
bf832cd improve synergy between `compress` and `rename` (#2755) 09 January 2018, 09:55:41 UTC
2972d58 patch variable declaractions extracted within `catch` (#2753) fixes #2749 09 January 2018, 05:54:35 UTC
2e22d38 improve `rename` reproducibility (#2754) fixes #2752 09 January 2018, 05:53:05 UTC
ce27bcd compress loops with immediate `break` (#2746) fixes #2740 08 January 2018, 06:30:18 UTC
1f3f8f2 harmony-v3.3.5 07 January 2018, 16:30:45 UTC
4b1799e disable `reminify()` fix-up for #2708 07 January 2018, 14:32:29 UTC
7a8eff6 Merge branch 'master' into harmony-v3.3.5 07 January 2018, 12:35:53 UTC
9336cc8 v3.3.5 07 January 2018, 11:51:36 UTC
9809567 improve `process.exit()` workaround (#2741) - use public API - fix issue with Node.js 0.10 on WIndows 07 January 2018, 09:53:50 UTC
1ee8be8 fix recursive function `inline` (#2738) fixes #2737 07 January 2018, 07:31:24 UTC
8430c2f enable AppVeyor CI (#2739) 07 January 2018, 06:14:58 UTC
659c8a7 handle trailing line comments correctly (#2736) fixes #2734 06 January 2018, 13:05:21 UTC
3564b4f compress `RegExp()` in `unsafe` (#2735) 06 January 2018, 13:04:47 UTC
3505a36 enhance `unsafe_proto` (#2733) 05 January 2018, 22:16:51 UTC
9b1bc6c ufuzz: add strings "a", "b", "c" to VALUES (#2732) 05 January 2018, 21:54:53 UTC
9f23185 fix corner case with `arguments` as function name (#2729) fixes #2728 05 January 2018, 14:21:18 UTC
b82feb9 improve `if_return` (#2727) 05 January 2018, 12:24:30 UTC
7f2a591 warn on deprecated features (#2726) - `function.arguments` - `function.callers` fixes #2719 05 January 2018, 11:36:02 UTC
f76b5e0 fix `hoist_props` on `const` (#2724) fixes #2710 04 January 2018, 22:23:53 UTC
afbcebd fix `mangle` name collision across files (#2722) 04 January 2018, 21:08:09 UTC
484e484 fix corner case in `inline` (#2720) 04 January 2018, 15:38:37 UTC
6f3f212 reminify tests upon `expect_stdout` (#2716) 04 January 2018, 12:13:05 UTC
a6873a3 forbid block-scoped `AST_Defun` in strict mode (#2718) 04 January 2018, 10:45:51 UTC
7a6d452 preserve constant modification under strict mode (#2717) 04 January 2018, 07:53:53 UTC
9b58b54 extend `inline` (#2714) - compress `function` with variables within loops - restrict to `AST_Var` for better compatibility with ES6+ 04 January 2018, 04:58:40 UTC
c598a12 apply `collapse_vars` to loop conditions (#2712) 03 January 2018, 19:18:28 UTC
cfe3a98 drop `unused` assignment based on `reduce_vars` (#2709) 03 January 2018, 17:03:33 UTC
14778e0 fix `reduce_vars` on `AST_Defun` (#2708) 03 January 2018, 09:18:38 UTC
446fb01 extend `__PURE__` to `AST_New` (#2706) fixes #2705 02 January 2018, 20:48:07 UTC
7d3cddf inline functions with `AST_Var` (#2688) 02 January 2018, 17:54:44 UTC
6dead95 enhance `collapse_vars` (#2704) 02 January 2018, 10:42:15 UTC
cc931b3 enhance `if_return` (#2703) 02 January 2018, 07:09:51 UTC
ffc64e2 mark `AST_Var` out of block scopes (#2700) 01 January 2018, 17:37:59 UTC
d838b4b reset argument value within loop after `inline` (#2699) 01 January 2018, 17:24:53 UTC
2f3bddb scan within IIFEs of assigned values (#2702) fixes #2701 01 January 2018, 17:24:23 UTC
673b071 enhance `join_vars` & `sequences` (#2697) - nudge declarations without assignments - within `AST_BlockStatement` - across `AST_If` 31 December 2017, 16:09:26 UTC
da82fa5 fix `inline` on duplicate argument names (#2698) 31 December 2017, 12:59:58 UTC
3337923 reduce hoisting declarations (#2687) 31 December 2017, 08:15:00 UTC
a6653e2 harmony-v3.3.4 30 December 2017, 17:52:35 UTC
3bbe839 Merge branch 'master' into harmony-v3.3.4 30 December 2017, 16:05:32 UTC
e2ec270 v3.3.4 30 December 2017, 16:01:14 UTC
ace272f improve test for #2689 (#2694) 30 December 2017, 07:49:49 UTC
ed7a0a4 fix `dead_code` on escaped `return` assignment (#2693) fixes #2692 30 December 2017, 07:20:25 UTC
725aac8 fix parse and output of `yield` (#2690) fixes #2689 29 December 2017, 19:27:26 UTC
d819559 minor clean-ups (#2686) 29 December 2017, 06:04:52 UTC
back to top