Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Stack-mapper is a Node.js library that maps error stack traces from generated files back to their original source files using source maps. It's designed for developers working with transpiled or bundled JavaScript code who need to debug errors in their original source files rather than the compiled output.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of thlorenz/stack-mapper

Account's avatar
juliangruber/isarray
Array#isArray for older browsers
Account's avatar
ljharb/array-map
`[].map(f)` for older browsers
Account's avatar
Ralt/foreach-shim
Shims Array.prototype.forEach in legacy browsers.
Account's avatar
thlorenz/source-map-cjs
Generates and consumes source maps. Adapted to be commonjs only and work in older browsers.
Account's avatar
felixge/node-stack-trace
Get v8 stack traces as an array of CallSite objects.
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers
Account's avatar
thlorenz/convert-source-map
Converts a source-map from/to different formats and allows adding/changing properties.
Account's avatar
browserify/browserify
browser-side require() the node way

Support the repos that depend on this repository

Top contributors

thlorenz's profile
thlorenz
40 contributions
defunctzombie's profile
defunctzombie
3 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
thlorenz

thlorenz/stack-mapper

Initialize it with a source map, then feed it error stacks to have the trace locations mapped to the original files.

JavaScript
39
3
MIT License