AutoBE
    Preparing search index...
    DiagnosticCategory: "warning" | "error" | "suggestion" | "message"

    Categories of TypeScript diagnostic messages.

    Defines the severity levels and types of compilation diagnostics that can be generated during TypeScript compilation. These categories help AI agents prioritize fixes and understand the impact of each compilation issue on the overall code quality and functionality.

    Samchon