full site update
This commit is contained in:
8
node_modules/@swc/helpers/cjs/_assert_this_initialized.cjs
generated
vendored
Normal file
8
node_modules/@swc/helpers/cjs/_assert_this_initialized.cjs
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
"use strict";
|
||||
|
||||
function _assert_this_initialized(self) {
|
||||
if (self === void 0) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
||||
|
||||
return self;
|
||||
}
|
||||
exports._ = _assert_this_initialized;
|
Reference in New Issue
Block a user