[ALOY-558] Fix optimizer.js sections that can be resolved with uglify-js updates
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2013-03-12T20:39:49.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 1.1.0, 2013 Sprint 06 |
Components | Titanium SDK |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Unknown |
Created | 2013-03-12T16:53:25.000+0000 |
Updated | 2018-03-07T22:25:33.000+0000 |
Description
There's a number of optimizations that aren't performed properly due to the uglify-js 2.2.5 update, covered in ALOY-540. There are however a number that can be fixed with a few small changes to either the parsers or the tests themselves to more accurately reflect how this latest version of uglify-js compresses certain sections of code.
Need more information.