Files
memecoin-botV2/.pnpm-store/v10/files/bf/d47be5d83dc20beef0ee2a1c51d8fad5fb9b393724abedae351406d6b37b3e6d85f4e1513d7a47763cde0976a7861c9079efc74da544eb5d83d4bfdb769913

9 lines
555 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.js.map