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
/
ie8.js
Age
Commit message (
Expand
)
Author
2021-01-19
fix corner case in `reduce_vars` (#4569)
...
Alex Lam S.L
2020-12-14
emulate global context in Node.js & web (#4379)
Alex Lam S.L
2020-10-30
fix corner case in `ie8` (#4251)
...
Alex Lam S.L
2020-10-22
fix corner case in `unused` (#4236)
...
Alex Lam S.L
2020-10-06
fix corner case in `ie8` (#4187)
...
Alex Lam S.L
2020-10-03
fix corner cases of `catch` variable inlining (#4169)
Alex Lam S.L
2020-07-31
validate against multiple parents on `AST_Node` (#4032)
...
Alex Lam S.L
2020-07-29
fix corner case in `ie8` & `reduce_vars` (#4029)
...
Alex Lam S.L
2020-07-21
fix corner case in `ie8` & `reduce_vars` (#4020)
...
Alex Lam S.L
2020-07-21
fix corner case in `ie8` (#4016)
...
Alex Lam S.L
2020-06-20
fix corner case in `collapse_vars` (#4002)
...
Alex Lam S.L
2020-06-15
fix corner case in `rename` (#4000)
...
Alex Lam S.L
2020-05-22
fix corner case in `ie8` & `reduce_vars` (#3919)
...
Alex Lam S.L
2020-05-12
fix corner case in `ie8` (#3890)
...
Alex Lam S.L
2020-05-07
fix corner case in `inline` (#3853)
...
Alex Lam S.L
2020-04-27
fix corner case in `ie8` (#3826)
...
Alex Lam S.L
2020-04-27
fix corner case in `ie8` (#3824)
...
Alex Lam S.L
2020-03-21
fix corner case in `evaluate` & `ie8` (#3751)
...
Alex Lam S.L
2020-02-05
fix corner case in `ie8` & `reduce_vars` (#3706)
...
Alex Lam S.L
2019-10-28
fix corner case in `ie8` (#3543)
...
Alex Lam S.L
2019-10-24
fix corner case in `ie8` & `mangle` (#3524)
...
Alex Lam S.L
2019-10-17
fix corner case in `dead_code` & `ie8` (#3494)
...
Alex Lam S.L
2019-10-16
fix corner case in `ie8` (#3487)
...
Alex Lam S.L
2019-10-16
fix corner cases in `ie8` (#3485)
...
Alex Lam S.L
2019-10-16
fix corner case in `evaluate` & `ie8` (#3483)
...
Alex Lam S.L
2019-10-15
fix corner case in `ie8` & `mangle` (#3479)
...
Alex Lam S.L
2019-10-15
fix corner case in `ie8` & `mangle` (#3476)
...
Alex Lam S.L
2019-10-15
fix corner case in `ie8` & `rename` (#3474)
...
Alex Lam S.L
2019-10-14
fix corner cases in `ie8` (#3472)
...
Alex Lam S.L
2019-10-14
fix corner case with `collapse_vars` & `ie8` (#3469)
...
Alex Lam S.L
2019-04-30
unify logging functionality (#3392)
...
Alex Lam S.L
2019-04-01
mangle shadowed lambda under `ie8` correctly (#3356)
...
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-07-03
fix corner case in `ie8` (#3207)
...
Alex Lam S.L
2018-07-01
fix corner case in `unused`
alexlamsl
2018-06-24
fix corner case in `ie8` (#3198)
...
Alex Lam S.L
2018-03-30
mangle unused nested `AST_SymbolCatch` correctly (#3038)
...
Alex Lam S.L