bpms_site/.svn/pristine/12/1291fff960cee1453b05ca8be1da5de686473474.svn-base
2025-11-02 16:38:49 +03:30

6 lines
340 B
Plaintext

function _initializerWarningHelper(descriptor, context) {
throw new Error('Decorating class property failed. Please ensure that ' + 'proposal-class-properties is enabled and runs after the decorators transform.');
}
module.exports = _initializerWarningHelper;
module.exports["default"] = module.exports, module.exports.__esModule = true;