mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 18:39:29 +08:00
5 lines
No EOL
246 B
Text
5 lines
No EOL
246 B
Text
function _classNameTDZError(name) {
|
|
throw new Error("Class \"" + name + "\" cannot be referenced in computed property keys.");
|
|
}
|
|
|
|
module.exports = _classNameTDZError, module.exports.__esModule = true, module.exports["default"] = module.exports; |