aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/index.js
Commit message (Collapse)AuthorAgeFilesLines
* Clear warnings and errors after useeric thul2016-06-121-0/+2
| | | | Resolves #57
* Reduce building of PureScript module maperic thul2016-06-121-355/+39
| | | | Resolves #59 and resolves #60
* Bumping version number to 2.0.0-rc.0eric thul2016-06-041-14/+19
| | | | | | | | | 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
* Escape require paths for windowseric thul2016-05-241-3/+4
| | | | Resolves #52
* Use cross-spawn for windows supporteric thul2016-05-241-1/+1
| | | | Resolves #50
* Handler for multiple psc-ide-client data eventseric thul2016-05-241-4/+18
| | | | | | | Attach a handler to the `psc-ide-client` process to capture one or more chunks from the `data` event. Resolves #48
* Reference source ffi module instead of output ffi module.Alex Mingoia2016-05-211-15/+24
|
* Correctly parse boolean options.Alex Mingoia2016-05-141-1/+1
|
* Do not assume line-delimited psc output.Alex Mingoia2016-05-141-9/+10
|
* Use more descriptive names for compile state.Alex Mingoia2016-05-141-8/+8
|
* Disable instant psc-ide rebuilds by default.Alex Mingoia2016-05-121-14/+20
| | | | Using psc-ide-server is experimental and there may be bugs or edge-cases.
* Recompile on when psc-client-ide receives UnknownModule.Alex Mingoia2016-05-101-2/+2
|
* Refactor to compile independently of purescript-webpack-plugin.Alex Mingoia2016-05-101-0/+465
- 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.