Plumbingcompiler-utils v0.5.15CompilerErrorKindCompilerErrorKind export type CompilerErrorKind = | "ReferenceError" | "SyntaxError" | "TypeError"