Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
12 lines
656 B
Plaintext
12 lines
656 B
Plaintext
import { _ as _class_apply_descriptor_update } from "./_class_apply_descriptor_update.js";
|
|
import { _ as _class_check_private_static_access } from "./_class_check_private_static_access.js";
|
|
import { _ as _class_check_private_static_field_descriptor } from "./_class_check_private_static_field_descriptor.js";
|
|
|
|
function _class_static_private_field_update(receiver, classConstructor, descriptor) {
|
|
_class_check_private_static_access(receiver, classConstructor);
|
|
_class_check_private_static_field_descriptor(descriptor, "update");
|
|
|
|
return _class_apply_descriptor_update(receiver, descriptor);
|
|
}
|
|
export { _class_static_private_field_update as _ };
|