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
2021-03-06
fix corner cases with `export` (#4743)
...
fixes #4742
Alex Lam S.L
2021-02-27
fix corner case with `arguments` (#4697)
...
fixes #4696
Alex Lam S.L
2021-02-27
fix corner cases with block-scoped functions (#4695)
Alex Lam S.L
2021-02-23
support `class` literals (#4658)
Alex Lam S.L
2021-02-21
fix corner case with `import` (#4672)
Alex Lam S.L
2021-02-18
fix corner case in `inline` (#4660)
...
fixes #4659
Alex Lam S.L
2021-02-15
support `export` statements (#4650)
Alex Lam S.L
2021-02-08
support generator functions (#4620)
Alex Lam S.L
2021-02-02
fix corner case in `arguments` (#4609)
...
fixes #4608
Alex Lam S.L
2021-01-11
fix corner case in `ie8` (#4532)
...
fixes #4531
Alex Lam S.L
2021-01-10
support asynchronous arrow functions (#4530)
Alex Lam S.L
2021-01-10
fix corner case in `mangle` (#4528)
...
fixes #4527
Alex Lam S.L
2021-01-07
fix corner cases with `arguments` (#4520)
...
fixes #4519
Alex Lam S.L
2021-01-07
support rest parameters (#4515)
Alex Lam S.L
2021-01-01
enhance `collapse_vars` & `dead_code` (#4491)
Alex Lam S.L
2020-12-30
fix corner cases with `arguments` (#4481)
...
fixes #4480
Alex Lam S.L
2020-12-27
workaround v8 bug with labels (#4467)
...
closes #4466
Alex Lam S.L
2020-12-20
fix corner case with destructuring `catch` (#4426)
...
fixes #4425
Alex Lam S.L
2020-12-20
fix corner case with destructuring `catch` (#4421)
...
fixes #4420
Alex Lam S.L
2020-12-19
fix corner case in `reduce_vars` & `unused` (#4414)
...
fixes #4413
Alex Lam S.L
2020-12-18
fix corner case in `arguments` (#4398)
...
fixes #4397
Alex Lam S.L
2020-12-17
support arrow function (#4385)
Alex Lam S.L
2020-12-10
fix corner case in `loops` & `unused` (#4356)
...
fixes #4355
Alex Lam S.L
2020-12-07
fix corner case in `evaluate` (#4341)
...
fixes #4340
Alex Lam S.L
2020-12-07
support async function (#4333)
Alex Lam S.L
2020-11-21
workaround Safari quirks (#4314)
...
fixes #1753
Alex Lam S.L
2020-11-21
fix corner case in `mangle` (#4311)
Alex Lam S.L
2020-11-18
fix corner case in `arguments` (#4293)
...
fixes #4291
Alex Lam S.L
2020-11-17
support destructured literals (#4278)
Alex Lam S.L
2020-10-20
fix corner case in `ie8` (#4232)
...
fixes #4231
Alex Lam S.L
2020-10-20
fix corner case in `ie8` (#4230)
...
fixes #4229
Alex Lam S.L
2020-10-19
support `let` (#4227)
Alex Lam S.L
2020-10-13
fix corner case in `reduce_vars` (#4211)
...
fixes #4210
Alex Lam S.L
2020-10-12
fix corner case in `ie8` & `mangle` (#4196)
...
fixes #4195
Alex Lam S.L
2020-10-12
fix corner case in `functions` (#4192)
...
fixes #4191
Alex Lam S.L
2020-10-12
support `const` (#4190)
Alex Lam S.L
2020-10-07
fix corner case in `reduce_vars` (#4189)
...
fixes #4188
Alex Lam S.L
2020-10-05
clean up scope-related variables (#4179)
Alex Lam S.L
2020-10-05
retrofit `try-catch-finally` as block-scoped (#4178)
...
- support optional catch binding
Alex Lam S.L
2020-10-04
fix corner case in `mangle` (#4174)
Alex Lam S.L
2020-10-03
fix corner cases of `catch` variable inlining (#4169)
Alex Lam S.L
2020-10-02
retrofit `catch` as block-scoped (#4165)
Alex Lam S.L
2020-09-23
minor clean up (#4149)
Alex Lam S.L
2020-09-15
introduce `merge_vars` (#4100)
Alex Lam S.L
2020-08-24
tidy up various interfaces (#4066)
Alex Lam S.L
2020-08-23
simplify traversal logic (#4063)
Alex Lam S.L
2020-07-21
fix corner case in `ie8` (#4016)
...
fixes #4015
Alex Lam S.L
2020-06-15
fix corner case in `rename` (#4000)
...
fixes #3999
Alex Lam S.L
2020-05-05
update links to repository after rename (#3847)
Alex Lam S.L
2020-04-24
improve `compress` (#3814)
...
- avoid identifier overflow through consecutive API calls - simplify `reduce_vars` - enhance `unsafe` `evaluate`
Alex Lam S.L
[next]