UglifyJS/lib
Paul Gschwendtner c15af086fd Fix compressed source-maps have non-terminated segments
Currently when UglifyJS compresses a given input file that comes
with a source-map, but the source-map does not have mappings for
all code parts in the input file. e.g. the input file has been generated
and some specific code-parts have been generated and are not
originating from any source-file.

In that case if mappings before the "generated code" are collected, and
the original file location for the "generated code" is determined after previous
mappings for the same line have been recorded, UglifyJS just ignores the fact that
there is no original location and the previous segment is not terminated. This causes
the "generated code" incorrectly to be mapped to the previous segment/
original source location.
2019-04-28 00:49:39 +02:00
..
ast.js fix corner case in assignments (#3376) 2019-04-24 02:50:15 +08:00
compress.js enhance side_effects (#3384) 2019-04-25 15:15:50 +08:00
minify.js re-introduce enclose (#3163) 2018-06-01 16:47:11 +08:00
mozilla-ast.js general clean-ups (#3175) 2018-06-06 17:50:56 +08:00
output.js introduce functions (#3360) 2019-04-15 22:23:11 +08:00
parse.js reduce test exports (#3361) 2019-04-17 16:19:08 +08:00
propmangle.js fix corner case in ie8 & rename (#3223) 2018-07-26 16:35:43 +08:00
scope.js fix corner case in functions (#3365) 2019-04-18 17:03:52 +08:00
sourcemap.js Fix compressed source-maps have non-terminated segments 2019-04-28 00:49:39 +02: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