tdz.js (118B)
1 export default function _tdzError(name) { 2 throw new ReferenceError(name + " is not defined - temporal dead zone"); 3 }