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
757d5250dcd7cd8a979b0c5d92f2a1d24f12e663
handlebars.js
/
lib
/
handlebars
T
History
Yehuda Katz
757d5250dc
Rename "vm" to "runtime" for clarity
2011-12-27 18:15:44 -08:00
..
compiler
data should be passed through to partials.
closes
#111
.
2011-12-27 15:57:08 -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