Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Throw exception if id tracking args are passed | kpdecker | 2015-12-26 | 1 | -2/+11 |
| | | | Fixes #1151 | ||||
* | Drop AST constructors in favor of JSON | kpdecker | 2015-08-18 | 1 | -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 es6 | kpdecker | 2015-04-16 | 1 | -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 names | kpdecker | 2014-11-28 | 1 | -2/+2 |
| | |||||
* | Add parser support for block params | Martin Muñoz | 2014-11-11 | 1 | -2/+2 |
| | |||||
* | Merge branch 'refactor-parser' of github.com:mmun/handlebars.js into ↵ | kpdecker | 2014-08-23 | 1 | -2/+2 |
| | | | | | | | | | mmun-refactor-parser Conflicts: lib/handlebars/compiler/ast.js spec/ast.js src/handlebars.yy | ||||
* | Increase test coverage a touch | kpdecker | 2014-08-14 | 1 | -0/+70 |