Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Handler for multiple psc-ide-client data events | eric thul | 2016-05-24 | 1 | -4/+18 | |
|/ | | | | | | | Attach a handler to the `psc-ide-client` process to capture one or more chunks from the `data` event. Resolves #48 | |||||
* | Bumping version number to 1.0.0-rc.01.0.0-rc.0 | eric thul | 2016-05-21 | 3 | -8/+12 | |
| | ||||||
* | Merge pull request #47 from alexmingoia/topic/refactor | eric | 2016-05-21 | 28 | -585/+582 | |
|\ | | | | | Refactor to compile independently of purescript-webpack-plugin. | |||||
| * | Reference source ffi module instead of output ffi module. | Alex Mingoia | 2016-05-21 | 1 | -15/+24 | |
| | | ||||||
| * | Add prepublish transpilation script. | Alex Mingoia | 2016-05-21 | 1 | -0/+1 | |
| | | ||||||
| * | Do not check-in transpiled source. | Alex Mingoia | 2016-05-21 | 1 | -478/+0 | |
| | | ||||||
| * | Update babelified source. | Alex Mingoia | 2016-05-14 | 1 | -17/+23 | |
| | | ||||||
| * | Correctly parse boolean options. | Alex Mingoia | 2016-05-14 | 1 | -1/+1 | |
| | | ||||||
| * | Do not assume line-delimited psc output. | Alex Mingoia | 2016-05-14 | 1 | -9/+10 | |
| | | ||||||
| * | Use more descriptive names for compile state. | Alex Mingoia | 2016-05-14 | 1 | -8/+8 | |
| | | ||||||
| * | Add babelified source. | Alex Mingoia | 2016-05-13 | 2 | -1/+472 | |
| | | ||||||
| * | Disable instant psc-ide rebuilds by default. | Alex Mingoia | 2016-05-12 | 2 | -14/+28 | |
| | | | | | | | | Using psc-ide-server is experimental and there may be bugs or edge-cases. | |||||
| * | Recompile on when psc-client-ide receives UnknownModule. | Alex Mingoia | 2016-05-10 | 1 | -2/+2 | |
| | | ||||||
| * | Refactor to compile independently of purescript-webpack-plugin. | Alex Mingoia | 2016-05-10 | 28 | -585/+558 | |
|/ | | | | | | | - 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. | |||||
* | Bumping version number to 0.6.00.6.0 | eric thul | 2016-03-15 | 1 | -1/+1 | |
| | ||||||
* | Bumping version number to 0.6.0-beta.60.6.0-beta.6 | eric thul | 2016-03-14 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #45 from ethul/topic/issue-41 | eric | 2016-03-14 | 5 | -7/+25 | |
|\ | | | | | Escape path for require | |||||
| * | Escape path for require | eric thul | 2016-03-14 | 5 | -7/+25 | |
|/ | | | | Resolves #41 | |||||
* | Bumping version number to 0.6.0-beta.50.6.0-beta.5 | eric thul | 2016-03-13 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #44 from ethul/topic/output-only-once | eric | 2016-03-13 | 20 | -185/+7 | |
|\ | | | | | Topic/output only once | |||||
| * | 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`. |