Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@romainmuller/source-mapper

RomainMuller7Apache-2.00.0.18TypeScript support: included

A tool that helps mapping source locations

node, source-map, tool

readme

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.

changelog

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.18 (2020-08-17)

0.0.17 (2020-07-07)

0.0.16 (2020-06-19)

0.0.15 (2020-05-13)

0.0.14 (2020-04-20)

0.0.13 (2020-04-06)

0.0.12 (2020-04-02)

0.0.11 (2020-04-01)

0.0.10 (2020-03-31)

0.0.9 (2020-03-30)

0.0.8 (2020-03-26)

0.0.7 (2020-03-19)

0.0.6 (2020-03-17)

0.0.5 (2020-03-09)

0.0.4 (2020-02-27)

0.0.3 (2020-02-14)

0.0.2 (2020-01-31)