JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 145705
  • Score
    100M100P100Q164307F
  • License BlueOak-1.0.0

Utility for working with stack traces

Package Exports

  • @tapjs/stack
  • @tapjs/stack/package.json

Readme

@tapjs/stack

A comprehensive library for dealing with stack traces, supporting source map lookup (when enabled in node with --enable-source-maps), filtering of specified packages and/or Node.js internals, and capturing call sites relative to a given function.

The descendant of tapjs/stack-utils.