summaryrefslogtreecommitdiffstats
path: root/lib/handlebars/compiler/javascript-compiler.js
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #684 from blakeembrey/javascript-variableKevin Decker2013-12-251-1/+1
|\ | | | | Allow any number of trailing characters for valid JavaScript variable
| * Allow any number of trailing characters.Blake Embrey2013-12-241-1/+1
| |
* | Expose compilerInfo and checkRevision as APIskpdecker2013-12-231-3/+7
| | | | | | Fixes #656
* | Protect context-lookups from undefined valueskpdecker2013-11-031-3/+15
| | | | | | | | Fixes #166 Fixes #587
* | Implement strip opcodekpdecker2013-10-141-0/+19
| |
* | Defer content outputkpdecker2013-10-141-2/+19
| | | | | | | | Allows for stripping of the content after the fact.
* | Kill unused functionskpdecker2013-10-141-9/+0
| |
* | Push Source helper methodkpdecker2013-10-141-11/+15
| |
* | Fix argument not found errorkpdecker2013-10-141-1/+1
| |
* | Pass options hash to context function execkpdecker2013-10-141-1/+1
| | | | | | Fixes #599
* | Use proper default vs. module import semanticskpdecker2013-10-011-1/+2
| |
* | Update logger for es6 moduleskpdecker2013-09-301-13/+4
| |
* | Merge commit '87b5d4ee61605b026506e92c9e8873d867c5f150' into es6-moduleskpdecker2013-09-021-3/+3
|\ \ | |/ | | | | | | | | | | | | Conflicts: dist/handlebars.js dist/handlebars.runtime.js lib/handlebars/base.js lib/handlebars/utils.js
| * Remove unused varkpdecker2013-07-301-3/+3
| |
* | Further progress towards modularization.Yehuda Katz2013-07-241-4/+13
| | | | | | | | | | At this point, I have only 2 fails in the Node build, but I'm doing a bunch of manual stuff locally and still have a bunch of hacks.
* | Building an AMD fileYehuda Katz2013-07-161-2/+1
| |
* | Initial work on ES6 modulesYehuda Katz2013-07-011-18/+6
|/
* Break JavascriptCompiler into standalone filekpdecker2013-06-031-0/+856