UNPKG

168 BJavaScriptView Raw
1function _classNameTDZError(name) {
2 throw new Error("Class \"" + name + "\" cannot be referenced in computed property keys.");
3}
4
5module.exports = _classNameTDZError;
\No newline at end of file