Urara-Blog/node_modules/.pnpm-store/v3/files/50/3e761b47ba86ef85f06373520cbb7416378f5456e379c24d94534cc933542a2c397fdc5fec977929539cf43bf32830d04efcd72c9b0f55898ce9a7871a8ae1
2022-08-14 01:14:53 +08:00

11 lines
402 B
Text

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.throwTypescriptError = exports.throwError = void 0;
const throwError = (msg) => {
throw new Error(`[svelte-preprocess] ${msg}`);
};
exports.throwError = throwError;
const throwTypescriptError = () => {
(0, exports.throwError)(`Encountered type error`);
};
exports.throwTypescriptError = throwTypescriptError;