Some tests fails when minified by uglify-js@3.4
kawanet opened this issue ยท 3 comments
kawanet commented
The following tests fail when minified by uglify-js@3.4
.
20.roundtrip.js :: Uint8Array :: string (GREEK)
20.roundtrip.js :: Uint8Array :: string (ASIAN)
20.roundtrip.js :: Uint8Array :: array (small)
Above still pass when minified with uglify-js@3.3
though.
kawanet commented
Confirmed.
๐ ๐ uglify-js@3.3.28
to uglify-js@3.4.8
๐
๐ uglify-js@3.4.9
only
kawanet commented
There are just 4 changes between 3.4.8 to 3.4.9:
kawanet commented
reported: mishoo/UglifyJS#3278