aboutsummaryrefslogtreecommitdiffhomepage
path: root/bower.json
Commit message (Collapse)AuthorAgeFilesLines
* Refactor to compile independently of purescript-webpack-plugin.Alex Mingoia2016-05-101-10/+0
| | | | | | | - Remove dependence on purescript-webpack-plugin - Fixes double-compilation issue by loading compiled JS instead of adding dependency. - Uses `psc-ide-server` for fast rebuilds.
* Defers to the plugin for writing PureScript outputeric thul2016-03-131-2/+1
|
* Writes PureScript output to stderreric thul2016-03-061-1/+2
| | | | Resolves #40
* Adds dependencies of modules process by the loader.eric thul2016-02-241-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 plugineric thul2015-12-251-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 compilerNathan Faubion2015-11-021-3/+3
|
* PureScript 0.7 updates and migration to pulperic thul2015-08-111-11/+3
|
* Optimizing dependency list generationeric thul2015-05-021-1/+2
| | | | | | | 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-121-0/+16