aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/PursLoader
Commit message (Collapse)AuthorAgeFilesLines
* Refactor to compile independently of purescript-webpack-plugin.Alex Mingoia2016-05-108-186/+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-141-0/+9
| | | | Resolves #41
* Defers to the plugin for writing PureScript outputeric thul2016-03-131-1/+1
|
* Merge branch 'master' into topic/stderreric thul2016-03-122-22/+4
|\
| * Handling dependencieseric thul2016-03-122-25/+1
| |
| * Handle optional bundling by the compilereric thul2016-03-081-1/+7
| | | | | | | | Resolves ethul/purescript-webpack-plugin#9
* | Writes PureScript output to stderreric thul2016-03-062-4/+10
|/ | | | Resolves #40
* Adding debug loggingeric thul2016-02-271-0/+9
|
* Adds dependencies of modules process by the loader.eric thul2016-02-242-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 plugineric thul2015-12-257-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 PSNathan Faubion2015-11-022-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 pulperic thul2015-08-117-0/+153