UglifyJS/lib
sergeyv 7a4ed9d200 Revert "using the original sourcemap as the base"
This reverts commit ad18689d92.

Reason for revert: introduce issue #882

Currently, generated sourcemap contains copy of all existing mappings and adds new mappings from uglified code to original one.
However, previous mapping are no longer valid and shouldn't be added.
2016-02-10 10:19:39 +01:00
..
ast.js Fix output for "use asm" code from SpiderMonkey AST 2015-11-12 12:18:25 +02:00
compress.js collapse_vars: avoid replacement across AST_Case nodes to be on safe side even though no issues seen. 2016-01-29 10:35:07 -05:00
mozilla-ast.js Fix output for "use asm" code from SpiderMonkey AST 2015-11-12 12:18:25 +02:00
output.js Add some tests for comment-filters through api 2016-01-19 19:14:19 +01:00
parse.js Allow operator names as getters/setters 2016-01-19 19:28:51 +01:00
propmangle.js Fix mangling of property names which overwrite unmangleable properties 2015-08-05 21:18:39 +02:00
scope.js Add start/end in the arguments definition 2016-01-27 11:36:03 +02:00
sourcemap.js Revert "using the original sourcemap as the base" 2016-02-10 10:19:39 +01:00
transform.js Collapse single use var definitions 2016-01-27 11:48:15 +02:00
utils.js Add property name mangler 2015-03-14 11:22:28 +02:00