source-map-lookup

1.2.0 • Public • Published

Source Map Lookup

Simple script to map source-maped file location to the original source file.

Installation

npm install -g source-map-lookup

Usage

source-map-lookup mapFile path line column

Example

$ source-map-lookup ./test/test.js.map out.js 4 2
{ source: 'foo.js', line: 17, column: 11, name: 'src' }

Readme

Keywords

none

Package Sidebar

Install

npm i source-map-lookup

Weekly Downloads

27

Version

1.2.0

License

none

Last publish

Collaborators

  • kpdecker