0.3.0 • Published 7 years ago

osh-debug v0.3.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Debug utilities for osh library.

Stack Traces

function stackTraceToString(stackTrace: TNode[]): string;
function extractContext(stackTrace: TNode[]): Context;

stackTraceToString() converts stack trace to pretty printed string.

extractContext() extracts context object from the stack trace.