Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/node_modules/@babel/runtime/helpers/assertThisInitialized.js')
-rw-r--r--assets/node_modules/@babel/runtime/helpers/assertThisInitialized.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/assets/node_modules/@babel/runtime/helpers/assertThisInitialized.js b/assets/node_modules/@babel/runtime/helpers/assertThisInitialized.js
new file mode 100644
index 0000000..98d2949
--- /dev/null
+++ b/assets/node_modules/@babel/runtime/helpers/assertThisInitialized.js
@@ -0,0 +1,9 @@
+function _assertThisInitialized(self) {
+ if (self === void 0) {
+ throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
+ }
+
+ return self;
+}
+
+module.exports = _assertThisInitialized; \ No newline at end of file