UglifyJS/lib
Edward Casbon ba79dcd301 Add filename to the JS_Parse_Error exception.
It would be nice to have access to the filename of the file that includes the code that causes a JavaScript error. This is especially handy if uglifying multiple files at once.

Only a small change is needed for this to happen as it's already available in the function that throws the error.
2014-08-11 12:40:01 +01:00
..
ast.js Allow colons in the pairs passed to AST_Toplevel.wrap_enclose 2014-03-22 18:02:21 -07:00
compress.js Evaluate "foo".length ==> 3 2014-07-01 11:06:51 +03:00
mozilla-ast.js Added generative testing for AST conversions. 2014-08-03 20:48:59 +03:00
output.js Fix parens for AST_Undefined 2014-07-18 11:31:41 +03:00
parse.js Add filename to the JS_Parse_Error exception. 2014-08-11 12:40:01 +01: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