You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the psa frontend and trying to run pulp server suppressing some warnings. However, I don't think things work as they should:
> pulp server -- --censor-codes=MissingTypeDeclaration
* Server listening on http://localhost:1337/
* Building project in /Users/adamw/projects/test
Src Lib All
Warnings 0 0 0
Errors 0 0 0
* Build successful.
* Bundling JavaScript...
Invalid option `--censor-codes=MissingTypeDeclaration'
Usage: purs COMMAND
The PureScript compiler and tools
* Failed to rebuild; try to fix the compile errors
So I think it builds the sources fine, but fails when bundling the JS? Is there an option to pass the --censor-codes option only to the building phase?
The text was updated successfully, but these errors were encountered:
Looks like the argument is being passed to purs bundle not psa, there are a number of issues on this repo referencing the fact that pass-through args go to the wrong place.
I'm using the
psa
frontend and trying to runpulp server
suppressing some warnings. However, I don't think things work as they should:So I think it builds the sources fine, but fails when bundling the JS? Is there an option to pass the
--censor-codes
option only to the building phase?The text was updated successfully, but these errors were encountered: