Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Escape path for require | eric thul | 2016-03-14 | 1 | -0/+9 |
| | | | | Resolves #41 | ||||
* | Defers to the plugin for writing PureScript output | eric thul | 2016-03-13 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into topic/stderr | eric thul | 2016-03-12 | 2 | -22/+4 |
|\ | |||||
| * | Handling dependencies | eric thul | 2016-03-12 | 2 | -25/+1 |
| | | |||||
| * | Handle optional bundling by the compiler | eric thul | 2016-03-08 | 1 | -1/+7 |
| | | | | | | | | Resolves ethul/purescript-webpack-plugin#9 | ||||
* | | Writes PureScript output to stderr | eric thul | 2016-03-06 | 2 | -4/+10 |
|/ | | | | Resolves #40 | ||||
* | Adding debug logging | eric thul | 2016-02-27 | 1 | -0/+9 |
| | |||||
* | Adds dependencies of modules process by the loader. | eric thul | 2016-02-24 | 2 | -0/+46 |
| | | | | | | | 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 | 7 | -74/+38 |
| | | | | | | | | 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 | ||||
* | Remove `require-path`, use relative paths for PS | Nathan Faubion | 2015-11-02 | 2 | -2/+19 |
| | | | | | | | | Fixes #15 Removes the `require-path` option and fixes it to '../'. When generating the temporary module for Webpack, use a relative path to the output directory so it doesn't need to be in `modulesDirectories`. | ||||
* | PureScript 0.7 updates and migration to pulp | eric thul | 2015-08-11 | 7 | -0/+153 |