UglifyJS/lib
Martijn Swaagman 98f330658f Generate source map data from normalized files
If using `inSourceMap` this fix will ensure the copying of `sourcesContent` is based on potentially normalized `sources` values (https://github.com/mozilla/source-map/blob/master/lib/source-map-consumer.js#L304-L309).

For example `normalize` (https://github.com/mozilla/source-map/blob/master/lib/util.js#L80-L123) will rewrite `./dist/mySource.js` to `dist/mySource.js` in the target `_sources` of the `SourceMapConsumer`. As a result `orig_map.sourceContentFor(source, true);` would return `null` since the orginal `source` was no longer available in the consumer. By using the keys generating from the `SourceMapConsumer.constructor` consistency is ensured.
2016-11-29 20:42:56 +01:00
..
ast.js Actually limit sequence length. 2016-04-12 14:17:24 +03:00
compress.js Do not overwrite options.comments + cleanup 2016-11-29 20:24:08 +01:00
mozilla-ast.js Don't convert all strings to directives from moz-ast 2016-07-03 12:36:57 +02:00
output.js Do not overwrite options.comments + cleanup 2016-11-29 20:24:08 +01:00
parse.js Legacy octal integer strict mode fixes 2016-07-21 14:42:16 +02:00
propmangle.js Add --mangle-props-debug and fix --mangle-props=unquoted collision 2016-11-29 20:25:39 +01:00
scope.js fix uses_arguments handling (broken since 6605d15783) 2016-10-23 21:29:18 +02:00
sourcemap.js Generate source map data from normalized files 2016-11-29 20:42:56 +01:00
transform.js Collapse single use var definitions 2016-01-27 11:48:15 +02:00
utils.js Do not overwrite options.comments + cleanup 2016-11-29 20:24:08 +01:00