summaryrefslogtreecommitdiffstats
path: root/spec/compiler.js
Commit message (Collapse)AuthorAgeFilesLines
* Throw exception if id tracking args are passedkpdecker2015-12-261-2/+11
| | | Fixes #1151
* Drop AST constructors in favor of JSONkpdecker2015-08-181-2/+8
| | | | | These were little more than object literal statements that were less clear due to their use of index-based arguments. Fixes #1077
* Add full support for es6kpdecker2015-04-161-6/+4
| | | | | | | | Converts the tool chain to use babel, eslint, and webpack vs. the previous proprietary solutions. Additionally begins enforcing additional linting concerns as well as updates the code to reflect these rules. Fixes #855 Fixes #993
* Rename AST objects to match type nameskpdecker2014-11-281-2/+2
|
* Add parser support for block paramsMartin Muñoz2014-11-111-2/+2
|
* Merge branch 'refactor-parser' of github.com:mmun/handlebars.js into ↵kpdecker2014-08-231-2/+2
| | | | | | | | | mmun-refactor-parser Conflicts: lib/handlebars/compiler/ast.js spec/ast.js src/handlebars.yy
* Increase test coverage a touchkpdecker2014-08-141-0/+70