summaryrefslogtreecommitdiffstats
path: root/lib/handlebars/compiler/whitespace-control.js
Commit message (Collapse)AuthorAgeFilesLines
* Add decorator parsingkpdecker2015-08-221-0/+2
|
* Add whitespace control to partial block statementskpdecker2015-08-221-1/+3
|
* Add ignoreStandalone compiler optionkpdecker2015-08-131-5/+9
| | | Fixes #1072
* Update for let and optional parameterskpdecker2015-04-201-15/+15
|
* Add full support for es6kpdecker2015-04-161-13/+10
| | | | | | | | 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
* Bump code coveragekpdecker2014-12-261-0/+1
|
* Rework strip flags to make clearer at in AST levelkpdecker2014-11-281-0/+210
Rather than keeping state in the AST, which requires some gymnastics, we create a separate visitor flow which does the top down iteration necessary to calculate all of the state needed for proper whitespace control evaluation.