mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-12 20:04:57 +02:00
4 lines
254 B
JavaScript
4 lines
254 B
JavaScript
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; |