5 lines
182 B
Plaintext
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 _ };
|