8000 GitHub - weironghuang31/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
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Notifications You must be signed in to change notification settings

weironghuang31/source-map-lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0