/source-map-lookup

a wrap of source-map to load a source map and point to the original file info by a line and a column

Primary LanguageJavaScript

React Native Source Map Lookup

A command line tool that wraps mozilla/source-map.

Tutorial

Inspect React Native App Crash with Source Map

Install

npm install -g https://github.com/weironghuang31/source-map-lookup

Usage

# Simple input
source-map-lookup $filepath:$line:$column

# Multiple inputs
source-map-lookup $filepath "$ERROR_MESSAGE"

the error message has multiple @line:column