aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@babel/runtime/helpers/classNameTDZError.js
blob: 8c1bdf5540017e20b5f2e73de28a3a3acc8fec7b (plain)
1
2
3
4
5
function _classNameTDZError(name) {
  throw new Error("Class \"" + name + "\" cannot be referenced in computed property keys.");
}

module.exports = _classNameTDZError;