UglifyJS/lib
micschro 39d8880f2c Fix max_line_len not working for JSON files
As `maybe_newline()` is only called when `might_need_semicolon` is `true`, the `max_line_len` option has no effect for files without (or with very few) semicolons (like JSON files). A simple for this problem is to use `maybe_newline()` instead of `noop` as the `newline()` function in non-beautify mode.
2014-12-17 16:31:03 +01:00
..
ast.js Allow colons in the pairs passed to AST_Toplevel.wrap_enclose 2014-03-22 18:02:21 -07:00
compress.js Referencing a global is assumed to have side effects. 2014-09-28 11:18:25 +03:00
mozilla-ast.js Added generative testing for AST conversions. 2014-08-03 20:48:59 +03:00
output.js Fix max_line_len not working for JSON files 2014-12-17 16:31:03 +01:00
parse.js Add option to allow return outside of functions. 2014-10-20 18:12:13 +03:00
scope.js Don't warn for an unreferenced exception symbol in a catch block. 2014-09-12 21:01:19 -07:00
sourcemap.js Use uglify source map token names if missing 2014-09-09 13:02:50 +02:00
transform.js Apply transformer to AST_VarDef's name 2013-07-14 13:24:09 +03:00
utils.js semicolons 2013-12-10 20:24:27 +02:00