Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update install instructions | Cyril Sobierajewicz | 2018-12-03 | 1 | -8/+1 |
| | |||||
* | Add options for ide commands | eric thul | 2017-04-24 | 1 | -1/+3 |
| | |||||
* | Update README | eric thul | 2017-04-23 | 1 | -2/+2 |
| | |||||
* | Support for PureScript 0.11 | eric thul | 2017-04-23 | 1 | -1/+4 |
| | | | | Resolves #89 | ||||
* | Rephrase troubleshoting "Error `spawn ENOENT`" | cyrbon | 2017-02-25 | 1 | -7/+7 |
| | |||||
* | Add troubleshooting "Error spawn ENOENT" | cyrbon | 2017-02-25 | 1 | -0/+17 |
| | |||||
* | Update README for error reporting | eric thul | 2017-02-20 | 1 | -4/+27 |
| | |||||
* | Fix typo in README | eric thul | 2017-02-19 | 1 | -1/+1 |
| | |||||
* | Add a watch option | eric thul | 2017-02-19 | 1 | -0/+1 |
| | | | | | | | | | | | | | 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 | ||||
* | Small update to README | eric thul | 2017-02-12 | 1 | -5/+4 |
| | |||||
* | initial psc-package support (#82) | Andrei Dziahel | 2017-02-12 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | 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 | 1 | -0/+1 |
| | |||||
* | Clarify dist-tags | eric thul | 2016-11-12 | 1 | -6/+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.0-rc.12.0.0-rc.1 | eric thul | 2016-06-12 | 1 | -0/+4 |
| | |||||
* | Bumping version number to 2.0.0-rc.0 | eric thul | 2016-06-04 | 1 | -7/+4 |
| | | | | | | | | | Adds support for PureScript 0.9.1 and newer (purescript/purescript#2151) The `next` tag on NPM points to this pre-release. Also note that `peerDependencies` has been removed (npm/npm#8854). Resolves #54 | ||||
* | Bumping version number to 1.0.01.0.0 | eric thul | 2016-06-03 | 1 | -1/+1 |
| | |||||
* | Bumping version number to 1.0.0-rc.01.0.0-rc.0 | eric thul | 2016-05-21 | 1 | -1/+3 |
| | |||||
* | Disable instant psc-ide rebuilds by default. | Alex Mingoia | 2016-05-12 | 1 | -0/+8 |
| | | | | Using psc-ide-server is experimental and there may be bugs or edge-cases. | ||||
* | Refactor to compile independently of purescript-webpack-plugin. | Alex Mingoia | 2016-05-10 | 1 | -3/+49 |
| | | | | | | | - Remove dependence on purescript-webpack-plugin - Fixes double-compilation issue by loading compiled JS instead of adding dependency. - Uses `psc-ide-server` for fast rebuilds. | ||||
* | Extracting out the example | eric thul | 2016-03-13 | 1 | -33/+1 |
| | |||||
* | Handle optional bundling by the compiler | eric thul | 2016-03-08 | 1 | -6/+0 |
| | | | | Resolves ethul/purescript-webpack-plugin#9 | ||||
* | Updating bundle output option name | eric thul | 2015-12-25 | 1 | -1/+1 |
| | |||||
* | Splitting PSC functionality into a separate plugin | eric thul | 2015-12-25 | 1 | -56/+13 |
| | | | | | | | | The loader creates shim modules that reference their corresponding PureScript module that is bundled by the PureScript webpack plugin, which invokes `psc` and `psc-bundle`. Resolves #31 and resolves #32 | ||||
* | Remove `require-path`, use relative paths for PS | Nathan Faubion | 2015-11-02 | 1 | -8/+1 |
| | | | | | | | | Fixes #15 Removes the `require-path` option and fixes it to '../'. When generating the temporary module for Webpack, use a relative path to the output directory so it doesn't need to be in `modulesDirectories`. | ||||
* | Generate .psci file | eric thul | 2015-07-06 | 1 | -0/+4 |
| | | | | Resolves #11 | ||||
* | Updating for PureScript 0.7 | eric thul | 2015-07-06 | 1 | -1/+49 |
| | | | | Resolves #14 | ||||
* | Additional loader options | eric thul | 2015-05-14 | 1 | -12/+35 |
| | | | | | | | | | | | Adds the `psc-make` options `comments` and `no-prefix`. Also, an internal option `src` has been added that is used to specify the source paths of `PureScript` files that will be globbed for compilation. By default the `bower_components` path is globbed, but the loader requires that the source paths be provided for the user's code. Resolves #12 | ||||
* | Updating example and adding publishing | eric thul | 2015-04-12 | 1 | -1/+1 |
| | | | | Resolves #7 | ||||
* | Updating README | eric thul | 2015-01-17 | 1 | -24/+1 |
| | |||||
* | Removing --runtime-type-checks | eric thul | 2014-11-20 | 1 | -2/+0 |
| | | | | Resolves issue #1 | ||||
* | Updating README | eric thul | 2014-09-22 | 1 | -3/+1 |
| | |||||
* | Implementation of the loader | eric thul | 2014-09-22 | 1 | -0/+57 |