Files
memecoin-botV2/.pnpm-store/v10/files/f8/964b04f78b91aa60b44f0c0fe81d60af9a276bbca3bd4695e04ea5057e904b5f9b4587dc849fa2b2684e07a44ffb44c3dd2624365a31e8d50a27f2cc36a0cf

9 lines
560 B
Plaintext

// Code generated by Herebyfile.mjs generate:enums from internal/diagnostics/diagnostics.go. DO NOT EDIT.
export var DiagnosticCategory;
(function (DiagnosticCategory) {
DiagnosticCategory[DiagnosticCategory["Warning"] = 0] = "Warning";
DiagnosticCategory[DiagnosticCategory["Error"] = 1] = "Error";
DiagnosticCategory[DiagnosticCategory["Suggestion"] = 2] = "Suggestion";
DiagnosticCategory[DiagnosticCategory["Message"] = 3] = "Message";
})(DiagnosticCategory || (DiagnosticCategory = {}));
//# sourceMappingURL=diagnosticCategory.enum.js.map