forked from ard/ruoyi-api

zhangnaisong
2024-07-24 1ca9656140c41165459dfb6f6b7606b3aa6a8747
1
2
3
4
function _classNameTDZError(name) {
  throw new ReferenceError("Class \"" + name + "\" cannot be referenced in computed property keys.");
}
module.exports = _classNameTDZError, module.exports.__esModule = true, module.exports["default"] = module.exports;