aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Psc.js
Commit message (Collapse)AuthorAgeFilesLines
* Add a watch optioneric thul2017-02-191-1/+6
| | | | | | | | | | | | | 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
* Emit warnings/errors to the compilation instanceeric thul2016-11-191-2/+3
| | | | Avoids duplication of warnings. Resolves #78
* Use emitError and emitWarningeric thul2016-11-191-3/+12
|
* Update debug statements during build/bundleeric thul2016-11-191-3/+4
|
* Don't console.log unless it is neededJavier Casas2016-11-111-3/+3
|
* Wrapping reject values in Error objectseric thul2016-11-051-2/+2
|
* Fixes bundled output pathJames Yu2016-09-061-1/+1
|
* Reduce building of PureScript module maperic thul2016-06-121-0/+92
Resolves #59 and resolves #60