add additional newline to alias functions transformer
This commit is contained in:
@@ -48,6 +48,7 @@ var go = function (getBody, node, scope) {
|
||||
getArgumentsId() {
|
||||
return argumentsId ||= scope.generateUidIdentifier("arguments");
|
||||
},
|
||||
|
||||
getThisId() {
|
||||
return thisId ||= scope.generateUidIdentifier("this");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user