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
/
transform.js
Age
Commit message (
Expand
)
Author
2021-02-23
support `class` literals (#4658)
Alex Lam S.L
2021-02-15
support `export` statements (#4650)
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-01
support template literals (#4601)
Alex Lam S.L
2021-01-10
support asynchronous arrow functions (#4530)
Alex Lam S.L
2021-01-07
support rest parameters (#4515)
Alex Lam S.L
2020-12-24
support default values (#4442)
Alex Lam S.L
2020-12-17
support arrow function (#4385)
Alex Lam S.L
2020-12-07
support async function (#4333)
Alex Lam S.L
2020-12-06
support spread syntax (#4328)
Alex Lam S.L
2020-11-17
support destructured literals (#4278)
Alex Lam S.L
2020-11-08
support computed property name in object literal (#4268)
Alex Lam S.L
2020-10-05
retrofit `try-catch-finally` as block-scoped (#4178)
...
Alex Lam S.L
2020-05-05
update links to repository after rename (#3847)
Alex Lam S.L
2020-02-06
export missing API for AST manipulation (#3707)
Alex Lam S.L
2018-06-06
general clean-ups (#3175)
Alex Lam S.L
2018-04-02
fix tree traversal on `AST_Do` (#3047)
...
Alex Lam S.L
2017-12-19
Transform can be simplified when clone is not done. (#2621)
Ondřej Španěl
2017-07-03
clean up `TreeWalker.pop()` (#2195)
...
Alex Lam S.L
2017-04-12
convert `AST_Seq` from binary tree to array (#1460)
...
Alex Lam S.L
2016-01-27
Collapse single use var definitions
...
kzc
2015-11-11
Rework has_directive
...
Mihai Bazon
2013-07-14
Apply transformer to AST_VarDef's name
...
Mihai Bazon
2013-05-14
Compress code passed to `new Function` if it's a constant.
...
Mihai Bazon
2012-11-18
fix #51
Mihai Bazon
2012-10-12
minor
Mihai Bazon
2012-10-09
added $propdoc to AST nodes and some cleanups
...
Mihai Bazon
2012-10-09
minor AST cleanup (AST_BlockStatement may inherit from AST_Block)
Mihai Bazon
2012-10-03
more cleanup (dropped AST_SwitchBlock)
Mihai Bazon
2012-10-02
"use strict";
Mihai Bazon
2012-09-26
compressor successfully moved to TreeTransformer
Mihai Bazon
2012-09-26
checkpoint (refactoring, WIP)
Mihai Bazon
2012-09-23
properly drop mutually-referring declarations that are not otherwise
...
Mihai Bazon
2012-09-22
tree transformer api (WIP)
Mihai Bazon