pursIdeRebuild
Recompile a single PureScript module instantly for error checking, bypassing full project rebuilds. Requires IDE server and loaded modules. Ideal for immediate feedback during code editing.
Instructions
Quickly recompile a single PureScript module and check for errors. PREREQUISITES: IDE server running and modules loaded. Much faster than full project rebuild. Use when editing code to get immediate feedback.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
actualFile | No | Optional: Real path if 'file' is 'data:' or a temp file. | |
codegen | No | Optional: Codegen targets (e.g., 'js', 'corefn'). Defaults to ['js']. | |
file | Yes | Path to the module to rebuild, or 'data:' prefixed source code. |