Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor content blocks to ignore lines | kpdecker | 2014-08-25 | 1 | -57/+31 |
| | | | | | We can simplify our previous standalone determination logic by merging content blocks again. Fixes #854 | ||||
* | Cleanup from code coverage report | kpdecker | 2014-08-23 | 1 | -2/+2 |
| | |||||
* | Move strip processing into AST helper logic | kpdecker | 2014-08-23 | 1 | -18/+66 |
| | | | | | We already have to track these behaviors for the standalone parsing and rather than having two whitespace pruning implementations this moves all of the behavior into one place. Fixes #852 | ||||
* | Replace string value rather than add omit flag | kpdecker | 2014-08-23 | 1 | -2/+3 |
| | |||||
* | Merge branch 'refactor-parser' of github.com:mmun/handlebars.js into ↵ | kpdecker | 2014-08-23 | 1 | -9/+131 |
| | | | | | | | | | mmun-refactor-parser Conflicts: lib/handlebars/compiler/ast.js spec/ast.js src/handlebars.yy | ||||
* | Refactor blocks, programs and inverses | Martin Muñoz | 2014-07-29 | 1 | -0/+41 |