1.1.5 • Published 5 years ago

hyapp-sourcemap v1.1.5

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

hyapp-sourcemap

a tools of sourceMap

Usage: sm [options]
option:
* '-f, --source-file', 'The file path of source map'
* '-l, --line', 'The line number of pros error'
* '-c, --column', 'The column number of pros error'
* '-h, --help'
example:
sm -f ./demo/dist/app.min.js.map -l 1 -c 1023

output:
★sourceFilePath: webpack:///main.js
★line: 8
★column: 14
★name: aaa
--------start 错误代码--------
function test2 () {
  console.log('test2')
}
function testError () {
*  console.log(aaa)
}
function test3 () {
  console.log('test3')
}
function test4 () {

--------end 错误代码--------
1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago