summaryrefslogtreecommitdiffstats
path: root/lib/handlebars/compiler/helpers.js
Commit message (Collapse)AuthorAgeFilesLines
* Bump test coveragekpdecker2014-11-081-1/+2
|
* Allow whitespace control on commentskpdecker2014-11-021-0/+5
| | | | | This changes the call signature for the CommentNode constructor, which is a potentially breaking change for AST users. Fixes #866
* Refactor content blocks to ignore lineskpdecker2014-08-251-57/+31
| | | | | We can simplify our previous standalone determination logic by merging content blocks again. Fixes #854
* Cleanup from code coverage reportkpdecker2014-08-231-2/+2
|
* Move strip processing into AST helper logickpdecker2014-08-231-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 flagkpdecker2014-08-231-2/+3
|
* Merge branch 'refactor-parser' of github.com:mmun/handlebars.js into ↵kpdecker2014-08-231-9/+131
| | | | | | | | | mmun-refactor-parser Conflicts: lib/handlebars/compiler/ast.js spec/ast.js src/handlebars.yy
* Refactor blocks, programs and inversesMartin Muñoz2014-07-291-0/+41