This website requires JavaScript.
Explore
Help
Sign In
psimsa
/
handlebars.js
Watch
1
Star
0
Fork
0
You've already forked handlebars.js
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
51d2543ba19639d0b0aa663caef31ae0e4ec3a74
handlebars.js
/
lib
/
handlebars
T
History
tomhuda
32d7e52182
Helpers take precedence over context properties with the same name. This is useful in scenarios where your context object is inherited from another system (such as a framework or JSON API) that may contain properties that conflict with helpers you explicitly define.
2011-02-25 23:01:11 -08:00
..
ast.js
Restructure things more simply
2010-12-29 18:21:43 -08:00
base.js
* Added a few public API methods to JavaScriptCompiler.prototype, so it can be subclassed.
2011-02-11 17:03:12 -08:00
debug.js
Restructure things more simply
2010-12-29 18:21:43 -08:00
printer.js
Restructure things more simply
2010-12-29 18:21:43 -08:00
runtime.js
Use prototype toString method to avoid native types being returned.
2011-01-17 15:42:27 -08:00
utils.js
IE 7 hates trailing commas
2011-01-25 10:24:53 -08:00
visitor.js
Restructure things more simply
2010-12-29 18:21:43 -08:00
vm.js
Helpers take precedence over context properties with the same name. This is useful in scenarios where your context object is inherited from another system (such as a framework or JSON API) that may contain properties that conflict with helpers you explicitly define.
2011-02-25 23:01:11 -08:00