| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
The module file path and dependency graph information is provided by the
purescript-webpack-plugin.
Resolves #37
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
| |
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`.
|
|
|
|
| |
Resolves #28
|
|
|
|
| |
Resolves #26
|
| |
|
| |
|
|
|
|
| |
Resolves #24
|
|
|
|
| |
Resolves #18
|
|
|
|
| |
Resolves #17
|
|
|
|
| |
Resolves #11
|
|
|
|
| |
Resolves #14
|
|
|
|
|
|
|
|
|
|
|
| |
Adds the `psc-make` options `comments` and `no-prefix`. Also, an
internal option `src` has been added that is used to specify the source
paths of `PureScript` files that will be globbed for compilation.
By default the `bower_components` path is globbed, but the loader
requires that the source paths be provided for the user's code.
Resolves #12
|
|
|
|
|
|
|
| |
Improving the generation of the dependencies in `mkDeps` to avoid a
`RangeError` on large inputs.
Resolves #9
|
|
|