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
8f502ffbe76b49ebf4d11bd19b3f094e2c483d6a
handlebars.js
/
lib
/
handlebars
T
History
wycats
8f502ffbe7
Add #each and #if built-in helpers for more readable iteration and conditionals
2010-12-19 00:06:55 -08:00
..
ast.js
Add optimized compiled version of handlebars, which should be significantly faster. Use Handlebars.VM.compile instead of Handlebars.compile to use the optimized version.
2010-12-18 23:27:34 -08:00
compiler.js
Add #each and #if built-in helpers for more readable iteration and conditionals
2010-12-19 00:06:55 -08:00
debug.js
linting
2010-12-04 22:26:41 -05:00
handlebars_lexer.js
linting
2010-12-04 22:26:41 -05:00
jison_ext.js
linting
2010-12-04 22:26:41 -05:00
printer.js
linting
2010-12-04 22:26:41 -05:00
runtime.js
Add optimized compiled version of handlebars, which should be significantly faster. Use Handlebars.VM.compile instead of Handlebars.compile to use the optimized version.
2010-12-18 23:27:34 -08:00
utils.js
Everything is working now on the new VM except for partials and inverse sections
2010-12-15 23:42:53 -08:00
vm.js
Allow reserved words to be used without slowing down most operations in browsers with faster foo.bar vs. foo['bar'].
2010-12-19 00:06:30 -08:00