evo-lua / evo-luvi

[Obsolete] Experimental Lua runtime environment built on Luvi (libuv + LuaJIT)
https://evo-lua.github.io
Apache License 2.0
1 stars 0 forks source link

Add a standardized API for improved error reporting and debugging utilities #132

Open Duckwhale opened 1 year ago

Duckwhale commented 1 year ago

Inspired by https://nodejs.org/api/report.html

Currently, debugging is a PITA, so improvements in this area will likely pay off quickly.

Example JSON output: https://github.com/nodejs/node/blob/070e111c6578e1e18a29a027d564a958e1a762e2/doc/api/report.md