Package Exports
- stack-trace-cli
- stack-trace-cli/bin/stack-trace.js
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 (stack-trace-cli) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Source-map CLI
Command-line interface to the source-map
module.
npm install --global stack-trace-cli
Usage
The <filePath>
is local file path to the JavaScript source map.
stack-trace <filePath> <line> <column>