first commit
This commit is contained in:
13
admin-panel/node_modules/@babel/helpers/lib/helpers/checkPrivateRedeclaration.js
generated
vendored
Normal file
13
admin-panel/node_modules/@babel/helpers/lib/helpers/checkPrivateRedeclaration.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = _checkPrivateRedeclaration;
|
||||
function _checkPrivateRedeclaration(obj, privateCollection) {
|
||||
if (privateCollection.has(obj)) {
|
||||
throw new TypeError("Cannot initialize the same private elements twice on an object");
|
||||
}
|
||||
}
|
||||
|
||||
//# sourceMappingURL=checkPrivateRedeclaration.js.map
|
||||
Reference in New Issue
Block a user