Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Splitting PSC functionality into a separate plugin | eric thul | 2015-12-25 | 22 | -530/+149 |
| | | | | | | | | 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 | ||||
* | Fixing compiler warnings | eric thul | 2015-12-20 | 4 | -10/+25 |
| | |||||
* | Bumping version number to 0.4.00.4.0 | eric thul | 2015-11-07 | 1 | -1/+1 |
| | |||||
* | Merge pull request #30 from natefaubion/fix-paths | eric | 2015-11-07 | 8 | -55/+90 |
|\ | | | | | Fix paths | ||||
| * | Update example webpack.config | Nathan Faubion | 2015-11-07 | 1 | -2/+1 |
| | | |||||
| * | Remove `require-path`, use relative paths for PS | Nathan Faubion | 2015-11-02 | 6 | -50/+86 |
| | | | | | | | | | | | | | | | | 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`. | ||||
| * | Update bower deps for latest PS compiler | Nathan Faubion | 2015-11-02 | 1 | -3/+3 |
|/ | |||||
* | Bumping version number to 0.3.40.3.4 | eric thul | 2015-08-11 | 1 | -1/+1 |
| | |||||
* | Merge pull request #29 from ethul/topic/issue-28 | eric | 2015-08-11 | 1 | -2/+2 |
|\ | | | | | Compiling after adding webpack dependencies | ||||
| * | Compiling after adding webpack dependencies | eric thul | 2015-08-11 | 1 | -2/+2 |
|/ | | | | Resolves #28 | ||||
* | Bumping version number to 0.3.30.3.3 | eric thul | 2015-08-11 | 1 | -1/+1 |
| | |||||
* | Remove gulpfile.js | eric thul | 2015-08-11 | 1 | -68/+0 |
| | |||||
* | Merge pull request #27 from ethul/topic/issue-26 | eric | 2015-08-11 | 28 | -428/+456 |
|\ | | | | | Topic/issue 26 | ||||
| * | Add all PureScript files as webpack dependencies | eric thul | 2015-08-11 | 3 | -3/+7 |
| | | | | | | | | Resolves #26 | ||||
| * | PureScript 0.7 updates and migration to pulp | eric thul | 2015-08-11 | 23 | -363/+391 |
| | | |||||
| * | Moving files to match module | eric thul | 2015-08-11 | 8 | -7/+3 |
|/ | |||||
* | Bumping version number to 0.3.20.3.2 | eric thul | 2015-07-20 | 1 | -1/+1 |
| | |||||
* | Merge pull request #25 from ethul/topic/issue-24 | eric | 2015-07-20 | 2 | -3/+10 |
|\ | | | | | Ensure purescript error is displayed | ||||
| * | Ensure purescript error is displayed | eric thul | 2015-07-20 | 2 | -3/+10 |
|/ | | | | Resolves #24 | ||||
* | Bumping version number to 0.3.10.3.1 | eric thul | 2015-07-18 | 1 | -1/+1 |
| | |||||
* | Merge pull request #20 from ethul/topic/issue-18 | eric | 2015-07-18 | 8 | -12/+99 |
|\ | | | | | Add FFI JavaScript as a webpack dependency | ||||
| * | Add FFI JavaScript as a webpack dependency | eric thul | 2015-07-18 | 8 | -12/+99 |
|/ | | | | Resolves #18 | ||||
* | Merge pull request #19 from ethul/topic/issue-17 | eric | 2015-07-18 | 1 | -2/+12 |
|\ | | | | | Capturing stderr on psc invocation | ||||
| * | Capturing stderr on psc invocation | eric thul | 2015-07-18 | 1 | -2/+12 |
|/ | | | | Resolves #17 | ||||
* | Bumping version number to 0.3.00.3.0 | eric thul | 2015-07-07 | 1 | -1/+1 |
| | |||||
* | Merge pull request #16 from ethul/topic/issue-11-and-14 | eric | 2015-07-06 | 20 | -303/+206 |
|\ | | | | | Topic/issue 11 and 14 | ||||
| * | Updating module documentation | eric thul | 2015-07-06 | 1 | -83/+14 |
| | | |||||
| * | Generate .psci file | eric thul | 2015-07-06 | 8 | -19/+125 |
| | | | | | | | | Resolves #11 | ||||
| * | 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 | 16 | -257/+123 |
|/ | | | | Resolves #14 | ||||
* | Bumping version number to 0.2.10.2.1 | eric thul | 2015-05-14 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:ethul/purs-loader | eric thul | 2015-05-14 | 5 | -43/+114 |
|\ | |||||
| * | Merge pull request #13 from ethul/topic/issue-12 | eric | 2015-05-14 | 5 | -43/+114 |
| |\ | | | | | | | Additional loader options | ||||
| | * | Additional loader options | eric thul | 2015-05-14 | 5 | -43/+114 |
| |/ | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* / | Bumping version number to 0.2.00.2.0 | eric thul | 2015-05-14 | 1 | -1/+1 |
|/ | |||||
* | Bumping version number to 0.1.10.1.1 | eric thul | 2015-05-02 | 1 | -1/+1 |
| | |||||
* | Merge pull request #10 from ethul/topic/issue-9 | eric | 2015-05-02 | 3 | -8/+16 |
|\ | | | | | Topic/issue 9 | ||||
| * | Optimizing dependency list generation | eric thul | 2015-05-02 | 2 | -7/+15 |
| | | | | | | | | | | | | | | Improving the generation of the dependencies in `mkDeps` to avoid a `RangeError` on large inputs. Resolves #9 | ||||
| * | Bumping dependency versions | eric thul | 2015-05-01 | 1 | -1/+1 |
|/ | |||||
* | Bumping version number to 0.1.00.1.0 | eric thul | 2015-04-12 | 1 | -1/+1 |
| | |||||
* | Merge pull request #8 from ethul/topic/purescript-rewrite | eric | 2015-04-12 | 24 | -109/+840 |
|\ | | | | | Topic/purescript rewrite | ||||
| * | Removing npmignore | eric thul | 2015-04-12 | 1 | -1/+0 |
| | | |||||
| * | Updating example and adding publishing | eric thul | 2015-04-12 | 8 | -32/+27 |
| | | | | | | | | Resolves #7 | ||||
| * | Rewrite using purescript for the implementation | eric thul | 2015-04-12 | 17 | -179/+814 |
| | | |||||
| * | Adding purescript imports as dependencies | eric thul | 2015-04-12 | 1 | -35/+137 |
|/ | | | | | | | The purescript imports are added as webpack dependencies in order to rebuild in watch mode when one of the files has changed. Resolves #4 regarding watching purescript files. | ||||
* | Bumping version number to 0.0.30.0.3 | eric thul | 2015-01-17 | 1 | -1/+1 |
| | |||||
* | Merge pull request #6 from ethul/topic/bower-components | eric | 2015-01-17 | 12 | -48/+52 |
|\ | | | | | Topic/bower components | ||||
| * | Updating README | eric thul | 2015-01-17 | 1 | -24/+1 |
| | | |||||
| * | Parsing module name from source | eric thul | 2015-01-17 | 8 | -21/+16 |
| | | | | | | | | | | 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 | 7 | -3/+29 |
| | |