dry up array comprehension and arrow functions by introducing an alias-functions transformer
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
var _this = this;
|
||||
var t = function (x) {
|
||||
return this.x + x;
|
||||
}.bind(this);
|
||||
return _this.x + x;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user