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
2017-03-05
resolve issue with outdated version of async (#1549)
...
Alex Lam S.L
2017-03-04
disallow collapse_vars constant replacement in for-in statements (#1543)
kzc
2017-03-03
process code with implicit return statement (#1522)
...
Alex Lam S.L
2017-03-03
compress numerical expressions (#1513)
...
Alex Lam S.L
2017-03-03
facilitate fix for #1531 (#1542)
Alex Lam S.L
2017-03-03
v2.8.5
Alex Lam S.L
2017-03-03
fix chained assignment with `unused` (#1540)
...
Alex Lam S.L
2017-03-03
collapse_vars should not replace constant in for-in init section (#1538)
...
kzc
2017-03-03
properly cover all cases of for-in loop variables (#1536)
Alex Lam S.L
2017-03-03
fix reference marking in for-in loops (#1535)
...
Alex Lam S.L
2017-03-03
disable do{...}while(false) optimisation (#1534)
...
Alex Lam S.L
2017-03-02
optimize trivial IIFEs returning constants (#1530)
kzc
2017-03-02
trim unused invocation parameters (#1526)
Alex Lam S.L
2017-03-02
minor improvement to string optimisation (#1514)
...
Alex Lam S.L
2017-03-02
v2.8.4
Alex Lam S.L
2017-03-02
fix corner cases in `reduce_vars` (#1524)
...
Alex Lam S.L
2017-03-01
v2.8.3
Alex Lam S.L
2017-03-01
fix crash on missing `props` to `string_template()` (#1523)
...
Alex Lam S.L
2017-03-01
v2.8.2
Alex Lam S.L
2017-03-01
invert `reduce_vars` tracking flag (#1519)
...
Alex Lam S.L
2017-03-01
fix `evaluate` on object getter & setter (#1515)
Alex Lam S.L
2017-03-01
v2.8.1
Alex Lam S.L
2017-03-01
temporarily disables `reduce_vars` (#1517)
...
Alex Lam S.L
2017-02-28
warn & drop `#__PURE__` iff IIFE is dropped (#1511)
...
Alex Lam S.L
2017-02-27
v2.8.0
Alex Lam S.L
2017-02-27
improve error messages (#1506)
...
Alex Lam S.L
2017-02-27
add harmony branch details in README (#1507)
kzc
2017-02-26
faster tree transversal (#1462)
...
Alex Lam S.L
2017-02-26
consolidate `evaluate` & `reduce_vars` (#1505)
...
Alex Lam S.L
2017-02-25
update docs for `pure_funcs` & `drop_console` (#1503)
...
Alex Lam S.L
2017-02-25
allow --in-source-map inline (#1490)
...
Alex Lam S.L
2017-02-24
Avoid using exports when undefined (#1471)
...
Ondřej Španěl
2017-02-24
Merge pull request #1485 from alexlamsl/merge-2.8.0
...
Alex Lam S.L
2017-02-24
enable `collapse_vars` & `reduce_vars` by default
...
alexlamsl
2017-02-21
Support marking a call as pure
...
kzc
2017-02-21
Fix: AST_Accessor missing start / end tokens
...
Ondřej Španěl
2017-02-21
fix `pure_funcs` & improve `side_effects`
...
alexlamsl
2017-02-21
clean up `max_line_len`
...
alexlamsl
2017-02-21
introduce `unsafe_proto`
...
alexlamsl
2017-02-21
remove extraneous spaces between ++/+/--/-
...
alexlamsl
2017-02-21
Add .gitattributes to checkout lf eol style
...
Anthony Van de Gejuchte
2017-02-21
improve `--beautify bracketize`
...
alexlamsl
2017-02-21
add benchmark & JetStream tests
...
alexlamsl
2017-02-21
enhance `global_defs`
...
alexlamsl
2017-02-21
evaluate AST_SymbolRef as parameter
...
alexlamsl
2017-02-21
improve reduce_vars and fix a bug
...
alexlamsl
2017-02-21
improve keep_fargs & keep_fnames
...
alexlamsl
2017-02-21
fix duplicated test names
...
alexlamsl
2017-02-21
smarter const replacement taking name length into account
...
kzc
2017-02-21
clean up `negate_iife`
...
alexlamsl
[prev]
[next]