"use strict"; module.exports = function unreachable(reason) { // TODO: Parse the package name out of the stacktrace and include it in the error message? throw new Error(`${reason} -- this is a bug, please report it!`); };