classNameTDZError.js 173 B

1234
  1. function _classNameTDZError(e) {
  2. throw new ReferenceError('Class "' + e + '" cannot be referenced in computed property keys.');
  3. }
  4. export { _classNameTDZError as default };