"use strict"; module.exports = function unreachable(reason) { throw new Error(`This code should never be run: ${reason}; this is a bug in raqb, please report it!`); };