aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/index.js
Commit message (Expand)AuthorAgeFilesLines
* Support multiple sources directories when resolving module namesCyril Sobierajewicz2019-03-221-1/+3
* Watch foreign modules on compilation errorCyril Sobierajewicz2019-03-181-0/+13
* Extract err locations from the format introduced in `purescript@0.12.2`Cyril Sobierajewicz2019-03-041-1/+1
* Tag errors with a specific constructor to simplify their detectionCyril Sobierajewicz2018-12-031-1/+1
* Allow previous loaders to further describe errorsCyril Sobierajewicz2018-12-031-2/+4
* Annotate errors to prevent redundant parsing by other loadersCyril Sobierajewicz2018-12-031-1/+10
* Allow previous loaders to extract dependencies to watch from errorsCyril Sobierajewicz2018-12-031-0/+8
* Watch failed modules and their dependencies on compilation errorCyril Sobierajewicz2018-12-031-3/+34
* Immediately reject modules if the compilation already failedCyril Sobierajewicz2018-12-031-4/+12
* Fix for webpack4eric thul2018-03-171-58/+58
* Generate module map once (#105)eric2017-08-241-14/+0
* Adding source map support (#102)eric2017-08-121-1/+9
* Add options for ide commandseric thul2017-04-241-1/+4
* Fix requires and psc-package cachingeric thul2017-04-231-2/+5
* Handle multiple forced compiles on rebuilderic thul2017-04-231-14/+36
* Caching the result of psc-packageeric thul2017-04-231-22/+58
* Refactoring cache usageeric thul2017-04-231-68/+158
* Support for PureScript 0.11eric thul2017-04-231-13/+35
* Merge branch 'fix-deprecated-warning' of https://github.com/ryani33/purs-load...eric thul2017-04-151-1/+1
|\
| * fix deprecated warningryani332017-02-251-1/+1
* | Handle missing module and adding debuggingeric thul2017-02-251-1/+1
* | Add a watch optioneric thul2017-02-191-0/+1
* | Ensure that all imported files are watchederic thul2017-02-191-60/+1
|/
* initial psc-package support (#82)Andrei Dziahel2017-02-121-4/+27
* Emit warnings/errors to the compilation instanceeric thul2016-11-191-5/+30
* Use emitError and emitWarningeric thul2016-11-191-15/+2
* Wrapping reject values in Error objectseric thul2016-11-051-1/+1
* Clear warnings and errors after useeric thul2016-06-121-0/+2
* Reduce building of PureScript module maperic thul2016-06-121-355/+39
* Bumping version number to 2.0.0-rc.0eric thul2016-06-041-14/+19
* Escape require paths for windowseric thul2016-05-241-3/+4
* Use cross-spawn for windows supporteric thul2016-05-241-1/+1
* Handler for multiple psc-ide-client data eventseric thul2016-05-241-4/+18
* 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
* 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