3 lines
118 B
JavaScript
Raw Permalink Normal View History

2025-02-28 19:43:11 +08:00
export default function _tdzError(name) {
throw new ReferenceError(name + " is not defined - temporal dead zone");
}