Skip to content

Interface: CompileError

Extends

  • BaseError
  • SyntaxError

Signature

ts
export interface CompileError extends BaseError, SyntaxError

Properties

NameTypeDescription
domain (optional)CompileDomain
location (optional)SourceLocation

Released under the MIT License.