index
:
tracifyjs
apprentice
templatifyjs
Reverse engineer's tool for tracing the flow of data in JS program, based on UglifyJS
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
sourcemap.js
Age
Commit message (
Expand
)
Author
2020-05-05
update links to repository after rename (#3847)
Alex Lam S.L
2020-04-17
support optional output of `names` in source maps (#3784)
Alex Lam S.L
2020-04-16
improve source-map generation (#3782)
...
Alex Lam S.L
2020-04-15
prevent input source map mutation (#3781)
...
Alex Lam S.L
2020-03-30
handle single-field segments (#3757)
Alex Lam S.L
2020-03-28
handle `source-map` operations internally (#3754)
Alex Lam S.L
2018-06-06
general clean-ups (#3175)
Alex Lam S.L
2018-04-06
support inline source map from multiple files (#3058)
...
Alex Lam S.L
2016-11-29
Generate source map data from normalized files
...
Martijn Swaagman
2016-07-17
lib/sourcemap.js: Copy sourceContent from old souce-map to the new source-map...
Lauri Pokka
2016-02-10
Revert "using the original sourcemap as the base"
...
sergeyv
2015-01-24
fixes issue #621 SourceMap toString JSON format
...
Bryce Cronkite-Ratcliff
2015-01-04
using the original sourcemap as the base
...
Caridy Patino
2014-09-09
Use uglify source map token names if missing
Jacob Kristhammar
2014-03-02
Handle the case when SourceMapConsumer.originalPositionFor returns null source.
...
Arnavion
2013-12-18
Add option to adjust the src/target line in the source map
Mihai Bazon
2012-10-02
line numbers start at 1
Mihai Bazon
2012-10-02
"use strict";
Mihai Bazon
2012-09-24
Support input source map
...
Mihai Bazon
2012-09-21
better support for multiple input files:
...
Mihai Bazon
2012-08-29
started support for generating source maps (WIP)
...
Mihai Bazon