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
/
test
/
compress
/
arrays.js
Age
Commit message (
Expand
)
Author
2021-02-22
fix corner cases in `reduce_vars` (#4674)
Alex Lam S.L
2021-01-24
support BigInt literals (#4583)
Alex Lam S.L
2020-01-28
fix corner case in string concatenations (#3692)
...
Alex Lam S.L
2019-03-20
enhance `unsafe` for `Array` (#3349)
Alex Lam S.L
2018-07-01
fix corner case in `unused`
alexlamsl
2017-11-11
implement compress option `reduce_funcs` (#2466)
...
Alex Lam S.L
2017-10-27
fix `reduce_vars` on `AST_Array.length` (#2404)
Alex Lam S.L
2017-10-22
fix `unsafe` escape analysis in `reduce_vars` (#2387)
Alex Lam S.L
2017-02-21
improve string concatenation
...
alexlamsl
2017-02-21
fixes & improvements to [].join()
...
alexlamsl
2017-01-26
update test (#1441)
...
Alex Lam S.L
2017-01-26
augment evaluate to extract within objects (#1425)
...
Alex Lam S.L
2013-09-22
More attempts to determine when addition is associative
...
Mihai Bazon
2013-09-22
Actually let's move away those monsters from the evaluate function
...
Mihai Bazon
2013-09-22
More dirty handling of [ ... ].join() in unsafe mode
...
Mihai Bazon
2013-09-22
Evaluate [...].join() if possible: minor bugfix
...
Dan Wolff
2013-09-19
When `unsafe` is set, evaluate [...].join() if possible
...
Mihai Bazon
2013-07-18
Fix output for arrays whose last element is a hole: [1,,]
...
David Glasser
2013-01-17
Fix output for arrays containing undefined values.
...
David Glasser