Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add babelified source. | Alex Mingoia | 2016-05-13 | 1 | -0/+472 |
| | |||||
* | Rewrite using purescript for the implementation | eric thul | 2015-04-12 | 1 | -164/+0 |
| | |||||
* | Adding purescript imports as dependencies | eric thul | 2015-04-12 | 1 | -35/+137 |
| | | | | | | | The purescript imports are added as webpack dependencies in order to rebuild in watch mode when one of the files has changed. Resolves #4 regarding watching purescript files. | ||||
* | Parsing module name from source | eric thul | 2015-01-17 | 1 | -1/+3 |
| | | | | | Resolves issue #3 since the the module name defined in the PureScript file is used to resolve the location of the CommonJS-generated output. | ||||
* | Adding bower path | eric thul | 2015-01-14 | 1 | -1/+7 |
| | |||||
* | Obtaining output directory | eric thul | 2014-11-20 | 1 | -1/+1 |
| | | | | Resolves issues #2 | ||||
* | Removing --runtime-type-checks | eric thul | 2014-11-20 | 1 | -1/+0 |
| | | | | Resolves issue #1 | ||||
* | Implementation of the loader | eric thul | 2014-09-22 | 1 | -0/+55 |