Remove modules from source
This commit is contained in:
9
node_modules/babel-runtime/helpers/newArrowCheck.js
generated
vendored
9
node_modules/babel-runtime/helpers/newArrowCheck.js
generated
vendored
@@ -1,9 +0,0 @@
|
||||
"use strict";
|
||||
|
||||
exports.__esModule = true;
|
||||
|
||||
exports.default = function (innerThis, boundThis) {
|
||||
if (innerThis !== boundThis) {
|
||||
throw new TypeError("Cannot instantiate an arrow function");
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user