Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Caching the result of psc-package | eric thul | 2017-04-23 | 1 | -22/+58 | |
| | | | | Resolves #83 | |||||
* | Update README | eric thul | 2017-04-23 | 1 | -2/+2 | |
| | ||||||
* | Refactoring cache usage | eric thul | 2017-04-23 | 6 | -247/+357 | |
| | ||||||
* | Support for PureScript 0.11 | eric thul | 2017-04-23 | 7 | -159/+187 | |
| | | | | Resolves #89 | |||||
* | Version 2.4.22.4.2 | eric thul | 2017-04-15 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'ryani33-fix-deprecated-warning' | eric thul | 2017-04-15 | 2 | -2/+2 | |
|\ | ||||||
| * | Merge branch 'fix-deprecated-warning' of ↵ | eric thul | 2017-04-15 | 2 | -2/+2 | |
|/| | | | | | | | https://github.com/ryani33/purs-loader into ryani33-fix-deprecated-warning | |||||
| * | fix deprecated warning | ryani33 | 2017-02-25 | 2 | -2/+2 | |
| | | ||||||
* | | Version 2.4.12.4.1 | eric thul | 2017-03-18 | 1 | -1/+1 | |
| | | ||||||
* | | Fix rebuild for ModuleNotFound | eric thul | 2017-03-18 | 1 | -1/+3 | |
| | | | | | | | | Resolves #88 | |||||
* | | Merge pull request #87 from cyrbon/master | eric | 2017-02-25 | 1 | -0/+17 | |
|\ \ | | | | | | | Add troubleshooting "Error spawn ENOENT" | |||||
| * | | Rephrase troubleshoting "Error `spawn ENOENT`" | cyrbon | 2017-02-25 | 1 | -7/+7 | |
| | | | ||||||
| * | | Add troubleshooting "Error spawn ENOENT" | cyrbon | 2017-02-25 | 1 | -0/+17 | |
|/ / | ||||||
* | | Version 2.4.02.4.0 | eric thul | 2017-02-25 | 1 | -1/+1 | |
| | | ||||||
* | | Merge pull request #84 from ethul/topic/error-handling | eric | 2017-02-25 | 8 | -76/+1871 | |
|\ \ | |/ |/| | Topic/error handling | |||||
| * | Version 2.4.0-beta.22.4.0-beta.2 | eric thul | 2017-02-25 | 1 | -1/+1 | |
| | | ||||||
| * | Adding an additional module check | eric thul | 2017-02-25 | 1 | -3/+12 | |
| | | ||||||
| * | Handle missing module and adding debugging | eric thul | 2017-02-25 | 3 | -13/+35 | |
| | | ||||||
| * | Update README for error reporting | eric thul | 2017-02-20 | 1 | -4/+27 | |
| | | ||||||
| * | Version 2.4.0-beta.12.4.0-beta.1 | eric thul | 2017-02-20 | 1 | -1/+1 | |
| | | ||||||
| * | Fix typo in makeBundleJS | eric thul | 2017-02-20 | 1 | -1/+1 | |
| | | ||||||
| * | Version 2.4.0-beta.02.4.0-beta.0 | eric thul | 2017-02-19 | 1 | -1/+1 | |
| | | ||||||
| * | Fix typo in README | eric thul | 2017-02-19 | 1 | -1/+1 | |
| | | ||||||
| * | Add a watch option | eric thul | 2017-02-19 | 3 | -1/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| * | Ensure that all imported files are watched | eric thul | 2017-02-19 | 5 | -65/+1799 | |
|/ | | | | | | | | | In order to handle the case where a new PureScript file is imported, but fails to compile, the purs-loader now tracks imports for each PureScript file in order to append any additional imports to the resulting JS. This ensures that webpack will watch the new file even before it successfully compiles. | |||||
* | Version 2.3.02.3.0 | eric thul | 2017-02-12 | 1 | -1/+1 | |
| | ||||||
* | Small update to README | eric thul | 2017-02-12 | 1 | -5/+4 | |
| | ||||||
* | initial psc-package support (#82) | Andrei Dziahel | 2017-02-12 | 2 | -7/+36 | |
| | | | | | | | | | | | | | | | | | | | | * Extract deps path * Initial psc-package support * index.js: `pscPackage` and `src` incompatibility warning * index.js: make use of user-provided options * index.js: make use of user-provided options: now for pscIdeColors * index.js: remember depsPaths call result * index.js: implemented appending user src paths with psc-packages' * README.md: sync changes of pscPackage behavior Also reflect pscPackage support in "Default options" section | |||||
* | Version 2.2.02.2.0 | eric thul | 2017-01-10 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #80 from kozak/feature/psc-ide-server-args | eric | 2017-01-09 | 2 | -5/+21 | |
|\ | | | | | Add psc-ide-server arguments and pass src to psc-ide-server | |||||
| * | Add information about potentially slowing down webpack startup | Michal Kozakiewicz | 2017-01-09 | 1 | -1/+15 | |
| | | ||||||
| * | Add psc-ide-server arguments and pass src to psc-ide-server | Michal Kozakiewicz | 2017-01-06 | 2 | -4/+6 | |
|/ | ||||||
* | Version 2.1.12.1.1 | eric thul | 2016-11-19 | 1 | -1/+1 | |
| | ||||||
* | Emit warnings/errors to the compilation instance | eric thul | 2016-11-19 | 2 | -7/+33 | |
| | | | | Avoids duplication of warnings. Resolves #78 | |||||
* | Version 2.1.02.1.0 | eric thul | 2016-11-19 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #77 from ethul/topic/psc-ide | eric | 2016-11-19 | 3 | -34/+38 | |
|\ | | | | | Topic/psc ide | |||||
| * | Use emitError and emitWarning | eric thul | 2016-11-19 | 3 | -21/+23 | |
| | | ||||||
| * | PscIde full recompile on unknown module imports | eric thul | 2016-11-19 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | Instead of forcing a recompile on an unknown value and on unknown module imports, opt to only recompile for unknown module imports. An unknown value may be a typo. Having a faster feedback loop in these cases seems ideal. | |||||
| * | Update debug statements during build/bundle | eric thul | 2016-11-19 | 1 | -3/+4 | |
| | | ||||||
| * | Always resolve on psc-ide rebuild failure | eric thul | 2016-11-19 | 1 | -9/+4 | |
|/ | | | | | | | | | | | | | | | | | | The objective of enabling psc-ide is to obtain feedback immediately from the PureScript compiler. When the loader triggers an error to webpack, the bundle is invalidated and dependencies of the PureScript file that caused the error will be passed through the loader on the next successful rebuild. However, this behaviour adds time to the feedback loop. In order to reduce the time of the PureScript compiler feedback loop when in development, this commit always resolves the rebuild process with a success. Errors and warnings are still emitted, but the webpack bundle is not invalidated. This means that the loader will only be run for the current file being editted and the developer gets immediate feedback on success or failure when psc-ide is enabled. Resolves #76 | |||||
* | Clarify dist-tags | eric thul | 2016-11-12 | 1 | -6/+2 | |
| | ||||||
* | Bumping version number to 2.0.22.0.2 | eric thul | 2016-11-12 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #75 from javcasas/master | eric | 2016-11-12 | 1 | -3/+3 | |
|\ | | | | | Don't console.log unless it is needed | |||||
| * | Don't console.log unless it is needed | Javier Casas | 2016-11-11 | 1 | -3/+3 | |
|/ | ||||||
* | Merge branch 'paluh-master' | eric thul | 2016-11-05 | 1 | -0/+2 | |
|\ | ||||||
| * | Update wording in README | eric thul | 2016-11-05 | 1 | -1/+1 | |
| | | ||||||
| * | Add info about possibility to connect to existing `psc-ide-server` | Tomasz Rybarczyk | 2016-11-05 | 1 | -0/+1 | |
| | | ||||||
| * | Add pscIdeArgs to default options list in README.md | Tomasz Rybarczyk | 2016-11-05 | 1 | -0/+1 | |
|/ | ||||||
* | Update README for PureScript 0.10 | eric thul | 2016-11-05 | 1 | -0/+2 | |
| | ||||||
* | Bumping version number to 2.0.12.0.1 | eric thul | 2016-11-05 | 1 | -1/+1 | |
| |