unjs / errx

Zero dependency library to capture and parse stack traces in Node, Bun, Deno and more.
MIT License
76 stars 1 forks source link

Similar packages? #2

Open kricsleo opened 4 months ago

kricsleo commented 4 months ago

I'm wondering does it has anything to do with the antfu's error-stack-parser-es, which is a port of https://github.com/stacktracejs/error-stack-parser.

Seems like they are doing similar things, or they can be merged?

Sorry to disturb if anything I miss understood 🙏

danielroe commented 4 months ago

Thank you for those links! I wasn't aware of them but this looks very interesting.

cc: @antfu

antfu commented 4 months ago

We used that package in Vitest and Nuxt DevTools - would be happy to work together on this

prisis commented 3 months ago

Maybe you interest into https://github.com/visulima/visulima/blob/main/packages/error/src/stacktrace/parse-stacktrace.ts too :)