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
/
scope.js
Age
Commit message (
Expand
)
Author
2019-04-18
fix corner case in `functions` (#3365)
...
Alex Lam S.L
2019-04-17
reduce test exports (#3361)
Alex Lam S.L
2019-04-15
introduce `functions` (#3360)
...
Alex Lam S.L
2019-04-01
mangle shadowed lambda under `ie8` correctly (#3356)
...
Alex Lam S.L
2019-03-15
fix corner case with `nameCache` (#3338)
...
Alex Lam S.L
2018-08-08
clean up webkit quirks (#3229)
Alex Lam S.L
2018-07-26
fix corner case in `ie8` & `rename` (#3223)
Alex Lam S.L
2018-07-19
fix corner case in `ie8` (#3216)
...
Alex Lam S.L
2018-06-24
fix corner case in `ie8` (#3198)
...
Alex Lam S.L
2018-06-06
general clean-ups (#3175)
Alex Lam S.L
2018-05-24
fix corner cases with `eval()` (#3147)
...
Alex Lam S.L
2018-04-27
improve general performance (#3104)
Alex Lam S.L
2018-04-08
fix corner case in reuse of `mangle` options (#3062)
Alex Lam S.L
2018-04-03
improve performance through `makePredicate()` (#3048)
Alex Lam S.L
2018-03-30
mangle unused nested `AST_SymbolCatch` correctly (#3038)
...
Alex Lam S.L
2018-03-23
improve performance (#3020)
...
Alex Lam S.L
2018-03-07
fix `mangle` of `AST_SymbolLambda` under `ie8` (#2978)
...
Alex Lam S.L
2018-02-24
minor clean-ups (#2951)
Alex Lam S.L
2018-02-23
improve `mangle` (#2948)
Alex Lam S.L
2018-01-23
handle duplicate function declarations correctly (#2837)
...
Alex Lam S.L
2018-01-14
improve SymbolDef info in `--output ast` (#2778)
...
kzc
2018-01-12
add SymbolDef IDs to --output ast (#2772)
kzc
2018-01-09
improve synergy between `compress` and `rename` (#2755)
Alex Lam S.L
2018-01-05
fix corner case with `arguments` as function name (#2729)
...
Alex Lam S.L
2018-01-05
fix `mangle` name collision across files (#2722)
Alex Lam S.L
2018-01-04
drop `unused` assignment based on `reduce_vars` (#2709)
Alex Lam S.L
2018-01-03
fix `reduce_vars` on `AST_Defun` (#2708)
Alex Lam S.L
2017-12-26
replace single-use recursive functions (#2659)
...
Alex Lam S.L
2017-12-01
improve code reuse (#2542)
Alex Lam S.L
2017-11-24
fix `rename` (#2501)
...
Alex Lam S.L
2017-11-19
expand symbol space to improve compression (#2460)
...
Alex Lam S.L
2017-11-12
allow symbol replacement on multiple occurrences (#2472)
...
Alex Lam S.L
2017-08-01
fix `ie8` mangling of top-level `AST_SymbolCatch` (#2263)
...
Alex Lam S.L
2017-07-15
drop `unused` builtin globals under `unsafe` (#2236)
...
Alex Lam S.L
2017-06-23
refactor `compute_char_frequency()` (#2152)
...
Alex Lam S.L
2017-06-20
ensure mangling works if catch reuses a scope variable (#2123)
...
Alex Lam S.L
2017-06-15
compute `uses_arguments` correctly in `figure_out_scope()` (#2099)
...
Alex Lam S.L
2017-06-09
marshal `mangle[.properties].reserved` from non-Array values (#2072)
Alex Lam S.L
2017-05-26
clean up `lib/scope.js` (#2003)
...
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-04-17
compress duplicated variable definitions (#1817)
...
Alex Lam S.L
2017-04-15
unify CLI & API under `minify()` (#1811)
...
Alex Lam S.L
2017-03-31
sort options in alphabetical order (#1743)
...
Alex Lam S.L
2017-03-31
fix catch symbol mangling (#1734)
...
Alex Lam S.L
2017-03-28
handle var within catch of the same name (#1711)
...
Alex Lam S.L
2017-03-28
fix mangle for variable declared within catch block (#1706)
...
Alex Lam S.L
2017-03-27
handle overlapped variable definitions (#1691)
...
Alex Lam S.L
2017-03-10
fix catch variable reference in IE8 (#1587)
...
Alex Lam S.L
2017-03-05
handle variable declaration within catch blocks (#1546)
...
Alex Lam S.L
[next]