Interface CompilerOperationErrorFatal

A non-recoverable error in a compiler operation. This is any error that cannot be resolved by simply providing a missing variable.

Hierarchy

Properties

Properties

debug?: unknown

An additional, complex property that may be returned by custom compiler operations. For use in extending the compiler to support additional return information like CompilerOperationSuccessSignature.

error: string
status: "error"

Generated using TypeDoc