UglifyJS/test
alexlamsl 100307ab31 fixes & improvements to [].join()
fixes
- [a].join() => "" + a
- ["a", , "b"].join() => "a,,b"
- ["a", null, "b"].join() => "a,,b"
- ["a", undefined, "b"].join() => "a,,b"

improvements
- ["a", "b"].join(null) => "anullb"
- ["a", "b"].join(undefined) => "a,b"
- [a + "b", c].join("") => a + "b" + c

closes #1453
2017-02-21 13:29:57 +08:00
..
compress fixes & improvements to [].join() 2017-02-21 13:29:57 +08:00
input fix mangling collision with keep_fnames (#1431) 2017-01-26 12:18:28 +01:00
mocha Improve optimizing function() { if(c){return foo} bar();} 2017-02-18 18:56:18 +08:00
mocha.js Add mocha tests 2015-12-27 22:38:20 +01:00
mozilla-ast.js Fix mozilla-ast after module loading changes 2015-09-24 18:13:21 +03:00
run-tests.js Have minify() and tests use figure_out_scope() as uglifyjs CLI does 2017-01-19 17:14:33 +01:00
sourcemaps.js Fix #836 2015-10-20 19:48:56 +01:00