bpms_site/.svn/pristine/2e/2e89c61294525c38968a44f6f4554edd43e310a5.svn-base
2025-11-02 16:38:49 +03:30

6 lines
246 B
Plaintext

function _classNameTDZError(name) {
throw new Error("Class \"" + name + "\" cannot be referenced in computed property keys.");
}
module.exports = _classNameTDZError;
module.exports["default"] = module.exports, module.exports.__esModule = true;