Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor to compile independently of purescript-webpack-plugin. | Alex Mingoia | 2016-05-10 | 1 | -108/+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. | ||||
* | Escape path for require | eric thul | 2016-03-14 | 1 | -4/+4 |
| | | | | Resolves #41 | ||||
* | Defers to the plugin for writing PureScript output | eric thul | 2016-03-13 | 1 | -11/+3 |
| | |||||
* | Merge branch 'master' into topic/stderr | eric thul | 2016-03-12 | 1 | -35/+26 |
|\ | |||||
| * | Handling dependencies | eric thul | 2016-03-12 | 1 | -18/+4 |
| | | |||||
| * | Handle optional bundling by the compiler | eric thul | 2016-03-08 | 1 | -20/+25 |
| | | | | | | | | Resolves ethul/purescript-webpack-plugin#9 | ||||
* | | Writes PureScript output to stderr | eric thul | 2016-03-06 | 1 | -15/+29 |
|/ | | | | Resolves #40 | ||||
* | Bumping version number to 0.6.0-beta.30.6.0-beta.3 | eric thul | 2016-02-29 | 1 | -1/+2 |
| | |||||
* | Bumping version number to 0.6.0-beta.20.6.0-beta.2 | eric thul | 2016-02-28 | 1 | -0/+2 |
| | |||||
* | Adding debug logging | eric thul | 2016-02-27 | 1 | -0/+6 |
| | |||||
* | Adds dependencies of modules process by the loader. | eric thul | 2016-02-24 | 1 | -34/+58 |
| | | | | | | | The module file path and dependency graph information is provided by the purescript-webpack-plugin. Resolves #37 | ||||
* | Updating bundle output option name | eric thul | 2015-12-25 | 1 | -1/+1 |
| | |||||
* | Splitting PSC functionality into a separate plugin | eric thul | 2015-12-25 | 1 | -93/+46 |
| | | | | | | | | 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 | ||||
* | Fixing compiler warnings | eric thul | 2015-12-20 | 1 | -1/+7 |
| | |||||
* | Remove `require-path`, use relative paths for PS | Nathan Faubion | 2015-11-02 | 1 | -21/+35 |
| | | | | | | | | 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`. | ||||
* | Compiling after adding webpack dependencies | eric thul | 2015-08-11 | 1 | -2/+2 |
| | | | | Resolves #28 | ||||
* | Add all PureScript files as webpack dependencies | eric thul | 2015-08-11 | 1 | -0/+4 |
| | | | | Resolves #26 | ||||
* | PureScript 0.7 updates and migration to pulp | eric thul | 2015-08-11 | 1 | -12/+7 |
| | |||||
* | Moving files to match module | eric thul | 2015-08-11 | 1 | -0/+106 |