Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Splitting PSC functionality into a separate plugin | eric thul | 2015-12-25 | 1 | -0/+2 |
| | | | | | | | | 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 | ||||
* | Updating example and adding publishing | eric thul | 2015-04-12 | 1 | -1/+1 |
| | | | | Resolves #7 | ||||
* | Rewrite using purescript for the implementation | eric thul | 2015-04-12 | 1 | -0/+5 |
| | |||||
* | Parsing module name from source | eric thul | 2015-01-17 | 1 | -0/+1 |
| | | | | | 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 | 1 | -0/+1 |
| | |||||
* | Adding basic example | eric thul | 2015-01-13 | 1 | -0/+3 |
| | |||||
* | Implementation of the loader | eric thul | 2014-09-22 | 1 | -0/+1 |