summaryrefslogtreecommitdiffstats
path: root/spec/expected
Commit message (Collapse)AuthorAgeFilesLines
* Rev runtime compiler revisionkpdecker2015-09-011-1/+1
|
* Pass container rather than exec as contextkpdecker2015-08-181-1/+1
| | | There is no real need for us to do `.call(container` other than for backwards compatibility with legacy versions. Using the 4.x release as a chance to optimize this behavior.
* Generate source mapskpdecker2014-11-081-1/+1
| | | | | | 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.
* Rev runtime versionkpdecker2014-08-251-1/+1
|
* Update compiler revision infokpdecker2014-02-101-1/+1
|
* Optimize buffer generate first and all edge caseskpdecker2014-02-091-3/+2
|
* Convert template spec to object literalkpdecker2014-02-061-6/+2
| | | This allows for metadata to be associated with the template and a simplification of the template init logic.
* Expose the initial context via @rootkpdecker2014-01-151-1/+1
|
* Add simple binary utility testskpdecker2013-11-051-0/+11