UglifyJS/lib
Pablo Cúbico 385aa6383d Add 'let' to the keywords list.
Uglyfied code could reach "var let=...something..." in some cases, as discovered by: https://twitter.com/colinmegill/status/702191711494144000 , so the compiled file breaks.

I don't know about UglifyJS internals but this little trick did it for me.
2016-02-23 16:25:18 -03:00
..
ast.js Fix output for "use asm" code from SpiderMonkey AST 2015-11-12 12:18:25 +02:00
compress.js boolean_expression ? true : false --> boolean_expression 2016-02-22 17:59:36 +01:00
mozilla-ast.js Fix output for "use asm" code from SpiderMonkey AST 2015-11-12 12:18:25 +02:00
output.js Add some tests for comment-filters through api 2016-01-19 19:14:19 +01:00
parse.js Add 'let' to the keywords list. 2016-02-23 16:25:18 -03:00
propmangle.js Fix mangling of property names which overwrite unmangleable properties 2015-08-05 21:18:39 +02:00
scope.js preserve ThisBinding for side_effects 2016-02-17 19:34:01 +01:00
sourcemap.js Revert "using the original sourcemap as the base" 2016-02-10 10:19:39 +01:00
transform.js Collapse single use var definitions 2016-01-27 11:48:15 +02:00
utils.js Add property name mangler 2015-03-14 11:22:28 +02:00