clean up `max_line_len`
authoralexlamsl <alexlamsl@gmail.com>
Sat, 18 Feb 2017 14:44:53 +0000 (22:44 +0800)
committeralexlamsl <alexlamsl@gmail.com>
Tue, 21 Feb 2017 05:29:58 +0000 (13:29 +0800)
commit8898b8a0fe87f71c0ea2d35face6dfbf11db27ec
treeae7d8f66a4787a82b2b385ef179d95405d6e65db
parentec64acd2c8d8573abd5b77f8f8946767444841bb
clean up `max_line_len`
- never exceed specified limit
- otherwise warning is shown
- enabled only for final output

closes #1496
bin/uglifyjs
lib/output.js
test/compress/max_line_len.js [new file with mode: 0644]
tools/node.js