UNPKG

stackedy

Version:

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

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