%PDF- %PDF-
Direktori : /var/www/html/node_modules/@swc/helpers/lib/ |
Current File : /var/www/html/node_modules/@swc/helpers/lib/_class_check_private_static_field_descriptor.js |
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = _classCheckPrivateStaticFieldDescriptor; function _classCheckPrivateStaticFieldDescriptor(descriptor, action) { if (descriptor === undefined) { throw new TypeError("attempted to " + action + " private static field before its declaration"); } }