/** @type {import("../../../../").LoaderDefinition} */
module.exports = function (source) {
throw new Error("this is a thrown error");
};