aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/PursLoader
Commit message (Collapse)AuthorAgeFilesLines
* Refactor to compile independently of purescript-webpack-plugin.Alex Mingoia2016-05-1011-315/+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 requireeric thul2016-03-143-4/+14
| | | | Resolves #41
* Defers to the plugin for writing PureScript outputeric thul2016-03-132-12/+4
|
* Merge branch 'master' into topic/stderreric thul2016-03-128-114/+31
|\
| * Handling dependencieseric thul2016-03-124-46/+6
| |
| * Handle optional bundling by the compilereric thul2016-03-087-72/+29
| | | | | | | | Resolves ethul/purescript-webpack-plugin#9
* | Writes PureScript output to stderreric thul2016-03-062-16/+30
|/ | | | Resolves #40
* Bumping version number to 0.6.0-beta.30.6.0-beta.3eric thul2016-02-291-1/+2
|
* Bumping version number to 0.6.0-beta.20.6.0-beta.2eric thul2016-02-281-0/+2
|
* Adding debug loggingeric thul2016-02-273-0/+27
|
* Adds dependencies of modules process by the loader.eric thul2016-02-244-35/+128
| | | | | | | The module file path and dependency graph information is provided by the purescript-webpack-plugin. Resolves #37
* Updating bundle output option nameeric thul2015-12-252-9/+9
|
* Splitting PSC functionality into a separate plugineric thul2015-12-2511-395/+91
| | | | | | | | 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 warningseric thul2015-12-203-5/+20
|
* Remove `require-path`, use relative paths for PSNathan Faubion2015-11-023-40/+66
| | | | | | | | 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 dependencieseric thul2015-08-111-2/+2
| | | | Resolves #28
* Add all PureScript files as webpack dependencieseric thul2015-08-112-0/+6
| | | | Resolves #26
* PureScript 0.7 updates and migration to pulperic thul2015-08-1113-172/+232
|
* Moving files to match moduleeric thul2015-08-117-0/+456