UglifyJS/lib
龙腾道 5e9382c1f8 fix read_source_map bug
1. `new Buffer` can cause a global `DeprecationWarning` in `Node.js` nowadays. Fix it as `Buffer.from ? Buffer.from : new Buffer`.
2. A) The previous regExp may match a map-like string or otherthings before the real inline map, which must in the end of the file. B) And, the eol in javascript is not only `\n`, but also `\r` `\u2028` `\u2029`.
2018-11-12 10:57:22 +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 bug 2018-11-12 10:57:22 +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