UglifyJS/lib
Fábio Santos bb6b3a773a Make AST_Class inherit AST_Scope instead of AST_Object
This is one of those days I'd love to use multiple inheritance.

An AST_Class has lots of common with AST_Object, but unfortunately
`instanceof AST_Scope` is used very, very much, and a class has its name
inside its own special pocket scope. This compels me to make AST_Class
inherit Scope instead.

It looks like, although there is much in common with AST_Object,
`instanceof AST_Object` seldom are made, perhaps because it is less
often necessary to traverse an object than a scope.
2015-11-20 19:34:10 +00:00
..
ast.js Make AST_Class inherit AST_Scope instead of AST_Object 2015-11-20 19:34:10 +00:00
compress.js computed properties 2015-10-12 21:38:20 +01:00
mozilla-ast.js Fix mozilla-ast after module loading changes 2015-09-24 18:13:21 +03:00
output.js Make AST_Class inherit AST_Scope instead of AST_Object 2015-11-20 19:34:10 +00:00
parse.js static properties 2015-10-27 12:24:37 +00:00
propmangle.js Make concise methods work with propmangle 2015-10-27 09:31:16 +01:00
scope.js Merge branch 'master' into harmony 2015-10-12 08:54:44 +02:00
sourcemap.js fixes issue #621 SourceMap toString JSON format 2015-01-24 00:33:02 -08:00
transform.js play nice with propmangle 2015-08-25 17:49:29 +01:00
utils.js Add property name mangler 2015-03-14 11:22:28 +02:00