add SymbolDef IDs to --output ast (#2772)
This commit is contained in:
@@ -57,7 +57,7 @@ function SymbolDef(scope, orig, init) {
|
||||
this.id = SymbolDef.next_id++;
|
||||
};
|
||||
|
||||
SymbolDef.next_id = 1;
|
||||
SymbolDef.next_id = 1e6;
|
||||
|
||||
SymbolDef.prototype = {
|
||||
unmangleable: function(options) {
|
||||
|
||||
Reference in New Issue
Block a user