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
/
minify.js
Age
Commit message (
Expand
)
Author
2020-04-25
fix corner case in `--reduce-test` (#3819)
Alex Lam S.L
2020-04-17
suppress mutation of input `options` (#3785)
Alex Lam S.L
2020-02-29
detect `toplevel` option properly (#3735)
...
Alex Lam S.L
2019-05-04
make `enclose` & `wrap` work with `sourceMap` (#3396)
...
Alex Lam S.L
2019-03-15
fix corner case with `nameCache` (#3338)
...
Alex Lam S.L
2019-03-15
parse `mangle.properties.regex` in `--config-file` properly (#3337)
...
Alex Lam S.L
2018-06-28
implement `directives` (#3203)
...
Alex Lam S.L
2018-06-24
improve `mocha` tests (#3195)
Alex Lam S.L
2018-06-01
re-introduce `enclose` (#3163)
...
Jiavan
2018-03-29
improve source map granularity (#3030)
...
Alex Lam S.L
2018-03-23
improve performance (#3020)
...
Alex Lam S.L
2018-02-23
improve `mangle` (#2948)
Alex Lam S.L
2018-02-17
improve `inline` efficiency (#2924)
Alex Lam S.L
2018-01-09
improve synergy between `compress` and `rename` (#2755)
Alex Lam S.L
2018-01-09
improve `rename` reproducibility (#2754)
...
Alex Lam S.L
2018-01-05
fix `mangle` name collision across files (#2722)
Alex Lam S.L
2017-12-24
fix comments output & improve `/*@__PURE__*/`
...
Alex Lam S.L
2017-12-20
disable `hoist_funs` by default (#2626)
Alex Lam S.L
2017-11-19
expand symbol space to improve compression (#2460)
...
Alex Lam S.L
2017-11-09
remove hack in `collapse_vars` (#2457)
...
Alex Lam S.L
2017-10-01
trap invalid use of reserved words (#2338)
...
Alex Lam S.L
2017-07-29
improve `mangle.properties` (#2261)
...
Alex Lam S.L
2017-06-29
improve usability of name cache under `minify()` (#2176)
...
Alex Lam S.L
2017-06-27
parse `@global_defs` as expressions (#2169)
...
Alex Lam S.L
2017-06-08
fix iteration over object with inherited properties (#2068)
...
Alex Lam S.L
2017-06-06
implement function inlining (#2053)
...
Alex Lam S.L
2017-05-23
fix source map offset (#1993)
...
Alex Lam S.L
2017-05-22
improve usability of `global_defs` in `minify()` (#1987)
...
Alex Lam S.L
2017-05-08
return `Error` from `minify()` (#1880)
...
Alex Lam S.L
2017-05-08
deprecate low level API (#1877)
...
Alex Lam S.L
2017-04-15
unify CLI & API under `minify()` (#1811)
...
Alex Lam S.L
2017-03-16
make `collapse_vars` consistent with `toplevel` (#1608)
...
Alex Lam S.L
2017-03-02
optimize trivial IIFEs returning constants (#1530)
kzc
2017-03-01
invert `reduce_vars` tracking flag (#1519)
...
Alex Lam S.L
2017-02-28
warn & drop `#__PURE__` iff IIFE is dropped (#1511)
...
Alex Lam S.L
2017-02-27
improve error messages (#1506)
...
Alex Lam S.L
2017-02-25
allow --in-source-map inline (#1490)
...
Alex Lam S.L
2017-02-21
Support marking a call as pure
...
kzc
2016-11-29
feat: add option.outFileName for JS API, if absense, sourceMap.file field wil...
1111hui
2016-10-23
Add an option for writing inline source map
pengzhenqing
2016-08-14
Moved test input files to test/input.
Lucas Wiener
2016-08-14
Added test for #1236
Lucas Wiener
2016-06-19
Respect quote style in object literals
...
Shrey Banga
2016-04-19
Add `passes` compress option. Fix duplicate compress warnings.
kzc