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

x/ogone/src/classes/ModuleErrors.ts>ModuleErrorsDiagnostic

Advanced Web Composition for Future
Latest
interface ModuleErrorsDiagnostic
import { type ModuleErrorsDiagnostic } from "https://deno.land/x/ogone@revb3/src/classes/ModuleErrors.ts";

a class to display the errors inside the module

Properties

optional
start: { character: number; line: number; }
optional
end: { character: number; line: number; }
optional
sourceLine: string
optional
messageText: string
optional
messageChain: { messageText: string; category: number; code: number; next: Pick<ModuleErrorsDiagnostic, "messageText" | "category" | "code">[]; }
optional
fileName: string
category: number
code: number