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
/
sequences.js
Age
Commit message (
Expand
)
Author
2020-08-26
fix corner case in `sequences` (#4080)
...
Alex Lam S.L
2020-08-26
fix corner case in `sequences` (#4073)
Alex Lam S.L
2020-02-04
fix corner case in `sequences` (#3704)
...
Alex Lam S.L
2020-01-28
enhance `sequences` (#3693)
Alex Lam S.L
2019-10-17
fix corner case in `sequences` (#3491)
...
Alex Lam S.L
2019-05-12
fix corner case in `assignments` (#3407)
...
Alex Lam S.L
2019-04-25
enhance `side_effects` (#3384)
Alex Lam S.L
2019-04-25
enhance `side_effects` (#3383)
Alex Lam S.L
2019-03-20
fix corner case in `sequences` (#3350)
Alex Lam S.L
2018-07-01
fix corner case in `unused`
alexlamsl
2018-05-03
compress `AST_Sequence` within `AST_Call` (#3117)
Alex Lam S.L
2018-02-28
enhance `collapse_vars` (#2952)
...
Alex Lam S.L
2018-01-19
enable `unsafe` for `test/ufuzz.js` (#2819)
...
Alex Lam S.L
2018-01-17
extend `join_vars` & `sequences` (#2798)
Alex Lam S.L
2018-01-01
enhance `join_vars` & `sequences` (#2697)
...
Alex Lam S.L
2017-12-14
fold `cascade` functionality into `collapse_vars` (#2586)
Alex Lam S.L
2017-12-01
improve `AST_For.init` & `AST_Switch.expression` compression (#2546)
Alex Lam S.L
2017-09-16
handle LHS side-effects on `cascade` & `collapse_vars` (#2314)
...
Alex Lam S.L
2017-07-03
improve parenthesis emission (#2196)
...
Alex Lam S.L
2017-06-07
fix `cascade` on multi-branch evaluations (#2067)
...
Alex Lam S.L
2017-05-12
remove support for `const` (#1910)
...
Alex Lam S.L
2017-05-12
fix invalid transform on `const` (#1919)
...
Alex Lam S.L
2017-04-19
extend `cascade` into `a.b` (#1829)
...
Alex Lam S.L
2017-04-12
convert `AST_Seq` from binary tree to array (#1460)
...
Alex Lam S.L
2017-04-08
fix `delete` corner cases (#1799)
...
Alex Lam S.L
2017-04-02
fix corner cases in switch and undefined (#1762)
...
Alex Lam S.L
2017-03-27
fix `cascade` on anonymous function reference (#1693)
...
Alex Lam S.L
2017-03-26
fix `cascade` on `delete` operator (#1687)
...
Alex Lam S.L
2017-03-19
make `expect_stdout` work on Node.js 0.12 (#1623)
...
Alex Lam S.L
2017-03-19
fix AST_Binary.lift_sequences() (#1621)
...
Alex Lam S.L
2017-03-05
improve `unsafe` on undefined (#1548)
...
Alex Lam S.L
2017-03-03
process code with implicit return statement (#1522)
...
Alex Lam S.L
2017-02-21
clean up `negate_iife`
...
alexlamsl
2017-02-21
`-c sequences=N` suboptimal at N expression cutoff
...
alexlamsl
2014-09-28
Referencing a global is assumed to have side effects.
...
Mihai Bazon
2013-11-06
Better fix for #343
...
Mihai Bazon
2012-10-30
don't move expressions containing the binary `in` operator into the `for` ini...
...
Mihai Bazon
2012-10-22
more sequence optimizations (lift some sequences above binary/unary expressio...
Mihai Bazon
2012-09-24
minor tests fix
Mihai Bazon
2012-09-17
one more test for sequences
Mihai Bazon
2012-08-22
wrote more of the compressor and added some tests
Mihai Bazon