summaryrefslogtreecommitdiffstats
path: root/lib/handlebars/compiler/code-gen.js
Commit message (Collapse)AuthorAgeFilesLines
* Treat partial exec in a manner closer to helperskpdecker2014-11-271-1/+4
| | | This helps unify the code handling and will also be needed to support string/id tracking on partials.
* Update literal ast nodes for new speckpdecker2014-11-261-1/+1
|
* Update AST location info to match SpiderMonkeykpdecker2014-11-261-4/+4
| | | Part of #889
* Generate source mapskpdecker2014-11-081-0/+151
Allow the precompiler to generate source maps when the srcFile parameter is passed. This refactors large chunks of the code generation pipeline, allowing metadata to be associated with code chunks as well as breaking out much of the code generation logic into a separate helper.