aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.js
Commit message (Collapse)AuthorAgeFilesLines
* Add babelified source.Alex Mingoia2016-05-131-0/+472
|
* Rewrite using purescript for the implementationeric thul2015-04-121-164/+0
|
* Adding purescript imports as dependencieseric thul2015-04-121-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 sourceeric thul2015-01-171-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 patheric thul2015-01-141-1/+7
|
* Obtaining output directoryeric thul2014-11-201-1/+1
| | | | Resolves issues #2
* Removing --runtime-type-checkseric thul2014-11-201-1/+0
| | | | Resolves issue #1
* Implementation of the loadereric thul2014-09-221-0/+55