Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to latest eslint | kpdecker | 2015-09-01 | 1 | -1/+1 |
| | |||||
* | Add support for string and stdin precompilation | kpdecker | 2015-08-04 | 1 | -0/+46 |
| | | | Fixes #1071 | ||||
* | Simplify object assignment generation logic | kpdecker | 2015-08-04 | 1 | -0/+7 |
| | |||||
* | Convert precompiler template loading to async | kpdecker | 2015-08-04 | 1 | -27/+37 |
| | |||||
* | Refactor precompiler API into two phase | kpdecker | 2015-08-04 | 1 | -40/+58 |
| | | | Load templates and then parse them in a distinct operation. This will allow us to use other input sources such as stdin and strings. | ||||
* | Run the precompiler module through es6 toolchain | kpdecker | 2015-04-20 | 1 | -1/+1 |
| | |||||
* | Add full support for es6 | kpdecker | 2015-04-16 | 1 | -3/+1 |
| | | | | | | | | 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 | ||||
* | Add instructions for 'spec/mustache' to CONTRIBUTING.md, fix a few typos ↵ | Or Neeman | 2014-12-07 | 1 | -1/+1 |
| | | | | elsewere | ||||
* | Fix missing coverage | kpdecker | 2014-11-08 | 1 | -0/+7 |
| | |||||
* | Remove unnecessary test stub | kpdecker | 2014-11-08 | 1 | -6/+0 |
| | |||||
* | Add source map output support to the CLI | kpdecker | 2014-11-08 | 1 | -1/+15 |
| | |||||
* | Bump test coverage | kpdecker | 2014-11-08 | 1 | -1/+30 |
| | |||||
* | Move uglify include past conditional | kpdecker | 2014-08-25 | 1 | -2/+2 |
| | |||||
* | Additional test coverage cleanup | kpdecker | 2014-08-23 | 1 | -1/+18 |
| | | | Also fixes the template._child implementation which broke with the depthed work. | ||||
* | Cleanup from code coverage report | kpdecker | 2014-08-23 | 1 | -0/+30 |
| | |||||
* | Increase test coverage a touch | kpdecker | 2014-08-14 | 1 | -1/+44 |
| | |||||
* | Move precompiler test filter into describe | kpdecker | 2014-07-05 | 1 | -7/+7 |
| | | | This allows us to play nicely with in-browser tests | ||||
* | Move precompiler to safer location | kpdecker | 2014-07-05 | 1 | -0/+40 |
Attempts to avoid some of the Node vs. ES6 confusion between the different styles within the application. Also adds some simple tests in addition to the integration test. |