Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add decorator parsing | kpdecker | 2015-08-22 | 1 | -0/+2 |
| | |||||
* | Add whitespace control to partial block statements | kpdecker | 2015-08-22 | 1 | -1/+3 |
| | |||||
* | Add ignoreStandalone compiler option | kpdecker | 2015-08-13 | 1 | -5/+9 |
| | | | Fixes #1072 | ||||
* | Update for let and optional parameters | kpdecker | 2015-04-20 | 1 | -15/+15 |
| | |||||
* | Add full support for es6 | kpdecker | 2015-04-16 | 1 | -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 coverage | kpdecker | 2014-12-26 | 1 | -0/+1 |
| | |||||
* | Rework strip flags to make clearer at in AST level | kpdecker | 2014-11-28 | 1 | -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. |