Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add FFI JavaScript as a webpack dependency | eric thul | 2015-07-18 | 5 | -9/+20 |
| | | | | Resolves #18 | ||||
* | Ensure output directory exists | eric thul | 2015-07-06 | 1 | -1/+1 |
| | | | | Workaround for #15 | ||||
* | Updating for PureScript 0.7 | eric thul | 2015-07-06 | 8 | -10/+32 |
| | | | | Resolves #14 | ||||
* | Additional loader options | eric thul | 2015-05-14 | 1 | -1/+1 |
| | | | | | | | | | | | 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 | 4 | -28/+22 |
| | | | | Resolves #7 | ||||
* | Parsing module name from source | eric thul | 2015-01-17 | 6 | -20/+12 |
| | | | | | Resolves issue #3 since the the module name defined in the PureScript file is used to resolve the location of the CommonJS-generated output. | ||||
* | updating example | eric thul | 2015-01-14 | 6 | -3/+28 |
| | |||||
* | Adding basic example | eric thul | 2015-01-13 | 6 | -0/+59 |