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
/
mozilla-ast.js
Age
Commit message (
Expand
)
Author
2020-11-08
support computed property name in object literal (#4268)
Alex Lam S.L
2020-05-10
improve AST validation (#3864)
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
2019-10-15
fix corner case in `rename` (#3481)
...
Alex Lam S.L
2018-06-06
general clean-ups (#3175)
Alex Lam S.L
2018-03-27
fix extra regex slash when going through mozilla AST I/O (#3025)
...
Fábio Santos
2018-03-23
improve performance (#3020)
...
Alex Lam S.L
2017-05-15
fix & improve coverage of `estree` (#1935)
...
Alex Lam S.L
2017-05-12
remove support for `const` (#1910)
...
Alex Lam S.L
2017-04-12
convert `AST_Seq` from binary tree to array (#1460)
...
Alex Lam S.L
2016-07-03
Don't convert all strings to directives from moz-ast
Anthony Van de Gejuchte
2016-06-30
Fix spidermonkey AST (ESTree) export and import, Array holes
...
kzc
2015-11-12
Fix output for "use asm" code from SpiderMonkey AST
...
Mihai Bazon
2015-11-02
simplify mozilla AST RegExpLiteral token parse and handle corner cases of reg...
kzc
2015-11-02
Have mozilla AST RegExpLiteral parser use regex.pattern and regex.flags rathe...
kzc
2015-11-01
rename To_Moz_Literal to To_Moz_RegExp
kzc
2015-11-01
Fixed RegExp literal in mozilla AST generation/output and added a --dump-spid...
kzc
2015-09-24
Fix mozilla-ast after module loading changes
...
Mihai Bazon
2015-01-06
Location fix for Mozilla AST start token.
Ingvar Stepanyan
2015-01-06
Track ending lines/columns; fix end locations in Mozilla AST.
Ingvar Stepanyan
2014-08-03
Added generative testing for AST conversions.
Ingvar Stepanyan
2014-08-03
SpiderMonkey `Identifier` nodes should contain mangled names.
Ingvar Stepanyan
2014-08-02
Small fixes for AST conversion.
Ingvar Stepanyan
2014-08-01
Fixes and improvements for UglifyJS->SM AST conversion.
...
Ingvar Stepanyan
2014-08-01
Improved UglifyJS<->SpiderMonkey AST conversions.
...
Ingvar Stepanyan
2014-03-06
Handle TryStatements trees from acorn >=0.2.0
Conrad Irwin
2013-04-29
Workaround for missing `prefix` in UnaryExpression generated by Esprima
...
Mihai Bazon
2012-10-13
fix end tokens in spidermonkey ast import
Mihai Bazon
2012-10-09
added $propdoc to AST nodes and some cleanups
...
Mihai Bazon
2012-10-05
remove unused code
Mihai Bazon
2012-10-05
fixed import of locations from SpiderMonkey AST
Mihai Bazon
2012-10-04
use the appropriate constructor for symbols
Mihai Bazon
2012-10-03
moving code around
Mihai Bazon
2012-10-03
define AST_Node.from_mozilla_ast(ast)
...
Mihai Bazon