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

Package detail

source-error

senntyou11MIT0.1.0

To see the original information of JavaScript error through map file.

source, error, stack, map, uglify, tool

readme

source-error

中文文档

To see the original information of JavaScript error through map file.

quick start

Install:

npm install source-error -g

Usage:

source-error [options] <dir> [extraDirs...]

options

  • -l, --line <line>: error line
  • -c, --column <column>: error column
  • -m, --map <map>: map file path (if starts with http:// or https://, it will be treated as url, any others will be treated as local file path)

changelog

Changelog

0.1.0

  • Init.