0.0.18 • Published 4 years ago

@romainmuller/source-mapper v0.0.18

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
4 years ago

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.

0.0.18

4 years ago

0.0.17

4 years ago

0.0.16

4 years ago

0.0.15

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.6

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago