aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Fix package.jsonHEADmastereric thul2019-12-161-1/+1
|
* Update dependencieseric thul2019-12-161-812/+1397
|
* Use 'spago path output' to choose default output path (#132)Daniel Harvey2019-12-161-2/+35
| | | | | | * Use 'spago path output' * Remove eol from path
* Version 3.6.0eric thul2019-06-021-1/+1
|
* Add option to include Spago sources (#126)Daniel Harvey2019-06-022-34/+49
|
* Version 3.5.0eric thul2019-05-241-1/+1
|
* Don’t unnecessarily invalidate the module map (#124)Cyril Sobierajewicz2019-05-241-6/+15
| | | | | | | | | | | | | | | | | | | * Don’t unnecessarily invalidate the module map Additional imports in PureScript sources (compared to their JavaScript output) shouldn’t always invalidate the module map because imports of types are erased and re-exports are followed. Also `Prim.*` modules are internal to the compiler and won’t ever be present in the module map. * Don’t add imports to unused modules Otherwise the following expression ```purs hello :: Effect Unit hello = log "Hello" ``` includes the whole `Prelude` into its chunk whereas only `log` is actually needed at runtime.
* Version 3.4.0eric thul2019-03-101-1/+1
|
* Added hooks support (#122)Rajat Sharma2019-03-101-6/+18
| | | Closes #120
* Version 3.3.0eric thul2019-01-201-1/+1
|
* Remove psModule references (#119)eric2019-01-201-3/+4
| | | Resolves #110
* Sourcemaps for ide rebuild (#118)eric2019-01-203-5/+5
| | | Resolves #116
* Version 3.2.03.2.0eric thul2018-06-141-1/+1
|
* Update regex for 0.12.0 (#112)Michael Trotter2018-06-141-2/+2
|
* Version 3.1.43.1.4eric thul2018-03-171-1/+1
|
* 3.1.33.1.3eric thul2018-03-171-1/+1
|
* Fix for webpack4eric thul2018-03-171-58/+58
| | | | Resolves #103 and provides an alternative to #108
* 3.1.23.1.2eric thul2017-10-031-1/+1
|
* Rebuild module map for new fileseric thul2017-10-031-16/+21
| | | | Resolves #100
* 3.1.13.1.1eric thul2017-08-241-1/+1
|
* Generate module map once (#105)eric2017-08-242-24/+13
| | | Resolves #97
* 3.1.03.1.0eric thul2017-08-121-2/+2
|
* Adding source map support (#102)eric2017-08-122-1/+77
| | | | | | | | * Adding source map support Resolves #101 * Remove unused fs
* Version 3.0.03.0.0eric thul2017-04-251-1/+1
|
* Version 3.0.0-beta.23.0.0-beta.2eric thul2017-04-241-1/+1
|
* Add options for ide commandseric thul2017-04-243-6/+11
|
* Version 3.0.0-beta.13.0.0-beta.1eric thul2017-04-231-1/+1
|
* Fix requires and psc-package cachingeric thul2017-04-233-4/+7
|
* Version 3.0.0-beta.03.0.0-beta.0eric thul2017-04-231-1/+1
|
* Update yarn.lockeric thul2017-04-231-5/+4
|
* Handle multiple forced compiles on rebuilderic thul2017-04-234-20/+42
| | | | Resolves #90
* Caching the result of psc-packageeric thul2017-04-231-22/+58
| | | | Resolves #83
* Update READMEeric thul2017-04-231-2/+2
|
* Refactoring cache usageeric thul2017-04-236-247/+357
|
* Support for PureScript 0.11eric thul2017-04-237-159/+187
| | | | Resolves #89
* Version 2.4.22.4.2eric thul2017-04-151-1/+1
|
* Merge branch 'ryani33-fix-deprecated-warning'eric thul2017-04-152-2/+2
|\
| * Merge branch 'fix-deprecated-warning' of ↵eric thul2017-04-152-2/+2
|/| | | | | | | https://github.com/ryani33/purs-loader into ryani33-fix-deprecated-warning
| * fix deprecated warningryani332017-02-252-2/+2
| |
* | Version 2.4.12.4.1eric thul2017-03-181-1/+1
| |
* | Fix rebuild for ModuleNotFounderic thul2017-03-181-1/+3
| | | | | | | | Resolves #88
* | Merge pull request #87 from cyrbon/mastereric2017-02-251-0/+17
|\ \ | | | | | | Add troubleshooting "Error spawn ENOENT"
| * | Rephrase troubleshoting "Error `spawn ENOENT`"cyrbon2017-02-251-7/+7
| | |
| * | Add troubleshooting "Error spawn ENOENT"cyrbon2017-02-251-0/+17
|/ /
* | Version 2.4.02.4.0eric thul2017-02-251-1/+1
| |
* | Merge pull request #84 from ethul/topic/error-handlingeric2017-02-258-76/+1871
|\ \ | |/ |/| Topic/error handling
| * Version 2.4.0-beta.22.4.0-beta.2eric thul2017-02-251-1/+1
| |
| * Adding an additional module checkeric thul2017-02-251-3/+12
| |
| * Handle missing module and adding debuggingeric thul2017-02-253-13/+35
| |
| * Update README for error reportingeric thul2017-02-201-4/+27
| |