compressor successfully moved to TreeTransformer
This commit is contained in:
@@ -106,6 +106,13 @@ function defaults(args, defs) {
|
||||
return ret;
|
||||
};
|
||||
|
||||
function merge(obj, ext) {
|
||||
for (var i in ext) if (HOP(ext, i)) {
|
||||
obj[i] = ext[i];
|
||||
}
|
||||
return obj;
|
||||
};
|
||||
|
||||
function noop() {};
|
||||
|
||||
var MAP = (function(){
|
||||
|
||||
Reference in New Issue
Block a user