summaryrefslogtreecommitdiffstats
path: root/spec/precompiler.js
Commit message (Collapse)AuthorAgeFilesLines
* Update to latest eslintkpdecker2015-09-011-1/+1
|
* Add support for string and stdin precompilationkpdecker2015-08-041-0/+46
| | | Fixes #1071
* Simplify object assignment generation logickpdecker2015-08-041-0/+7
|
* Convert precompiler template loading to asynckpdecker2015-08-041-27/+37
|
* Refactor precompiler API into two phasekpdecker2015-08-041-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 toolchainkpdecker2015-04-201-1/+1
|
* Add full support for es6kpdecker2015-04-161-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 Neeman2014-12-071-1/+1
| | | | elsewere
* Fix missing coveragekpdecker2014-11-081-0/+7
|
* Remove unnecessary test stubkpdecker2014-11-081-6/+0
|
* Add source map output support to the CLIkpdecker2014-11-081-1/+15
|
* Bump test coveragekpdecker2014-11-081-1/+30
|
* Move uglify include past conditionalkpdecker2014-08-251-2/+2
|
* Additional test coverage cleanupkpdecker2014-08-231-1/+18
| | | Also fixes the template._child implementation which broke with the depthed work.
* Cleanup from code coverage reportkpdecker2014-08-231-0/+30
|
* Increase test coverage a touchkpdecker2014-08-141-1/+44
|
* Move precompiler test filter into describekpdecker2014-07-051-7/+7
| | | This allows us to play nicely with in-browser tests
* Move precompiler to safer locationkpdecker2014-07-051-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.