UglifyJS/lib
龙腾道 4dba4da563 fix read_source_map inline bug
1.  The previous regExp may match a map-like string or otherthings before the real inline map, which must in the end of the file. And,
2. The eol in javascript is not only `\n`, but also `\r` `\u2028` `\u2029`, and even no eol before (start of the file).
2018-11-16 10:45:02 +08:00
..
ast.js fix corner case in ie8 & rename (#3223) 2018-07-26 16:35:43 +08:00
compress.js fix corner case in conditionals (#3244) 2018-08-30 15:59:05 +08:00
minify.js fix read_source_map inline bug 2018-11-16 10:45:02 +08:00
mozilla-ast.js general clean-ups (#3175) 2018-06-06 17:50:56 +08:00
output.js clean up webkit quirks (#3229) 2018-08-08 16:15:45 +08:00
parse.js general clean-ups (#3175) 2018-06-06 17:50:56 +08:00
propmangle.js fix corner case in ie8 & rename (#3223) 2018-07-26 16:35:43 +08:00
scope.js clean up webkit quirks (#3229) 2018-08-08 16:15:45 +08:00
sourcemap.js general clean-ups (#3175) 2018-06-06 17:50:56 +08:00
transform.js general clean-ups (#3175) 2018-06-06 17:50:56 +08:00
utils.js fix corner case in ie8 (#3216) 2018-07-19 14:45:36 +08:00