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
/
lib
/
handlebars
/
compiler
/
compiler.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Forgot === for falsy check.
Alan Johnson
2011-09-05
1
-1
/
+1
*
Fixed bug in falsy check on lookups.
Alan Johnson
2011-09-05
1
-1
/
+2
*
Fixed errors occurring because of undefined properties on nested paths.
Alan Johnson
2011-09-02
1
-1
/
+1
*
Got simple literal expressions added into paths.
Alan Johnson
2011-09-02
1
-5
/
+13
*
The missing semicolon is breaking our code when we minify.
Mark DiMarco
2011-09-01
1
-1
/
+2
*
Fixed missing var in compiler code causing compilerWords to be global.
Alan Johnson
2011-08-15
1
-1
/
+1
*
Make sure options.hash is an empty {} if no hash is present to eliminate nece...
tomhuda
2011-08-02
1
-4
/
+7
*
Do not perform unnecessary self-assign
kpdecker
2011-07-31
1
-1
/
+3
*
Do not buffer for simple programs (1 statement)
kpdecker
2011-07-31
1
-5
/
+21
*
Optimize the populate call logic for the simple cases
kpdecker
2011-07-31
1
-17
/
+21
*
knownHandlers and knownHandlersOnly compile options.
kpdecker
2011-07-31
1
-11
/
+45
*
Access context objects directly rather than using currentContext var.
kpdecker
2011-07-31
1
-16
/
+10
*
Convert children to nested functions. Reuse identifiers by closure where poss...
kpdecker
2011-07-31
1
-52
/
+43
*
Alias self -> this
kpdecker
2011-07-31
1
-3
/
+4
*
Move aliases and registers into context object.
kpdecker
2011-07-31
1
-14
/
+17
*
Use x = a[y] || b[y] rather than if exists lookup
kpdecker
2011-07-31
1
-8
/
+6
*
Minimizable id aliases.
kpdecker
2011-07-31
1
-7
/
+20
*
buffer +=
kpdecker
2011-07-31
1
-1
/
+1
*
Avoid eval when running in VM+Compiler mode
kpdecker
2011-07-30
1
-21
/
+29
*
Temporary Handlebars.compile implementation in compiler
kpdecker
2011-07-30
1
-0
/
+6
*
Expose Handlebars.precompile method from the compiler.
kpdecker
2011-07-30
1
-0
/
+6
*
Fix module loading within node
kpdecker
2011-07-30
1
-1
/
+1
*
Phase 2 of precompiled extraction:
kpdecker
2011-07-30
1
-8
/
+10
*
Phase 1 of precompiled extraction:
kpdecker
2011-07-30
1
-30
/
+5
*
Break compiler and vm logic into separate files.
kpdecker
2011-07-30
1
-0
/
+700