aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add FFI JavaScript as a webpack dependencyeric thul2015-07-183-3/+79
| | | | Resolves #18
* Capturing stderr on psc invocationeric thul2015-07-181-2/+12
| | | | Resolves #17
* Generate .psci fileeric thul2015-07-065-16/+114
| | | | Resolves #11
* Updating for PureScript 0.7eric thul2015-07-067-246/+42
| | | | Resolves #14
* Additional loader optionseric thul2015-05-142-30/+57
| | | | | | | | | | | Adds the `psc-make` options `comments` and `no-prefix`. Also, an internal option `src` has been added that is used to specify the source paths of `PureScript` files that will be globbed for compilation. By default the `bower_components` path is globbed, but the loader requires that the source paths be provided for the user's code. Resolves #12
* Optimizing dependency list generationeric thul2015-05-021-6/+13
| | | | | | | Improving the generation of the dependencies in `mkDeps` to avoid a `RangeError` on large inputs. Resolves #9
* Rewrite using purescript for the implementationeric thul2015-04-129-0/+436