Type alias ScriptReductionTraceNode

ScriptReductionTraceNode: {
    bytecode: Uint8Array;
    errors?: CompilationError[];
    range: Range;
}

The result of reducing a single CashAssembly script node.

Type declaration

Generated using TypeDoc