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
/
lib
/
ast.js
Age
Commit message (
Expand
)
Author
2019-10-10
detect boolean context across IIFEs (#3461)
Alex Lam S.L
2019-10-10
remove extraneous property (#3459)
...
Alex Lam S.L
2019-05-13
enhance `keep_fargs` (#3409)
Alex Lam S.L
2019-05-04
make `enclose` & `wrap` work with `sourceMap` (#3396)
...
Alex Lam S.L
2019-04-30
unify logging functionality (#3392)
...
Alex Lam S.L
2019-04-24
fix corner case in `assignments` (#3376)
...
Alex Lam S.L
2018-07-26
fix corner case in `ie8` & `rename` (#3223)
Alex Lam S.L
2018-07-01
fix corner case in `unused`
alexlamsl
2018-06-06
general clean-ups (#3175)
Alex Lam S.L
2018-06-01
re-introduce `enclose` (#3163)
...
Jiavan
2018-05-24
fix corner cases with `eval()` (#3147)
...
Alex Lam S.L
2018-05-03
fix `TreeWalker` scan order (#3114)
...
Alex Lam S.L
2018-03-17
extend fuzzy RHS folding (#3006)
...
Alex Lam S.L
2018-03-15
refactor brackets to braces (#3005)
Alex Lam S.L
2018-01-19
compress `undefined` property names (#2811)
...
Alex Lam S.L
2018-01-17
fix `AST_Scope.clone()` (#2803)
...
Alex Lam S.L
2018-01-16
general improvements around `AST_ForIn` (#2796)
...
Alex Lam S.L
2017-12-22
make comments output more robust (#2633)
...
Alex Lam S.L
2017-12-01
improve code reuse (#2542)
Alex Lam S.L
2017-11-16
fix cross-scope inlining of `AST_Function`s (#2486)
...
Alex Lam S.L
2017-09-20
suppress `collapse_vars` of `this` into "use strict" (#2326)
...
Alex Lam S.L
2017-07-03
clean up `TreeWalker.pop()` (#2195)
...
Alex Lam S.L
2017-05-14
fix bugs with getter/setter (#1926)
...
Alex Lam S.L
2017-05-12
remove support for `const` (#1910)
...
Alex Lam S.L
2017-05-08
support dumping AST (#1879)
...
Alex Lam S.L
2017-04-22
fix label-related bugs (#1835)
...
Alex Lam S.L
2017-04-17
enhance `reduce_vars` (#1814)
...
Alex Lam S.L
2017-04-15
unify CLI & API under `minify()` (#1811)
...
Alex Lam S.L
2017-04-12
convert `AST_Seq` from binary tree to array (#1460)
...
Alex Lam S.L
2017-04-04
optimise `do{...}while(false)` (#1785)
...
Alex Lam S.L
2017-03-14
minor clean-ups (#1600)
...
Alex Lam S.L
2017-03-07
fix deep cloning of labels (#1565)
...
Alex Lam S.L
2017-03-07
transform function calls to IIFEs (#1560)
...
Alex Lam S.L
2017-03-05
handle variable declaration within catch blocks (#1546)
...
Alex Lam S.L
2017-02-26
faster tree transversal (#1462)
...
Alex Lam S.L
2017-02-24
Avoid using exports when undefined (#1471)
...
Ondřej Španěl
2016-04-12
Actually limit sequence length.
...
Mihai Bazon
2016-04-07
Avoid using inherited hasOwnProperty
...
Mihai Bazon
2015-11-12
Fix output for "use asm" code from SpiderMonkey AST
...
Mihai Bazon
2015-11-11
Rework has_directive
...
Mihai Bazon
2015-10-07
Fix handling of "use asm" when no command line flags are passed to uglifyjs. ...
kzc
2015-09-24
No longer use `vm` to load code.
...
Mihai Bazon
2015-09-24
Fix wrap_commonjs to include code first
...
Mihai Bazon
2015-01-27
Add option to preserve/enforce string quote style
...
Mihai Bazon
2015-01-06
Track ending lines/columns; fix end locations in Mozilla AST.
Ingvar Stepanyan
2015-01-06
AST_Do nodes: walk body before condition
Mihai Bazon
2014-03-22
Allow colons in the pairs passed to AST_Toplevel.wrap_enclose
Arnavion
2013-12-05
AST_Catch shouldn't really inherit from AST_Scope. Fix #363
...
Mihai Bazon
2013-11-28
Properly scope `catch` identifier when --screw-ie8
...
Mihai Bazon
2013-10-30
Fix parsing setters/getters (allow keywords for name).
...
Mihai Bazon
[next]