UglifyJS/lib
Arnavion 014f655c5f Handle the case when SourceMapConsumer.originalPositionFor returns null source.
This happens when SourceMapConsumer does not have a valid position to map the input line and column. This is a change in mozilla/source-map starting from version 0.1.33

Fixes #436
2014-03-02 19:20:19 -08:00
..
ast.js AST_Catch shouldn't really inherit from AST_Scope. Fix #363 2013-12-05 13:30:29 +02:00
compress.js Add option keep_fargs. 2014-02-08 12:33:56 +02:00
mozilla-ast.js Workaround for missing prefix in UnaryExpression generated by Esprima 2013-04-29 15:03:52 +03:00
output.js Merge branch 'master' of github.com:mishoo/UglifyJS2 2014-01-26 10:07:10 +02:00
parse.js Fix end token for conditionals. Close #404 2014-01-21 10:38:59 +02:00
scope.js Mangle name of exception when --screw-ie8. Fix #430. 2014-02-14 13:58:14 +02:00
sourcemap.js Handle the case when SourceMapConsumer.originalPositionFor returns null source. 2014-03-02 19:20:19 -08:00
transform.js Apply transformer to AST_VarDef's name 2013-07-14 13:24:09 +03:00
utils.js semicolons 2013-12-10 20:24:27 +02:00