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
faea35f8fa1d45e4971385ebbad502855da47af2
handlebars.js
/
lib
/
handlebars
T
History
Zach Carter
faea35f8fa
Merging with latest master
2010-12-20 02:25:25 -05: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
Merging with latest master
2010-12-20 02:25:25 -05:00
debug.js
linting
2010-12-04 22:26:41 -05:00
printer.js
Switch to Jison's lexer.
2010-12-14 19:07:05 -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
visitor.js
Switch to Jison's lexer.
2010-12-14 19:07:05 -05: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