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
/
parse.js
Age
Commit message (
Expand
)
Author
2014-01-21
Fix end token for conditionals. Close #404
Mihai Bazon
2013-12-22
Mark `yield` as reserved word. Close #375.
Mihai Bazon
2013-10-30
Fix parsing setters/getters (allow keywords for name).
...
Mihai Bazon
2013-10-30
minor
Mihai Bazon
2013-10-03
Only allow identifier start characters at the beginning of identifiers.
...
David Glasser
2013-09-06
Support HTML5 comment syntax (enabled by default!)
...
Mihai Bazon
2013-09-02
Fix names.
Mihai Bazon
2013-09-02
Disallow `continue` referring to a non-IterationStatement. Fix #287
...
Mihai Bazon
2013-09-02
Better fix for #286
Mihai Bazon
2013-09-02
Fix parsing `a.case /= 1`
...
Mihai Bazon
2013-09-02
Fix parsing regexp after unary-prefix operator
...
Mihai Bazon
2013-07-15
Revert previous patch, it was no good.
Mihai Bazon
2013-07-15
Add "position" option to parser, to specify initial pos/line/col
...
Mihai Bazon
2013-07-12
Fix typo.
...
Mihai Bazon
2013-05-15
Add `--expr`, an option to parse a single expression (suitable for JSON)
Mihai Bazon
2013-05-14
Fix a["1_1"]
...
Mihai Bazon
2013-05-09
Fix is_assignable
...
Mihai Bazon
2013-05-08
Fix property names
...
Mihai Bazon
2013-05-07
Fixed dot properties not optimizing unicode identifiers. Signed-off-by: Justi...
Justin Lau
2013-03-24
Don't print the warning on parse error, just throw a JS_Parse_Error.
...
Mihai Bazon
2013-03-22
Keep legit code working even when --screw-ie is not passed.
...
Mihai Bazon
2013-02-01
Fix end token for Assign nodes
Mihai Bazon
2013-01-17
Fix output for arrays containing undefined values.
...
David Glasser
2012-12-22
Accept string or number as name of an accessor.
...
Mihai Bazon
2012-11-07
add AST_Accessor and AST_SymbolAccessor node types
...
Mihai Bazon
2012-10-13
minor
Mihai Bazon
2012-10-12
use AST_Lambda for object setters/getters
...
Mihai Bazon
2012-10-11
fix pos in syntax error exception
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-09
make `--comments` keep @cc_on too
Mihai Bazon
2012-10-09
added $propdoc to AST nodes and some cleanups
...
Mihai Bazon
2012-10-04
removed some unused variables
Mihai Bazon
2012-10-03
more cleanup (dropped AST_SwitchBlock)
Mihai Bazon
2012-10-02
line numbers start at 1
Mihai Bazon
2012-10-02
"use strict";
Mihai Bazon
2012-10-02
add AST_SymbolConst for names defined with `const`
Mihai Bazon
2012-09-25
discard all \uFEFF characters (https://github.com/mishoo/UglifyJS/issues/462)
Mihai Bazon
2012-09-21
log filename in parse errors / compressor warnings
Mihai Bazon
2012-09-21
better support for multiple input files:
...
Mihai Bazon
2012-09-18
support for directives
Mihai Bazon
2012-09-14
more optimizations that v1 does and some cleanups
...
Mihai Bazon
2012-09-05
cleaned up usage of AST_BlockStatement
...
Mihai Bazon
2012-09-03
an AST_If is too a StatementWithBody
Mihai Bazon
2012-09-03
a LabeledStatement should be in fact a StatementWithBody
...
Mihai Bazon
2012-09-03
Reverting "minor perf. improvements"
...
Mihai Bazon
2012-09-02
minor perf. improvements
Mihai Bazon
2012-08-27
update (c) years
Mihai Bazon
2012-08-22
added license
Mihai Bazon
[next]