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
f4ae0c27fecddba3b627a3a7d4a63b386f756120
handlebars.js
/
lib
/
handlebars
T
History
wycats
f4ae0c27fe
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
..
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 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
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