UglifyJS/lib
Gyusun Yeom fcd90db30d fix safari syntax error - declare twice (#1851)
To avoid Safari bug, scope of for loop should enclose parent scope variables.


fixes #1753
2017-05-11 16:48:43 +08:00
..
ast.js Merge branch 'master' into harmony-v3.0.1 2017-05-09 02:10:06 +08:00
compress.js fix collapse_vars on destructuring declarations (#1889) 2017-05-09 17:44:28 +08:00
minify.js fix safari syntax error - declare twice (#1851) 2017-05-11 16:48:43 +08:00
mozilla-ast.js convert AST_Seq from binary tree to array (#1460) 2017-04-12 21:56:27 +08:00
output.js fix Unicode handling in parser (#1884) 2017-05-09 01:58:31 +08:00
parse.js fix for-of loop with const iterator (#1899) 2017-05-10 11:36:03 +08:00
propmangle.js Merge branch 'master' into harmony-v3.0.0 2017-05-07 15:34:16 +08:00
scope.js fix safari syntax error - declare twice (#1851) 2017-05-11 16:48:43 +08:00
sourcemap.js Generate source map data from normalized files 2016-11-29 20:42:56 +01:00
transform.js Merge branch 'master' into harmony-v3.0.0 2017-05-07 15:34:16 +08:00
utils.js convert AST_Seq from binary tree to array (#1460) 2017-04-12 21:56:27 +08:00