Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Writes PureScript output to stderr | eric thul | 2016-03-06 | 1 | -1/+2 |
| | | | | Resolves #40 | ||||
* | Adds dependencies of modules process by the loader. | eric thul | 2016-02-24 | 1 | -2/+2 |
| | | | | | | | The module file path and dependency graph information is provided by the purescript-webpack-plugin. Resolves #37 | ||||
* | Splitting PSC functionality into a separate plugin | eric thul | 2015-12-25 | 1 | -2/+3 |
| | | | | | | | | The loader creates shim modules that reference their corresponding PureScript module that is bundled by the PureScript webpack plugin, which invokes `psc` and `psc-bundle`. Resolves #31 and resolves #32 | ||||
* | Update bower deps for latest PS compiler | Nathan Faubion | 2015-11-02 | 1 | -3/+3 |
| | |||||
* | PureScript 0.7 updates and migration to pulp | eric thul | 2015-08-11 | 1 | -11/+3 |
| | |||||
* | Optimizing dependency list generation | eric thul | 2015-05-02 | 1 | -1/+2 |
| | | | | | | | Improving the generation of the dependencies in `mkDeps` to avoid a `RangeError` on large inputs. Resolves #9 | ||||
* | Rewrite using purescript for the implementation | eric thul | 2015-04-12 | 1 | -0/+16 |