tdz.js 118 B

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