Renamed files

This commit is contained in:
Raja Sekar
2018-01-09 10:56:15 +01:00
committed by Nicolò Ribaudo
parent 07e69c009b
commit 0f42accb87
8809 changed files with 20143 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
var Test = function () {
function Test() {
babelHelpers.classCallCheck(this, Test);
}
return Test;
}();

View File

@@ -0,0 +1,13 @@
var IdenticalName = function () {
function IdenticalName(x) {
return x;
}
return IdenticalName;
}();
(function () {
function foo() {}
return foo;
})();