Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Version 2.1.02.1.0 | eric thul | 2016-11-19 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #77 from ethul/topic/psc-ide | eric | 2016-11-19 | 3 | -34/+38 | |
|\ | | | | | Topic/psc ide | |||||
| * | Use emitError and emitWarning | eric thul | 2016-11-19 | 3 | -21/+23 | |
| | | ||||||
| * | PscIde full recompile on unknown module imports | eric thul | 2016-11-19 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | Instead of forcing a recompile on an unknown value and on unknown module imports, opt to only recompile for unknown module imports. An unknown value may be a typo. Having a faster feedback loop in these cases seems ideal. | |||||
| * | Update debug statements during build/bundle | eric thul | 2016-11-19 | 1 | -3/+4 | |
| | | ||||||
| * | Always resolve on psc-ide rebuild failure | eric thul | 2016-11-19 | 1 | -9/+4 | |
|/ | | | | | | | | | | | | | | | | | | The objective of enabling psc-ide is to obtain feedback immediately from the PureScript compiler. When the loader triggers an error to webpack, the bundle is invalidated and dependencies of the PureScript file that caused the error will be passed through the loader on the next successful rebuild. However, this behaviour adds time to the feedback loop. In order to reduce the time of the PureScript compiler feedback loop when in development, this commit always resolves the rebuild process with a success. Errors and warnings are still emitted, but the webpack bundle is not invalidated. This means that the loader will only be run for the current file being editted and the developer gets immediate feedback on success or failure when psc-ide is enabled. Resolves #76 | |||||
* | Clarify dist-tags | eric thul | 2016-11-12 | 1 | -6/+2 | |
| | ||||||
* | Bumping version number to 2.0.22.0.2 | eric thul | 2016-11-12 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #75 from javcasas/master | eric | 2016-11-12 | 1 | -3/+3 | |
|\ | | | | | Don't console.log unless it is needed | |||||
| * | Don't console.log unless it is needed | Javier Casas | 2016-11-11 | 1 | -3/+3 | |
|/ | ||||||
* | Merge branch 'paluh-master' | eric thul | 2016-11-05 | 1 | -0/+2 | |
|\ | ||||||
| * | Update wording in README | eric thul | 2016-11-05 | 1 | -1/+1 | |
| | | ||||||
| * | Add info about possibility to connect to existing `psc-ide-server` | Tomasz Rybarczyk | 2016-11-05 | 1 | -0/+1 | |
| | | ||||||
| * | Add pscIdeArgs to default options list in README.md | Tomasz Rybarczyk | 2016-11-05 | 1 | -0/+1 | |
|/ | ||||||
* | Update README for PureScript 0.10 | eric thul | 2016-11-05 | 1 | -0/+2 | |
| | ||||||
* | Bumping version number to 2.0.12.0.1 | eric thul | 2016-11-05 | 1 | -1/+1 | |
| | ||||||
* | Adding dargs dependency | eric thul | 2016-11-05 | 2 | -13/+5 | |
| | | | | See issue #69 | |||||
* | Wrapping reject values in Error objects | eric thul | 2016-11-05 | 3 | -9/+9 | |
| | ||||||
* | Bumping version number to 2.0.02.0.0 | eric thul | 2016-10-12 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #67 from jqyu/master | eric | 2016-09-06 | 1 | -1/+1 | |
|\ | | | | | Fixes bundled output path | |||||
| * | Fixes bundled output path | James Yu | 2016-09-06 | 1 | -1/+1 | |
|/ | ||||||
* | Bumping version number to 2.0.0-rc.12.0.0-rc.1 | eric thul | 2016-06-12 | 2 | -1/+5 | |
| | ||||||
* | Merge pull request #61 from ethul/topic/issues | eric | 2016-06-12 | 7 | -360/+458 | |
|\ | | | | | Reduce building of PureScript module map | |||||
| * | Clear warnings and errors after use | eric thul | 2016-06-12 | 1 | -0/+2 | |
| | | | | | | | | Resolves #57 | |||||
| * | Handle no filename in PscIde result | eric thul | 2016-06-12 | 2 | -43/+50 | |
| | | | | | | | | Resolves #58 | |||||
| * | Reduce building of PureScript module map | eric thul | 2016-06-12 | 7 | -360/+449 | |
|/ | | | | Resolves #59 and resolves #60 | |||||
* | Merge pull request #55 from ethul/topic/issue-542.0.0-rc.0 | eric | 2016-06-04 | 3 | -26/+24 | |
|\ | | | | | Bumping version number to 2.0.0-rc.0 | |||||
| * | Bumping version number to 2.0.0-rc.0 | eric thul | 2016-06-04 | 3 | -26/+24 | |
|/ | | | | | | | | | Adds support for PureScript 0.9.1 and newer (purescript/purescript#2151) The `next` tag on NPM points to this pre-release. Also note that `peerDependencies` has been removed (npm/npm#8854). Resolves #54 | |||||
* | Bumping version number to 1.0.01.0.0 | eric thul | 2016-06-03 | 2 | -2/+2 | |
| | ||||||
* | Bumping version number to 1.0.0-rc.11.0.0-rc.1 | eric thul | 2016-05-24 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #53 from ethul/topic/issue-52 | eric | 2016-05-24 | 2 | -3/+5 | |
|\ | | | | | Escape require paths for windows | |||||
| * | Escape require paths for windows | eric thul | 2016-05-24 | 2 | -3/+5 | |
|/ | | | | Resolves #52 | |||||
* | Merge pull request #51 from ethul/topic/issue-50 | eric | 2016-05-24 | 2 | -1/+2 | |
|\ | | | | | Use cross-spawn for windows support | |||||
| * | Use cross-spawn for windows support | eric thul | 2016-05-24 | 2 | -1/+2 | |
|/ | | | | Resolves #50 | |||||
* | Merge pull request #49 from ethul/topic/issue-48 | eric | 2016-05-24 | 1 | -4/+18 | |
|\ | | | | | Handler for multiple psc-ide-client data events | |||||
| * | 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 | |
| |