Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-26 | Move line numbers to the AST node itself. | Jez Ng | |
This allows us to use strict comparisons on the node type. | |||
2013-06-22 | Get test_source_map passing again. | Jez Ng | |
2013-06-22 | Put uglify back the way it was. | Jez Ng | |
Makes for an easier-to-review pull request. | |||
2013-06-22 | Make optimizer handle both strings and string-like type objects. | Jez Ng | |
NodeWithToken is a string-like type produced by the parser during 'embed tokens' mode, which allows us to track line numbers. | |||
2013-06-22 | Fix line numbering for invoke instructions. | Jez Ng | |
Line numbering of exceptions now work (better) in optimized mode. | |||
2013-06-19 | Implement source maps for optimized builds. | Jez Ng | |
2013-06-19 | Map source lines for assignment statements. | Jez Ng | |
2013-06-19 | Delete uglify code that was only needed for compression. | Jez Ng | |
This makes it easier to reason about the remainder... | |||
2011-08-30 | Made sure uglify's code generator re-parenthesizes anonymous functions. | max99x | |
2011-08-23 | Updated UglifyJS to preserve object key quotedness (Closure Compiler ↵ | max99x | |
compatibility). | |||
2011-08-23 | Added a redundant-variable eliminator script and its dependencies. | max99x | |