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
/
evaluate.js
Age
Commit message (
Expand
)
Author
2019-10-12
fix boolean context detection (#3466)
...
Alex Lam S.L
2019-10-10
detect boolean context across IIFEs (#3461)
Alex Lam S.L
2019-04-29
fix corner case in `evaluate` (#3388)
...
Alex Lam S.L
2019-04-25
enhance `unsafe` (#3382)
Alex Lam S.L
2019-04-24
fix corner case in `unsafe` (#3380)
Alex Lam S.L
2019-04-20
enhance `unsafe` `evaluate` (#3370)
Alex Lam S.L
2019-03-30
Fix test expectation (#3357)
...
Ruben Bridgewater
2019-03-18
introduce `assignments` (#3345)
Alex Lam S.L
2019-03-18
fix corner case in `evaluate` (#3344)
Alex Lam S.L
2019-03-13
make tests compatible with Node.js 12 (#3304)
...
silverwind
2018-07-13
fix corner cases in `preserve_line` (#3212)
Alex Lam S.L
2018-07-01
fix corner case in `unused`
alexlamsl
2018-03-16
improve truthy compression (#3009)
Alex Lam S.L
2018-03-02
fix value reference caching in `evaluate` (#2969)
...
Alex Lam S.L
2018-02-17
fix `unsafe` `evaluate` of `function` property (#2927)
...
Alex Lam S.L
2018-02-16
fix `unsafe` `evaluate` of `AST_Function` (#2920)
...
Alex Lam S.L
2018-02-14
fix `unsafe` `evaluate` on type-converting operators (#2917)
...
Alex Lam S.L
2018-02-06
evaluate `to{Low,Upp}erCase()` under `unsafe` (#2886)
Alex Lam S.L
2018-01-21
fix `unsafe` `evaluate` of `AST_Array` (#2825)
...
Alex Lam S.L
2018-01-19
improve `unused` on built-in functions (#2817)
Alex Lam S.L
2017-12-02
more tests for #2535 (#2551)
Alex Lam S.L
2017-12-01
improve boolean compression (#2548)
...
Alex Lam S.L
2017-11-11
implement compress option `reduce_funcs` (#2466)
...
Alex Lam S.L
2017-10-29
enhance `properties` (#2412)
...
Alex Lam S.L
2017-10-26
compress self comparisons (#2398)
Alex Lam S.L
2017-10-22
safer `properties` transform (#2391)
...
Alex Lam S.L
2017-10-09
perform `reduce_vars` on safe literals (#2351)
...
Alex Lam S.L
2017-07-14
fix `unsafe` `evaluate` of `Object` static methods (#2232)
...
Alex Lam S.L
2017-07-07
inlining of static methods & constants (#2211)
...
Alex Lam S.L
2017-07-06
inline property access of object literal (#2209)
...
Alex Lam S.L
2017-06-06
implement function inlining (#2053)
...
Alex Lam S.L
2017-06-01
whitelist `unsafe` `evaluate` candidates (#2039)
...
Alex Lam S.L
2017-06-01
enhance `unsafe` `evaluate` (#2037)
Alex Lam S.L
2017-05-19
introduce `unsafe_regexp` (#1970)
...
Alex Lam S.L
2017-05-12
remove support for `const` (#1910)
...
Alex Lam S.L
2017-04-12
convert `AST_Seq` from binary tree to array (#1460)
...
Alex Lam S.L
2017-04-09
fix LHS cases for NaN & friends (#1804)
...
Alex Lam S.L
2017-04-08
fix `delete` corner cases (#1799)
...
Alex Lam S.L
2017-04-07
fix corner cases with `delete` (#1796)
...
Alex Lam S.L
2017-04-02
avoid confusion of `NaN` & `Infinity` with `catch` symbol of the same name (#...
...
Alex Lam S.L
2017-04-01
improve compression of undefined, NaN & Infinitiy (#1748)
...
Alex Lam S.L
2017-03-29
output optimal representations of NaN & Infinity (#1723)
...
Alex Lam S.L
2017-03-24
fix cascade of `evaluate` optimisation (#1654)
...
Alex Lam S.L
2017-03-19
make `expect_stdout` work on Node.js 0.12 (#1623)
...
Alex Lam S.L
2017-03-19
transform String.charAt() to index access (#1620)
...
Alex Lam S.L
2017-03-03
process code with implicit return statement (#1522)
...
Alex Lam S.L
2017-03-02
trim unused invocation parameters (#1526)
Alex Lam S.L
2017-03-01
fix `evaluate` on object getter & setter (#1515)
Alex Lam S.L
2017-02-28
warn & drop `#__PURE__` iff IIFE is dropped (#1511)
...
Alex Lam S.L
2017-02-26
consolidate `evaluate` & `reduce_vars` (#1505)
...
Alex Lam S.L
[next]