summaryrefslogtreecommitdiffstats
path: root/lib/precompiler.js
Commit message (Collapse)AuthorAgeFilesLines
* Update to latest eslintkpdecker2015-09-011-1/+1
|
* Add support for string and stdin precompilationkpdecker2015-08-041-4/+72
| | | Fixes #1071
* Simplify object assignment generation logickpdecker2015-08-041-14/+9
|
* Convert precompiler template loading to asynckpdecker2015-08-041-41/+64
|
* Refactor precompiler API into two phasekpdecker2015-08-041-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 toolchainkpdecker2015-04-201-18/+16
|
* Add full support for es6kpdecker2015-04-161-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 checkingkpdecker2014-12-161-1/+0
|
* Add instructions for 'spec/mustache' to CONTRIBUTING.md, fix a few typos ↵Or Neeman2014-12-071-1/+1
| | | | elsewere
* Add source map output support to the CLIkpdecker2014-11-081-20/+57
|
* Cleanup from code coverage reportkpdecker2014-08-231-3/+3
|
* Move precompiler to safer locationkpdecker2014-07-051-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.