Skip to main content
Module

x/solc/types.ts>CompilationError

💎 Solidity compiler bindings for Deno
Latest
type alias CompilationError
import { type CompilationError } from "https://deno.land/x/solc@2.1.7/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; }