Package Exports
- postmortem
- postmortem/register
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (postmortem) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
postmortem

When code dies, it deserves a proper autopsy.
Stacktrace library with support for CoffeeScript and source maps.
Install
$ npm install postmortemUsage
require('postmortem').install()
// or
require('postmortem/register')If you use mocha:
$ mocha --require postmortem/registerCredit
Large amounts of code was lifted from source-map-support, without which this project would not exist.