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 | -4/+72 |
| | | | Fixes #1071 | ||||
* | Simplify object assignment generation logic | kpdecker | 2015-08-04 | 1 | -14/+9 |
| | |||||
* | Convert precompiler template loading to async | kpdecker | 2015-08-04 | 1 | -41/+64 |
| | |||||
* | Refactor precompiler API into two phase | kpdecker | 2015-08-04 | 1 | -71/+83 |
| | | | 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 | -18/+16 |
| | |||||
* | Add full support for es6 | kpdecker | 2015-04-16 | 1 | -9/+9 |
| | | | | | | | | 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 | ||||
* | Remove unused vars and add jshint checking | kpdecker | 2014-12-16 | 1 | -1/+0 |
| | |||||
* | Add instructions for 'spec/mustache' to CONTRIBUTING.md, fix a few typos ↵ | Or Neeman | 2014-12-07 | 1 | -1/+1 |
| | | | | elsewere | ||||
* | Add source map output support to the CLI | kpdecker | 2014-11-08 | 1 | -20/+57 |
| | |||||
* | Cleanup from code coverage report | kpdecker | 2014-08-23 | 1 | -3/+3 |
| | |||||
* | Move precompiler to safer location | kpdecker | 2014-07-05 | 1 | -0/+144 |
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. |