5 lines
168 B
JavaScript
Raw Normal View History

2020-05-19 11:43:42 +03:00
function _classNameTDZError(name) {
throw new Error("Class \"" + name + "\" cannot be referenced in computed property keys.");
}
module.exports = _classNameTDZError;