Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Extracting out the example | eric thul | 2016-03-13 | 16 | -170/+1 | |
| | | ||||||
| * | Defers to the plugin for writing PureScript output | eric thul | 2016-03-13 | 4 | -15/+6 | |
|/ | ||||||
* | Bumping version number to 0.6.0-beta.40.6.0-beta.4 | eric thul | 2016-03-12 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #42 from ethul/topic/stderr | eric | 2016-03-12 | 5 | -19/+40 | |
|\ | | | | | Writes PureScript output to stderr | |||||
| * | Merge branch 'master' into topic/stderr | eric thul | 2016-03-12 | 12 | -144/+36 | |
| |\ | |/ |/| | ||||||
* | | Merge pull request #43 from ethul/topic/optional-bundle | eric | 2016-03-12 | 12 | -143/+35 | |
|\ \ | | | | | | | Handle optional bundling by the compiler | |||||
| * | | Handling dependencies | eric thul | 2016-03-12 | 6 | -71/+7 | |
| | | | ||||||
| * | | Handle optional bundling by the compiler | eric thul | 2016-03-08 | 10 | -81/+37 | |
|/ / | | | | | | | Resolves ethul/purescript-webpack-plugin#9 | |||||
| * | Writes PureScript output to stderr | eric thul | 2016-03-06 | 5 | -21/+42 | |
|/ | | | | Resolves #40 | |||||
* | Bumping version number to 0.6.0-beta.30.6.0-beta.3 | eric thul | 2016-02-29 | 2 | -2/+3 | |
| | ||||||
* | Bumping version number to 0.6.0-beta.20.6.0-beta.2 | eric thul | 2016-02-28 | 2 | -1/+3 | |
| | ||||||
* | Bumping version number to 0.6.0-beta.10.6.0-beta.1 | eric thul | 2016-02-27 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #39 from ethul/topic/debug | eric | 2016-02-27 | 5 | -0/+37 | |
|\ | | | | | Adding debug logging | |||||
| * | Adding debug logging | eric thul | 2016-02-27 | 5 | -0/+37 | |
|/ | ||||||
* | Bumping version number to 0.6.0-beta.00.6.0-beta.0 | eric thul | 2016-02-25 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #38 from ethul/topic/dependency-graph | eric | 2016-02-25 | 11 | -39/+202 | |
|\ | | | | | Topic/dependency graph | |||||
| * | Updating example | eric thul | 2016-02-24 | 4 | -2/+26 | |
| | | ||||||
| * | Adds dependencies of modules process by the loader. | eric thul | 2016-02-24 | 7 | -37/+176 | |
|/ | | | | | | | The module file path and dependency graph information is provided by the purescript-webpack-plugin. Resolves #37 | |||||
* | Bumping version number to 0.5.00.5.0 | eric thul | 2016-01-19 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #34 from ethul/topic/psc-webpack-plugin | eric | 2016-01-19 | 30 | -542/+184 | |
|\ | | | | | Topic/psc webpack plugin | |||||
| * | Updating example for .purs extension | eric thul | 2015-12-29 | 4 | -8/+8 | |
| | | | | | | | | | | Showing usage of specifying .purs and not specifying an extension for require statements. | |||||
| * | More example files | eric thul | 2015-12-27 | 3 | -1/+11 | |
| | | ||||||
| * | Updating bundle output option name | eric thul | 2015-12-25 | 3 | -10/+10 | |
| | | ||||||
| * | Updating example | eric thul | 2015-12-25 | 6 | -21/+19 | |
| | | ||||||
| * | 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 |