UglifyJS/lib
Richard van Velzen 360628de96 Fix mangling issues with safari
Fixes #326 and #179

It isn't a really clean solution, but it works. The idea is to
"virtually" reference the function name inside the scope. But to be able
know it isn't *really* referenced, we add a `virtual` flag to
`AST_SymbolRef.reference`.
2013-10-25 15:54:35 +02:00
..
ast.js minor 2013-09-06 09:52:56 +03:00
compress.js Fix #269 2013-10-24 11:08:33 +02:00
mozilla-ast.js Workaround for missing prefix in UnaryExpression generated by Esprima 2013-04-29 15:03:52 +03:00
output.js Avoid printing <!-- in the output (HTML5 comment) 2013-09-06 10:10:45 +03:00
parse.js Only allow identifier start characters at the beginning of identifiers. 2013-10-03 17:02:19 -07:00
scope.js Fix mangling issues with safari 2013-10-25 15:54:35 +02:00
sourcemap.js line numbers start at 1 2012-10-02 16:39:53 +03:00
transform.js Apply transformer to AST_VarDef's name 2013-07-14 13:24:09 +03:00
utils.js Only compress code in new Function if all arguments are strings. 2013-05-14 18:36:31 +03:00