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
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
2017-02-24
enable `collapse_vars` & `reduce_vars` by default
...
alexlamsl
2017-02-21
evaluate AST_SymbolRef as parameter
...
alexlamsl
2017-01-26
optimise binary operands with evaluate() (#1427)
...
Alex Lam S.L
2017-01-26
augment evaluate to extract within objects (#1425)
...
Alex Lam S.L
2016-05-24
Completely allow evaluating -0
Richard van Velzen
2016-05-17
Never produce -0 when evaluating expressions (like -"")
...
Richard van Velzen