purescript-suggest icon indicating copy to clipboard operation
purescript-suggest copied to clipboard

Apply PureScript compiler suggestions to fix warnings

Results 3 purescript-suggest issues
Sort by recently updated
recently updated
newest added

Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. Commits 3b0994a 2.0.1 32f468f lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=2.0.0&new-version=2.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies

I have a large module which is created by a code generator, and `purescript-suggest` has started to stack overflow due to the large number of warnings it needs to fix....

Warnings mentioned below are not getting fixed - There is an existing import of X.Y.Z, consider merging the import lists - Import list contains multiple references to type A -...