@romainmuller/source-mapper
TypeScript icon, indicating that this package has built-in type declarations

0.0.18 • Public • Published

source-mapper

Validation Build Test Coverage

As the maintainer of typescript projects (and other source-map enabled software), bug reports often contain stack traces that contain pointers within the compiled code, not in the source code.

This tool helps make debugging such cases easier by providing a simple tool to map the compiled pointer to a source pointer:

$ source-mapper /path/to/file.js:15:30
/path/to/file.ts:12:15

This tool supports inline source maps.

/@romainmuller/source-mapper/

    Package Sidebar

    Install

    npm i @romainmuller/source-mapper

    Weekly Downloads

    14

    Version

    0.0.18

    License

    Apache-2.0

    Unpacked Size

    24.2 kB

    Total Files

    11

    Last publish

    Collaborators

    • romainmuller