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
/
propmangle.js
Age
Commit message (
Expand
)
Author
2018-07-26
fix corner case in `ie8` & `rename` (#3223)
Alex Lam S.L
2018-06-06
general clean-ups (#3175)
Alex Lam S.L
2018-04-06
mangle `Object.defineProperty()` (#3059)
...
Alex Lam S.L
2018-01-05
fix `mangle` name collision across files (#2722)
Alex Lam S.L
2017-12-01
improve code reuse (#2542)
Alex Lam S.L
2017-07-29
improve `mangle.properties` (#2261)
...
Alex Lam S.L
2017-07-15
reject malformed CLI parameters (#2239)
...
Alex Lam S.L
2017-06-09
marshal `mangle[.properties].reserved` from non-Array values (#2072)
Alex Lam S.L
2017-04-15
unify CLI & API under `minify()` (#1811)
...
Alex Lam S.L
2017-04-12
convert `AST_Seq` from binary tree to array (#1460)
...
Alex Lam S.L
2017-04-04
exclude mangling of special property names (#1779)
...
Alex Lam S.L
2017-04-03
fix `mangleProperties` on identifiers (#1776)
...
Alex Lam S.L
2017-04-03
fix mangleProperties of `undefined` & `Infinity` (#1772)
...
Alex Lam S.L
2017-03-31
sort options in alphabetical order (#1743)
...
Alex Lam S.L
2017-02-10
in mangle_names there is a check that the variable name is legal and that it ...
Anat Dagan
2016-11-29
Add --mangle-props-debug and fix --mangle-props=unquoted collision
...
Ashley (Scirra)
2016-08-14
Fix --mangle-props and --mangle-props=unquoted
...
kzc
2016-06-19
Respect quote style in object literals
...
Shrey Banga
2015-08-05
Fix mangling of property names which overwrite unmangleable properties
...
Richard van Velzen
2015-06-09
Add --mangle-regex option
Joao Carlos
2015-05-13
fix again reserved props
Mihai Bazon
2015-05-07
Make reserved names take priority over the name cache
Mihai Bazon
2015-04-22
If name_cache is specified, do rename cached properties
...
Mihai Bazon
2015-04-10
Use the `before` visitor in mangle props
...
Mihai Bazon
2015-03-16
Fix prop mangling
...
Mihai Bazon
2015-03-14
Add property name mangler
...
Mihai Bazon