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
2015-02-11
Add filename to the JS_Parse_Error exception.
...
Edward Casbon
2015-01-27
Add option to preserve/enforce string quote style
...
Mihai Bazon
2015-01-20
Add unicode digit parsing support
Anthony Van de Gejuchte
2015-01-20
Update unicode letter
Anthony Van de Gejuchte
2015-01-06
Track ending lines/columns; fix end locations in Mozilla AST.
Ingvar Stepanyan
2015-01-05
Fix handling \r\n
...
Mihai Bazon
2014-10-20
Add option to allow return outside of functions.
...
Mihai Bazon
2014-04-18
Always quote property names that contain non-ASCII characters.
...
Mihai Bazon
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
[next]