Type alias ResolutionDebug

ResolutionDebug: {
    debug?: unknown;
}

Type declaration

  • Optional 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.

Generated using TypeDoc