Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno/cli/js/diagnostics.ts>DiagnosticCategory

A modern runtime for JavaScript and TypeScript.
Go to Latest
enum DiagnosticCategory
import { DiagnosticCategory } from "https://deno.land/x/deno@v0.30.0/cli/js/diagnostics.ts";

The log category for a diagnostic message

Members

Debug = 1
Error = 3
Info = 2
Log = 0
Suggestion = 5
Warning = 4