/trace-dogge

Trace the source code position base on the source map file.

Primary LanguageJavaScript

❯ npm start

? 请输入你要分析的应用名 collection
? 请输入你要分析的 sourceMap 文件名 modal.esm.js.map.json
? 请输入错误信息所在的行 157
? 请输入错误信息所在的列 557369
{
  source: '../../src/components/IndividualComposer/IndividualComposer.tsx',
  line: 108,
  column: 17,
  name: 'firstName'
}