Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Files

Latest commit

642356d · Apr 13, 2021

History

History
19 lines (14 loc) · 395 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 395 Bytes

Source Map to OG Mapper

Uses source-map module

Usage

Clone this repo
Install the dependencies
 npm install
Run index.js with appropriate flags
  node index.js -f filename.js.map -l 1 -c 268167

Flags

-f, --file <filename>
-l, --line <line>
-c, --column <column>
-h, --help
-v, --version