Newer
Older
alert / js / node_modules / @babel / runtime / helpers / esm / classNameTDZError.js
@Réz István Réz István on 18 Nov 2021 145 bytes first commit
export default function _classNameTDZError(name) {
  throw new Error("Class \"" + name + "\" cannot be referenced in computed property keys.");
}