jiangping
2025-07-18 26d5120ab49d11c8771d5df1e4a2b4b732b24198
1
2
3
4
function _classNameTDZError(e) {
  throw new ReferenceError('Class "' + e + '" cannot be referenced in computed property keys.');
}
export { _classNameTDZError as default };