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

x/solc/types.ts>CompilationError

💎 Solidity bindings for Deno
Go to Latest
type alias CompilationError
import { type CompilationError } from "https://deno.land/x/solc@1.0.6/types.ts";
definition: { component: "general" | string; errorCode: string; formattedMessage: string; message: string; severity: "error" | "warning"; sourceLocation: { end: number; file: string; start: number; }; type: "Warning" | "Parser" | string; }