| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Similar to the way psc-ide support works, the purs-loader now tolerates
compiler errors when the `watch` option is true. When webpack is being
run in watch mode the user can set `watch` to true in order to avoid
failing the webpack bundle creation when the PureScript compiler fails.
Resolves issue #66
Resolves issue #73
Resolves issue #74
|
|
|
|
|
|
|
|
|
| |
In order to handle the case where a new PureScript file is imported, but
fails to compile, the purs-loader now tracks imports for each PureScript
file in order to append any additional imports to the resulting JS.
This ensures that webpack will watch the new file even before it
successfully compiles.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Extract deps path
* Initial psc-package support
* index.js: `pscPackage` and `src` incompatibility warning
* index.js: make use of user-provided options
* index.js: make use of user-provided options: now for pscIdeColors
* index.js: remember depsPaths call result
* index.js: implemented appending user src paths with psc-packages'
* README.md: sync changes of pscPackage behavior
Also reflect pscPackage support in "Default options" section
|
|
|
|
| |
Avoids duplication of warnings. Resolves #78
|
| |
|
| |
|
|
|
|
| |
Resolves #57
|
|
|
|
| |
Resolves #59 and resolves #60
|
|
|
|
|
|
|
|
|
| |
Adds support for PureScript 0.9.1 and newer (purescript/purescript#2151)
The `next` tag on NPM points to this pre-release. Also note that
`peerDependencies` has been removed (npm/npm#8854).
Resolves #54
|
|
|
|
| |
Resolves #52
|
|
|
|
| |
Resolves #50
|
|
|
|
|
|
|
| |
Attach a handler to the `psc-ide-client` process to capture one or more
chunks from the `data` event.
Resolves #48
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Using psc-ide-server is experimental and there may be bugs or edge-cases.
|
| |
|
|
- 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.
|