5 lines
184 B
Plaintext
5 lines
184 B
Plaintext
function _class_name_tdz_error(name) {
|
|
throw new ReferenceError("Class \"" + name + "\" cannot be referenced in computed property keys.");
|
|
}
|
|
export { _class_name_tdz_error as _ };
|