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
/
utils.js
Age
Commit message (
Expand
)
Author
2021-02-27
fix corner cases with `export` (#4699)
...
Alex Lam S.L
2021-02-15
support `export` statements (#4650)
Alex Lam S.L
2021-02-01
support template literals (#4601)
Alex Lam S.L
2021-01-10
support asynchronous arrow functions (#4530)
Alex Lam S.L
2020-12-17
support arrow function (#4385)
Alex Lam S.L
2020-10-27
improve warnings (#4247)
...
Alex Lam S.L
2020-08-25
minor clean up (#4069)
Alex Lam S.L
2020-05-09
implement AST validation (#3863)
Alex Lam S.L
2020-05-05
update links to repository after rename (#3847)
Alex Lam S.L
2020-04-18
report top-level default options (#3797)
Alex Lam S.L
2020-04-17
suppress mutation of input `options` (#3785)
Alex Lam S.L
2020-04-11
fix corner case in `inline` (#3778)
...
Alex Lam S.L
2020-03-21
fix corner case in `evaluate` & `ie8` (#3751)
...
Alex Lam S.L
2020-02-06
export missing API for AST manipulation (#3707)
Alex Lam S.L
2019-10-20
minor tweaks (#3502)
Alex Lam S.L
2019-04-30
unify logging functionality (#3392)
...
Alex Lam S.L
2018-07-19
fix corner case in `ie8` (#3216)
...
Alex Lam S.L
2018-07-13
fix corner cases in `preserve_line` (#3212)
Alex Lam S.L
2018-06-24
enhance `arguments` (#3193)
...
Alex Lam S.L
2018-06-06
general clean-ups (#3175)
Alex Lam S.L
2018-04-27
improve general performance (#3104)
Alex Lam S.L
2018-04-03
improve performance through `makePredicate()` (#3048)
Alex Lam S.L
2018-01-17
fix `AST_Scope.clone()` (#2803)
...
Alex Lam S.L
2017-12-22
make comments output more robust (#2633)
...
Alex Lam S.L
2017-12-11
remove unused code (#2579)
...
Alex Lam S.L
2017-06-03
clean up `lib/parse.js` (#2047)
...
Alex Lam S.L
2017-04-12
convert `AST_Seq` from binary tree to array (#1460)
...
Alex Lam S.L
2017-03-15
fix `AST_Node.optimize()` (#1602)
...
Alex Lam S.L
2017-03-01
fix crash on missing `props` to `string_template()` (#1523)
...
Alex Lam S.L
2017-02-27
improve error messages (#1506)
...
Alex Lam S.L
2017-02-21
clean up `negate_iife`
...
alexlamsl
2016-11-29
Do not overwrite options.comments + cleanup
Anthony Van de Gejuchte
2016-06-30
Various LineTerminator changes
...
Anthony Van de Gejuchte
2016-04-07
Simplify member(name, array) implementation.
kzc
2016-04-07
Avoid using inherited hasOwnProperty
...
Mihai Bazon
2015-03-14
Add property name mangler
...
Mihai Bazon
2013-12-10
semicolons
Mihai Bazon
2013-12-10
Merge pull request #245 from ForbesLindesay/patch-1
...
Mihai Bazon
2013-11-28
Add --noerr to turn off argument name checking
...
Mihai Bazon
2013-07-22
Make `DefaultsError` a real `Error` object
Forbes Lindesay
2013-05-14
Only compress code in `new Function` if all arguments are strings.
Mihai Bazon
2012-12-05
When hoisting variables, try to merge in assignments that follow.
Mihai Bazon
2012-11-06
add option to mangle names even if eval/with is in use
...
Mihai Bazon
2012-11-02
use a Dictionary object instead of plain object for hashes
...
Mihai Bazon
2012-10-18
more optimizations for some break/continue cases
Mihai Bazon
2012-10-11
stealing more hacks from acorn in the name of speed
Mihai Bazon
2012-10-11
using makeComparator from acorn to generate functions that tests whether a
...
Mihai Bazon
2012-10-11
cleanup
...
Mihai Bazon
2012-10-02
"use strict";
Mihai Bazon
2012-10-02
a shy attempt to obey `width` in the beautifier; added `bracketize` option to...
Mihai Bazon
[next]