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
/
test
/
mocha
/
sourcemaps.js
Age
Commit message (
Expand
)
Author
2021-05-23
enhance `sourceMap` (#4953)
Alex Lam S.L
2021-01-19
Fix overwriting existing sourcesContent in sourcemaps (#4567)
Jimb Esser
2020-04-17
support optional output of `names` in source maps (#3784)
Alex Lam S.L
2020-04-15
prevent input source map mutation (#3781)
...
fixes #3780
Alex Lam S.L
2020-03-28
handle `source-map` operations internally (#3754)
Alex Lam S.L
2020-03-21
fix line accounting in multi-line strings (#3752)
...
fixes #3748
Alex Lam S.L
2019-10-15
fix corner case in `ie8` & `rename` (#3474)
...
fixes #3473
Alex Lam S.L
2019-10-11
improve source map handling (#3464)
...
fixes #2947 fixes #3277 fixes #3411
Alex Lam S.L
2019-05-04
fix corner cases in `sourceMap` (#3397)
...
fixes #3255 fixes #3294
Alex Lam S.L
2019-04-30
unify logging functionality (#3392)
...
fixes #3253 fixes #3254
Alex Lam S.L
2018-06-28
implement `directives` (#3203)
...
fixes #3166
Alex Lam S.L
2018-06-24
improve `mocha` tests (#3195)
Alex Lam S.L
2018-06-06
general clean-ups (#3175)
Alex Lam S.L
2018-05-24
augment tests for inline source maps (#3145)
Alex Lam S.L
2018-04-06
support inline source map from multiple files (#3058)
...
fixes #145
Alex Lam S.L
2018-04-06
improve usability of `includeSources` (#3057)
...
Exclude source contents from input source map if `includeSources=false` fixes #3041
Alex Lam S.L
2018-03-29
improve test for #3023 (#3031)
Alex Lam S.L
2018-03-29
improve source map granularity (#3030)
...
fixes #3023
Alex Lam S.L