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
Age
Commit message (
Expand
)
Author
2015-09-24
Fix wrap_commonjs to include code first
...
Mihai Bazon
2015-09-14
use a valid SPDX license identifier
Kyle Mitchell
2015-09-14
Control keeping function arguments with a single option
Ville Lautanala
2015-09-06
Merge pull request #786 from istr/anonymous-source-map
...
Richard van Velzen
2015-08-27
allow for anonymous map generation using string type check
Ingo Struck
2015-08-27
Fix bad parsing of `new new x()()` constructs
...
Richard van Velzen
2015-08-25
Don't change sequences that influence lexical binding in calls
...
Richard van Velzen
2015-08-10
Merge pull request #767 from vjeux/208
...
Richard van Velzen
2015-08-10
[Fix] --define replaces SymbolRefs in LHS of assignments
...
Christopher Chedeau
2015-08-07
Merge pull request #736 from AlbertoGP/master
...
Richard van Velzen
2015-08-07
Merge pull request #729 from DrewML/keep_fnames_docs
...
Richard van Velzen
2015-08-05
Fix mangling of property names which overwrite unmangleable properties
...
Richard van Velzen
2015-08-05
Merge pull request #753 from Surgo/master
...
Richard van Velzen
2015-07-30
Merge pull request #757 from rvanvelzen/semicolon-fix
...
Mihai Bazon
2015-07-30
Fix semicolon printing when restricting max line length
...
Richard van Velzen
2015-07-30
Revert "Fix semicolon printing when restricting max line length"
...
Richard van Velzen
2015-07-29
Fix semicolon printing when restricting max line length
...
Richard van Velzen
2015-07-29
Replace util.puts in run-tests with console.log
...
Richard van Velzen
2015-07-29
Make node.js 0.8 the minimum supported version.
...
XhmikosR
2015-07-29
Re-use the caught exception's error message in the parse error call.
Chris Cowan
2015-07-29
Give a good error message if an invalid regular expression is found.
Chris Cowan
2015-07-29
Advanced way to specify if a function call might have side effects. #400
thorn0
2015-07-28
Support wrap and exportAll options.
Kosei Kitahara
2015-07-22
v2.4.24
Mihai Bazon
2015-07-22
Don't attempt to negate non-boolean AST_Binary
...
Mihai Bazon
2015-07-20
Merge pull request #735 from kzc/master
...
Mihai Bazon
2015-06-30
Don't drop parens in a * (b * c). Close #744
Mihai Bazon
2015-06-15
fromString option, use index from argument array for filename instead of "?"
...
Alberto González Palomo
2015-06-14
spacing
kzc
2015-06-14
operator && and || optimization: add "else" before "if" as intended
kzc
2015-06-11
optimizations for && and || where left side is constant expression
kzc
2015-06-09
Merge pull request #733 from jcxplorer/add-mangle-regex-option
...
Mihai Bazon
2015-06-09
Change --mangle-regex to accept a full regex
Joao Carlos
2015-06-09
Show descriptive error when --mangle-regex is invalid
Joao Carlos
2015-06-09
Add --mangle-regex option
Joao Carlos
2015-06-02
Add keep_fnames compressor option to README.md
Andrew Levine
2015-05-20
v2.4.23
Mihai Bazon
2015-05-20
Treat \uFEFF as whitespace.
...
Mihai Bazon
2015-05-18
v2.4.22
Mihai Bazon
2015-05-18
Fix compressing conditionals
...
Mihai Bazon
2015-05-13
fix again reserved props
Mihai Bazon
2015-05-07
Make reserved names take priority over the name cache
Mihai Bazon
2015-05-05
Only drop the BOM when it's the first character.
...
Mihai Bazon
2015-05-04
v2.4.21
Mihai Bazon
2015-05-04
Fix blank lines in the output.
...
Mihai Bazon
2015-05-04
Remove deprecated calls to utils.print/utils.error
...
Mihai Bazon
2015-05-04
Avoid spurious brackets when dropping unused vars
...
Mihai Bazon
2015-04-23
Fix parsing strings with literal DOS newlines
...
Mihai Bazon
2015-04-22
If name_cache is specified, do rename cached properties
...
Mihai Bazon
2015-04-17
Fix tests
Mihai Bazon
[next]