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 (
Collapse
)
Author
2021-05-13
fix corner case in `ie8` (#4929)
Alex Lam S.L
fixes #4928
2021-05-02
enhance `reduce_vars` & `unused` (#4890)
Alex Lam S.L
2021-03-08
fix corner case in `side_effects` (#4752)
Alex Lam S.L
fixes #4751
2021-03-04
fix corner cases in `ie8` & `side_effects` (#4731)
Alex Lam S.L
fixes #4729 fixes #4730
2021-01-19
fix corner case in `reduce_vars` (#4569)
Alex Lam S.L
fixes #4568
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
fixes #4250
2020-10-22
fix corner case in `unused` (#4236)
Alex Lam S.L
fixes #4235
2020-10-06
fix corner case in `ie8` (#4187)
Alex Lam S.L
fixes #4186
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
- fix related issues in `global_defs`, `ie8` & `reduce_vars`
2020-07-29
fix corner case in `ie8` & `reduce_vars` (#4029)
Alex Lam S.L
fixes #4028
2020-07-21
fix corner case in `ie8` & `reduce_vars` (#4020)
Alex Lam S.L
fixes #4019
2020-07-21
fix corner case in `ie8` (#4016)
Alex Lam S.L
fixes #4015
2020-06-20
fix corner case in `collapse_vars` (#4002)
Alex Lam S.L
fixes #4001
2020-06-15
fix corner case in `rename` (#4000)
Alex Lam S.L
fixes #3999
2020-05-22
fix corner case in `ie8` & `reduce_vars` (#3919)
Alex Lam S.L
fixes #3918
2020-05-12
fix corner case in `ie8` (#3890)
Alex Lam S.L
fixes #3889
2020-05-07
fix corner case in `inline` (#3853)
Alex Lam S.L
fixes #3852
2020-04-27
fix corner case in `ie8` (#3826)
Alex Lam S.L
fixes #3825
2020-04-27
fix corner case in `ie8` (#3824)
Alex Lam S.L
fixes #3823
2020-03-21
fix corner case in `evaluate` & `ie8` (#3751)
Alex Lam S.L
fixes #3750
2020-02-05
fix corner case in `ie8` & `reduce_vars` (#3706)
Alex Lam S.L
fixes #3703
2019-10-28
fix corner case in `ie8` (#3543)
Alex Lam S.L
fixes #3542
2019-10-24
fix corner case in `ie8` & `mangle` (#3524)
Alex Lam S.L
fixes #3523
2019-10-17
fix corner case in `dead_code` & `ie8` (#3494)
Alex Lam S.L
fixes #3493
2019-10-16
fix corner case in `ie8` (#3487)
Alex Lam S.L
fixes #3486
2019-10-16
fix corner cases in `ie8` (#3485)
Alex Lam S.L
fixes #3484
2019-10-16
fix corner case in `evaluate` & `ie8` (#3483)
Alex Lam S.L
fixes #3482
2019-10-15
fix corner case in `ie8` & `mangle` (#3479)
Alex Lam S.L
fixes #3478
2019-10-15
fix corner case in `ie8` & `mangle` (#3476)
Alex Lam S.L
fixes #3475
2019-10-15
fix corner case in `ie8` & `rename` (#3474)
Alex Lam S.L
fixes #3473
2019-10-14
fix corner cases in `ie8` (#3472)
Alex Lam S.L
fixes #3471
2019-10-14
fix corner case with `collapse_vars` & `ie8` (#3469)
Alex Lam S.L
fixes #3468
2019-04-30
unify logging functionality (#3392)
Alex Lam S.L
fixes #3253 fixes #3254
2019-04-01
mangle shadowed lambda under `ie8` correctly (#3356)
Alex Lam S.L
fixes #3355
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
fixes #3215
2018-07-03
fix corner case in `ie8` (#3207)
Alex Lam S.L
fixes #3206
2018-07-01
fix corner case in `unused`
alexlamsl
2018-06-24
fix corner case in `ie8` (#3198)
Alex Lam S.L
fixes #3197
2018-03-30
mangle unused nested `AST_SymbolCatch` correctly (#3038)
Alex Lam S.L
fixes #3035