bpms_site/.svn/pristine/dc/dcc2612f99c286a07a45b79249a4d3f963c99672.svn-base
2025-11-02 16:38:49 +03:30

5 lines
182 B
Plaintext

export function _class_name_tdz_error(name) {
throw new Error("Class \"" + name + "\" cannot be referenced in computed property keys.");
}
export { _class_name_tdz_error as _ };