UNPKG

stackedy

Version:

Roll your own stack traces and control program execution through AST manipulation

6 lines (4 loc) 80 B
function f () { g() } function g () { h() } function h () { throw 'moo' } f();