aboutsummaryrefslogtreecommitdiff
path: root/tools/eliminator/node_modules/uglify-js/lib/parse-js.js
AgeCommit message (Collapse)Author
2013-06-26Move line numbers to the AST node itself.Jez Ng
This allows us to use strict comparisons on the node type.
2013-06-22Make 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.
2011-08-23Updated UglifyJS to preserve object key quotedness (Closure Compiler ↵max99x
compatibility).
2011-08-23Added a redundant-variable eliminator script and its dependencies.max99x