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
730c2617afa8da48ced07d8fba83152b3fae54d5
handlebars.js
/
lib
/
handlebars
T
History
Yehuda Katz
730c2617af
Differentiate between lambdas in the context (which should have mustache semantics) and helpers (which have Handlebars helper semantics).
2011-12-31 13:51:54 -08:00
..
compiler
Differentiate between lambdas in the context (which should have mustache semantics) and helpers (which have Handlebars helper semantics).
2011-12-31 13:51:54 -08:00
base.js
Allow function parameters to #if. This was originally disallowed because it is decidedly not idiomatic Handlebars, which would prefer that you use helpers for these cases, not pollute your context objects with functions to call from your template, but enough people asked for it that I'll give in.
2011-12-27 15:47:45 -08:00
runtime.js
Rename "vm" to "runtime" for clarity
2011-12-27 18:15:44 -08:00
utils.js
Handlebars errors should copy the message over
2011-12-27 13:18:54 -08:00