aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use 'spago path output' to choose default output path (#132)Daniel Harvey2019-12-161-2/+35
* Add option to include Spago sources (#126)Daniel Harvey2019-06-021-31/+38
* Don’t unnecessarily invalidate the module map (#124)Cyril Sobierajewicz2019-05-241-6/+15
* Added hooks support (#122)Rajat Sharma2019-03-101-6/+18
* Remove psModule references (#119)eric2019-01-201-3/+4
* Sourcemaps for ide rebuild (#118)eric2019-01-202-4/+3
* Update regex for 0.12.0 (#112)Michael Trotter2018-06-141-2/+2
* Fix for webpack4eric thul2018-03-171-58/+58
* Rebuild module map for new fileseric thul2017-10-031-16/+21
* Generate module map once (#105)eric2017-08-242-24/+13
* Adding source map support (#102)eric2017-08-122-1/+77
* Add options for ide commandseric thul2017-04-242-5/+8
* Fix requires and psc-package cachingeric thul2017-04-233-4/+7
* Handle multiple forced compiles on rebuilderic thul2017-04-234-20/+42
* Caching the result of psc-packageeric thul2017-04-231-22/+58
* Refactoring cache usageeric thul2017-04-235-246/+356
* Support for PureScript 0.11eric thul2017-04-236-158/+183
* 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
* | Fix rebuild for ModuleNotFounderic thul2017-03-181-1/+3
* | Adding an additional module checkeric thul2017-02-251-3/+12
* | Handle missing module and adding debuggingeric thul2017-02-253-13/+35
* | Fix typo in makeBundleJSeric thul2017-02-201-1/+1
* | Add a watch optioneric thul2017-02-192-1/+7
* | Ensure that all imported files are watchederic thul2017-02-193-65/+147
|/
* initial psc-package support (#82)Andrei Dziahel2017-02-121-4/+27
* Add psc-ide-server arguments and pass src to psc-ide-serverMichal Kozakiewicz2017-01-061-4/+5
* Emit warnings/errors to the compilation instanceeric thul2016-11-192-7/+33
* Use emitError and emitWarningeric thul2016-11-193-21/+23
* PscIde full recompile on unknown module importseric thul2016-11-191-1/+7
* Update debug statements during build/bundleeric thul2016-11-191-3/+4
* Always resolve on psc-ide rebuild failureeric thul2016-11-191-9/+4
* Don't console.log unless it is neededJavier Casas2016-11-111-3/+3
* Adding dargs dependencyeric thul2016-11-051-13/+4
* Wrapping reject values in Error objectseric thul2016-11-053-9/+9
* Fixes bundled output pathJames Yu2016-09-061-1/+1
* Clear warnings and errors after useeric thul2016-06-121-0/+2
* Handle no filename in PscIde resulteric thul2016-06-121-43/+49
* Reduce building of PureScript module maperic thul2016-06-125-355/+444
* 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-1012-315/+465