UglifyJS/lib
Martijn Swaagman c898a7997d [fix] map 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-04 19:49:59 +01:00
..
ast.js Actually limit sequence length. 2016-04-12 14:17:24 +03:00
compress.js Fix (typeof side_effect()) in boolean context 2016-10-06 13:50:11 +02:00
mozilla-ast.js Don't convert all strings to directives from moz-ast 2016-07-03 12:36:57 +02:00
output.js Don't filter shebangs when using the 'some' comment filter 2016-10-23 21:31:03 +02:00
parse.js Legacy octal integer strict mode fixes 2016-07-21 14:42:16 +02:00
propmangle.js Fix --mangle-props and --mangle-props=unquoted 2016-08-14 21:51:25 +02:00
scope.js fix uses_arguments handling (broken since 6605d15783) 2016-10-23 21:29:18 +02:00
sourcemap.js [fix] map from normalized files 2016-11-04 19:49:59 +01:00
transform.js Collapse single use var definitions 2016-01-27 11:48:15 +02:00
utils.js Various LineTerminator changes 2016-06-30 22:12:50 +02:00