UNPKG

sucrase

Version:

Super-fast alternative to Babel for when you can target modern JS runtimes

11 lines (9 loc) 268 B
var temporalUndefined = require("./temporalUndefined"); function _temporalRef(val, name) { if (val === temporalUndefined) { throw new ReferenceError(name + " is not defined - temporal dead zone"); } else { return val; } } module.exports = _temporalRef;