mirror of
https://github.com/swc-project/swc.git
synced 2024-12-28 08:04:43 +03:00
5 lines
182 B
JavaScript
5 lines
182 B
JavaScript
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 _ };
|