JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q37181F
  • License MIT

When code dies, it deserves a proper autopsy. Stacktrace library with sourcemap support.

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 Build Status npm version

When code dies, it deserves a proper autopsy.

Stacktrace library with support for CoffeeScript and source maps.

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.