aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Handle no filename in PscIde resulteric thul2016-06-121-0/+1
| | | | Resolves #58
* Reduce building of PureScript module maperic thul2016-06-121-1/+1
| | | | Resolves #59 and resolves #60
* Bumping version number to 1.0.0-rc.01.0.0-rc.0eric thul2016-05-211-2/+1
|
* Add babelified source.Alex Mingoia2016-05-131-1/+0
|
* Refactor to compile independently of purescript-webpack-plugin.Alex Mingoia2016-05-101-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 exampleeric thul2016-03-131-4/+0
|
* Splitting PSC functionality into a separate plugineric thul2015-12-251-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 publishingeric thul2015-04-121-1/+1
| | | | Resolves #7
* Rewrite using purescript for the implementationeric thul2015-04-121-0/+5
|
* Parsing module name from sourceeric thul2015-01-171-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 exampleeric thul2015-01-141-0/+1
|
* Adding basic exampleeric thul2015-01-131-0/+3
|
* Implementation of the loadereric thul2014-09-221-0/+1