UglifyJS/test/input
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
..
comments Make all comment options in cli available in js api 2016-09-06 17:54:45 +02:00
enclose re-introduce enclose (#3163) 2018-06-01 16:47:11 +08:00
global_defs enhance global_defs 2017-02-21 13:29:58 +08:00
invalid fix for-in loop parsing (#2144) 2017-06-23 04:14:30 +08:00
issue-505 improve max_line_len (#3095) 2018-04-24 15:19:45 +08:00
issue-520 fix source map offset (#1993) 2017-05-23 20:25:48 +08:00
issue-1236 Moved test input files to test/input. 2016-08-14 21:40:14 +02:00
issue-1242 fix mangle name collision across files (#2722) 2018-01-05 05:08:09 +08:00
issue-1323 general clean-ups (#3175) 2018-06-06 17:50:56 +08:00
issue-1431 fix mangling collision with keep_fnames (#1431) 2017-01-26 12:18:28 +01:00
issue-1482 refactor brackets to braces (#3005) 2018-03-15 15:46:45 +08:00
issue-1632 fix a bug in simple_glob (#1632) 2017-03-23 06:11:16 +08:00
issue-2082 fix CLI parsing of --source-map content (#2088) 2017-06-13 16:30:46 +08:00
issue-2310 improve source mapping (#2312) 2017-09-15 12:46:48 +08:00
issue-3315 parse mangle.properties.regex in --config-file properly (#3337) 2019-03-15 00:20:20 +08:00
pr-3040 Fix compressed source-maps have non-terminated segments 2019-04-28 00:49:39 +02:00
rename configure rename with CLI (#2802) 2018-01-17 15:12:22 +08:00