mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2026-01-23 10:33:50 +01:00
3 lines
154 B
JavaScript
3 lines
154 B
JavaScript
export default function _classNameTDZError(name) {
|
|
throw new ReferenceError("Class \"" + name + "\" cannot be referenced in computed property keys.");
|
|
} |