summaryrefslogtreecommitdiffstats
path: root/node_modules/babel-runtime/helpers/temporalRef.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/babel-runtime/helpers/temporalRef.js')
-rw-r--r--node_modules/babel-runtime/helpers/temporalRef.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/node_modules/babel-runtime/helpers/temporalRef.js b/node_modules/babel-runtime/helpers/temporalRef.js
deleted file mode 100644
index 49b8b24..0000000
--- a/node_modules/babel-runtime/helpers/temporalRef.js
+++ /dev/null
@@ -1,11 +0,0 @@
-"use strict";
-
-exports.__esModule = true;
-
-exports.default = function (val, name, undef) {
- if (val === undef) {
- throw new ReferenceError(name + " is not defined - temporal dead zone");
- } else {
- return val;
- }
-}; \ No newline at end of file