/postmortem

💀 When code dies, it deserves a proper autopsy. Stacktrace library with source maps support.

Primary LanguageCoffeeScriptMIT LicenseMIT

postmortem

npm build dependencies license chat

When code dies, it deserves a proper autopsy.

Stacktrace library with support for CoffeeScript and source maps. Ensures stacktrace output is useful when code is bundled or transpiled.

Install

$ npm install postmortem

Usage

require('postmortem').install()

// or

require('postmortem/register')

If you use mocha:

$ mocha --require postmortem/register

Credit

Large amounts of code was lifted from source-map-support, without which this project would not exist.

License

MIT