Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bumping version number to 1.0.0-rc.01.0.0-rc.0 | eric thul | 2016-05-21 | 1 | -2/+1 |
| | |||||
* | Add babelified source. | Alex Mingoia | 2016-05-13 | 1 | -1/+0 |
| | |||||
* | Refactor to compile independently of purescript-webpack-plugin. | Alex Mingoia | 2016-05-10 | 1 | -7/+3 |
| | | | | | | | - 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 | -4/+0 |
| | |||||
* | 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 |