dist / tools / recoveryHints.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getRecoveryHint = void 0;
/**
* @file Recovery hints — re-export from errorCodes.ts.
* Kept for backward compatibility. All logic now lives in errorCodes.ts
* to avoid circular dependencies.
*/
var errorCodes_1 = require("./errorCodes");
Object.defineProperty(exports, "getRecoveryHint", { enumerable: true, get: function () { return errorCodes_1.getRecoveryHint; } });
//# sourceMappingURL=recoveryHints.js.map