UglifyJS/lib
Mihai Bazon 8e82d8d94c fixed some mess with symbols/scope
- all symbols now have a `thedef` property which is a SymbolDef object,
  instead of the `uniq` that we had before (pointing to the first occurrence
  of the name as declaration).

- for undeclared symbols we still create a SymbolDef object in the toplevel
  scope but mark it "undeclared"

- we can now call figure_out_scope after squeezing, which is useful in order
  not to mangle names that were dropped by the squeezer
2012-09-11 15:42:28 +03:00
..
ast.js fixed some mess with symbols/scope 2012-09-11 15:42:28 +03:00
compress.js checkpoint 2012-09-11 13:15:55 +03:00
output.js fixed some mess with symbols/scope 2012-09-11 15:42:28 +03:00
parse.js cleaned up usage of AST_BlockStatement 2012-09-05 11:39:43 +03:00
scope.js fixed some mess with symbols/scope 2012-09-11 15:42:28 +03:00
sourcemap.js started support for generating source maps (WIP) 2012-08-29 19:39:19 +03:00
utils.js fixed some mess with symbols/scope 2012-09-11 15:42:28 +03:00