UglifyJS/lib
Bryce Cronkite-Ratcliff 5c02d65ddb fixes issue #621 SourceMap toString JSON format
The correct format of a sourcemap is acquired
from a mozilla source map generator by calling
toJSON on this object. This patch alters the
toString function on mozilla generators to print
the format that is to spec instead of the generator's
internal representation of itself.
2015-01-24 00:33:02 -08:00
..
ast.js Track ending lines/columns; fix end locations in Mozilla AST. 2015-01-06 11:32:41 +01:00
compress.js Optimize conditionals where the consequent and alternative are both booleans and not equivalent 2015-01-13 18:27:21 +01:00
mozilla-ast.js Location fix for Mozilla AST start token. 2015-01-06 11:32:41 +01:00
output.js Fix #556 2015-01-04 15:01:55 +01:00
parse.js Add unicode digit parsing support 2015-01-20 00:17:24 +01:00
scope.js Add an option to prevent function names from being mangled 2015-01-04 21:48:43 +01:00
sourcemap.js fixes issue #621 SourceMap toString JSON format 2015-01-24 00:33:02 -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