From 81ddf9b700bc48a1f8e472209f080f9c1d9a9b09 Mon Sep 17 00:00:00 2001 From: Piotr Russ Date: Wed, 18 Nov 2020 23:26:45 +0100 Subject: rm node_modules --- node_modules/babel-runtime/helpers/newArrowCheck.js | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 node_modules/babel-runtime/helpers/newArrowCheck.js (limited to 'node_modules/babel-runtime/helpers/newArrowCheck.js') diff --git a/node_modules/babel-runtime/helpers/newArrowCheck.js b/node_modules/babel-runtime/helpers/newArrowCheck.js deleted file mode 100644 index c15ee5c..0000000 --- a/node_modules/babel-runtime/helpers/newArrowCheck.js +++ /dev/null @@ -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"); - } -}; \ No newline at end of file -- cgit v1.2.3