move arrow functions transformer to before function names
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
"use strict";
|
||||
|
||||
var t = function (x) {
|
||||
var t = function t(x) {
|
||||
return x * x;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user