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
/
README.md
Age
Commit message (
Expand
)
Author
2021-02-24
support nullish coalescing operator (#4678)
Alex Lam S.L
2021-02-22
improve CLI usability (#4670)
...
Alex Lam S.L
2021-02-15
introduce `hoist_exports` (#4651)
Alex Lam S.L
2021-02-14
support `import` statements (#4646)
Alex Lam S.L
2021-02-09
support `for [await]...of` statements (#4627)
Alex Lam S.L
2021-02-08
support generator functions (#4620)
Alex Lam S.L
2021-02-02
fix corner cases in `templates` (#4610)
Alex Lam S.L
2021-02-01
introduce `templates` (#4603)
Alex Lam S.L
2021-01-25
support exponentiation operator (#4593)
Alex Lam S.L
2021-01-13
document v8 bug (#4549)
...
Alex Lam S.L
2021-01-07
support rest parameters (#4515)
Alex Lam S.L
2020-12-27
workaround v8 bug with labels (#4467)
...
Alex Lam S.L
2020-12-24
fix corner case in `collapse_vars` (#4445)
...
Alex Lam S.L
2020-12-24
replace `keep_fargs` default to `false` (#4443)
Alex Lam S.L
2020-12-20
fix corner case with destructuring `catch` (#4421)
...
Alex Lam S.L
2020-12-20
suppress false positives in `ufuzz` (#4419)
Alex Lam S.L
2020-12-17
support arrow function (#4385)
Alex Lam S.L
2020-12-12
clarify corner case in object literal (#4371)
...
Alex Lam S.L
2020-12-11
fix corner cases with spread syntax (#4358)
Alex Lam S.L
2020-12-08
introduce `spread` (#4346)
...
Alex Lam S.L
2020-11-21
workaround Safari quirks (#4314)
...
Alex Lam S.L
2020-11-21
gate `galio` workaround (#4310)
Alex Lam S.L
2020-11-17
support destructured literals (#4278)
Alex Lam S.L
2020-10-19
support `let` (#4227)
Alex Lam S.L
2020-09-18
enhance `side_effects` (#4124)
...
Alex Lam S.L
2020-08-10
clarify `toplevel` & global variable aliasing (#4046)
Alex Lam S.L
2020-05-05
update links to repository after rename (#3847)
Alex Lam S.L
2020-04-17
support optional output of `names` in source maps (#3784)
Alex Lam S.L
2020-02-15
Updated "Output options" > "comments" in README.md (#3717)
...
Marco Gonzalez
2020-01-28
fix corner case in string concatenations (#3692)
...
Alex Lam S.L
2020-01-08
introduce `--output-opts` CLI option (#3678)
...
Alex Lam S.L
2019-11-16
introduce eager evaluation (#3587)
Alex Lam S.L
2019-10-29
compress object literals (#3546)
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-15
introduce `functions` (#3360)
...
Alex Lam S.L
2019-03-18
introduce `assignments` (#3345)
Alex Lam S.L
2019-03-13
Update README.md (#3311)
...
Seul-gi Choi(Chase)
2018-07-13
fix corner cases in `preserve_line` (#3212)
Alex Lam S.L
2018-06-28
implement `directives` (#3203)
...
Alex Lam S.L
2018-06-01
re-introduce `enclose` (#3163)
...
Jiavan
2018-05-18
Update README.md to clarify --source-map filename option (#3137)
...
exvisory
2018-04-24
update `AST` documentation (#3094)
...
Alex Lam S.L
2018-04-10
handle `pure_funcs` under `inline` & `reduce_vars` correctly (#3066)
...
Alex Lam S.L
2018-03-15
refactor brackets to braces (#3005)
Alex Lam S.L
2018-03-14
update dependencies (#3002)
...
Alex Lam S.L
2018-03-11
preserve case when `inline_script` (#2991)
...
Alex Lam S.L
2018-03-02
compress `arguments[index]` (#2967)
...
Alex Lam S.L
2018-02-28
migrate safe transformations out of `unsafe_comps` (#2962)
...
Alex Lam S.L
2018-02-06
describe a few compiler assumptions (#2883)
Dan
[next]