Type alias CompilerOperationSkip

CompilerOperationSkip: {
    status: "skip";
}

An unsuccessful compiler operation result that should be skipped by the compiler. See attemptCompilerOperations for details.

Type declaration

  • status: "skip"

Generated using TypeDoc