index
:
handlebars.js
master
origin/3.x
origin/4.x
origin/HEAD
origin/master
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
spec
/
ast.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid direct references to sexpr in statements
kpdecker
2015-01-18
1
-5
/
+5
*
Rework strip flags to make clearer at in AST level
kpdecker
2014-11-28
1
-7
/
+8
*
Move Jison parsing out of AST into helpers
kpdecker
2014-11-28
1
-56
/
+3
*
Rename AST objects to match type names
kpdecker
2014-11-28
1
-38
/
+32
*
Update subexpression and hash AST constructs
kpdecker
2014-11-27
1
-1
/
+1
*
Replace DataNode and IdNode with PathNode
kpdecker
2014-11-26
1
-13
/
+5
*
Update statement node ASTs
kpdecker
2014-11-26
1
-36
/
+27
*
Update MustacheNode for new AST structure
kpdecker
2014-11-26
1
-9
/
+4
*
Update ProgramNode to better match SpiderMonkey
kpdecker
2014-11-26
1
-56
/
+56
*
Update AST location info to match SpiderMonkey
kpdecker
2014-11-26
1
-20
/
+19
*
Add parser support for block params
Martin Muñoz
2014-11-11
1
-1
/
+1
*
Simplify BlockNode by removing intermediate MustacheNode
Martin Muñoz
2014-11-02
1
-1
/
+1
*
Allow whitespace control on comments
kpdecker
2014-11-02
1
-1
/
+1
*
Refactor content blocks to ignore lines
kpdecker
2014-08-25
1
-46
/
+17
*
Replace string value rather than add omit flag
kpdecker
2014-08-23
1
-34
/
+34
*
Merge branch 'refactor-parser' of github.com:mmun/handlebars.js into mmun-ref...
kpdecker
2014-08-23
1
-35
/
+13
|
\
|
*
Refactor blocks, programs and inverses
Martin Muñoz
2014-07-29
1
-34
/
+13
*
|
Flag standalone nodes in the AST
kpdecker
2014-08-12
1
-0
/
+148
*
|
Track root status in ProgramNode constructor
kpdecker
2014-08-12
1
-4
/
+4
*
|
Parse context sections by line
kpdecker
2014-08-12
1
-5
/
+5
|
/
*
Allow decimal number values
kpdecker
2014-01-17
1
-2
/
+2
*
Add partial hash parser support
kpdecker
2014-01-17
1
-1
/
+1
*
Include line info in compiler thrown exceptions
kpdecker
2014-01-01
1
-9
/
+9
*
Added support for subexpressions
machty
2013-12-30
1
-2
/
+12
*
add line numbers to nodes when parsing
Stanley Stuart
2013-12-28
1
-1
/
+185
*
Add AST test coverage for more complex paths
kpdecker
2013-12-23
1
-0
/
+82