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-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
2015-04-17
Drop NaN -> 0/0 transformation.
...
Mihai Bazon
2015-04-14
Added expect_exact for testing the OutputStream
...
Fábio Santos
2015-04-14
Normalize package.json.
...
XhmikosR
2015-04-14
Test on latest `node` and `io.js`
...
Jordan Harband
2015-04-13
v2.4.20
Mihai Bazon
2015-04-13
Fix compression of conditionals
...
Mihai Bazon
2015-04-10
Use the `before` visitor in mangle props
...
Mihai Bazon
2015-04-05
More fixes for the breaking changes in yargs
...
Mihai Bazon
2015-04-04
Merge pull request #669 from galvanix/documentation-inSourceMap
...
Mihai Bazon
2015-04-03
Document passing source maps directly to minify() using inSourceMap
David Caldwell
2015-03-29
v2.4.19
Mihai Bazon
2015-03-29
Merge pull request #660 from ntkme/fix-long-options
...
Mihai Bazon
2015-03-29
Fix long options
なつき
2015-03-29
Disable testing with Node 0.8
Mihai Bazon
2015-03-29
v2.4.18
Mihai Bazon
2015-03-29
Update README
Mihai Bazon
2015-03-29
Merge branch 'propmangle'
Mihai Bazon
2015-03-29
Add tool to extract property names
Mihai Bazon
2015-03-24
Merge in more DOM properties.
Mihai Bazon
2015-03-23
Fix compressing `![foo()];` as a statement
...
Mihai Bazon
2015-03-22
[sequencesize] Actually even better:
...
Mihai Bazon
2015-03-22
Avoid sequencesize for more than 2000 statements.
...
Mihai Bazon
2015-03-22
Add start/end nodes for NaN/Infinity transformations
Mihai Bazon
2015-03-22
Export readDefaultReservedFile
Mihai Bazon
2015-03-20
Keep unused function arguments by default
...
Mihai Bazon
2015-03-19
Don't use Object.create
Mihai Bazon
[prev]
[next]