rules-machine icon indicating copy to clipboard operation
rules-machine copied to clipboard

Upgrade tracing & diffing output support

Open justsml opened this issue 2 years ago • 0 comments

Add 2 options

  • [ ] Trace support - runtime sequence & per operation results:
    • { trace?: true } should collect trace log events with timestamps and debug info.
  • [ ] Record object diffs - use extensible pattern: DiffMethod = (before, after) => changeDescription.

justsml avatar May 23 '22 22:05 justsml