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
Age
Commit message (
Expand
)
Author
2015-10-07
Fix handling of "use asm" when no command line flags are passed to uglifyjs. ...
kzc
2015-10-07
Add proper support for "use asm"; blocks. Disable -c optimization within "use...
kzc
2015-10-06
Implement shebang support
Anthony Van de Gejuchte
2015-09-24
Fix mozilla-ast after module loading changes
...
Mihai Bazon
2015-09-24
No longer use `vm` to load code.
...
Mihai Bazon
2015-09-24
Fix wrap_commonjs to include code first
...
Mihai Bazon
2015-09-14
Control keeping function arguments with a single option
Ville Lautanala
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
[Fix] --define replaces SymbolRefs in LHS of assignments
...
Christopher Chedeau
2015-08-05
Fix mangling of property names which overwrite unmangleable properties
...
Richard van Velzen
2015-07-30
Fix semicolon printing when restricting max line length
...
Richard van Velzen
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-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-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
Add --mangle-regex option
Joao Carlos
2015-05-20
Treat \uFEFF as whitespace.
...
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
Fix blank lines in the output.
...
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
Drop NaN -> 0/0 transformation.
...
Mihai Bazon
2015-04-13
Fix compression of conditionals
...
Mihai Bazon
2015-04-10
Use the `before` visitor in mangle props
...
Mihai Bazon
2015-03-29
Merge branch 'propmangle'
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-20
Keep unused function arguments by default
...
Mihai Bazon
2015-03-18
Fix parsing for U+2028 / U+2029
...
Mihai Bazon
2015-03-18
Fix parsing for U+2028 / U+2029
...
Mihai Bazon
2015-03-16
rename --prop-cache to --name-cache
...
Mihai Bazon
2015-03-16
Fix prop mangling
...
Mihai Bazon
2015-03-14
Add property name mangler
...
Mihai Bazon
2015-02-11
Add filename to the JS_Parse_Error exception.
...
Edward Casbon
2015-02-11
Fix invalid removal of left side in && and || compression
...
Richard van Velzen
2015-01-31
Drop all `console` statements properly
...
Richard van Velzen
2015-01-27
Add option to preserve/enforce string quote style
...
Mihai Bazon
2015-01-26
Keep single line comments after nlb, after nlb
...
Anthony Van de Gejuchte
2015-01-24
fixes issue #621 SourceMap toString JSON format
...
Bryce Cronkite-Ratcliff
[next]