{"id":13396935,"url":"https://github.com/natefaubion/purescript-psa","last_synced_at":"2025-04-07T08:18:33.111Z","repository":{"id":54847711,"uuid":"49298924","full_name":"natefaubion/purescript-psa","owner":"natefaubion","description":"Error/Warning reporting frontend for the PureScript compiler","archived":false,"fork":false,"pushed_at":"2024-07-13T21:51:12.000Z","size":94,"stargazers_count":90,"open_issues_count":8,"forks_count":12,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-31T04:19:06.498Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PureScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/natefaubion.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-01-08T21:57:33.000Z","updated_at":"2024-10-12T19:23:07.000Z","dependencies_parsed_at":"2024-10-25T00:20:30.124Z","dependency_job_id":null,"html_url":"https://github.com/natefaubion/purescript-psa","commit_stats":{"total_commits":78,"total_committers":13,"mean_commits":6.0,"dds":"0.20512820512820518","last_synced_commit":"a620d5d51cf6e9be5b0228637effa37533134346"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natefaubion%2Fpurescript-psa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natefaubion%2Fpurescript-psa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natefaubion%2Fpurescript-psa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/natefaubion%2Fpurescript-psa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/natefaubion","download_url":"https://codeload.github.com/natefaubion/purescript-psa/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247615385,"owners_count":20967184,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-30T18:01:08.103Z","updated_at":"2025-04-07T08:18:33.066Z","avatar_url":"https://github.com/natefaubion.png","language":"PureScript","readme":"psa\n===\n\nA pretty, flexible error/warning reporting frontend for the PureScript compiler\n(`psc`).\n\n* Colors!\n* Original source spans in errors\n* Fine-grained warning filtering\n* Warning persistence\n\nInstall\n-------\n\n```\nnpm install -g purescript-psa\n```\n\nSample Usage\n------------\n\nCensor all warnings:\n```\npsa --censor-warnings \u003cpsc-options\u003e\n```\n\nCensor library warnings:\n```\npsa --censor-lib \u003cpsc-options\u003e\n```\n\nCensor source warnings:\n```\npsa --censor-src \u003cpsc-options\u003e\n```\n\nCensor specific warning codes:\n```\npsa --censor-codes=ShadowedName,ImplicitImport,MissingTypeDeclaration \u003cpsc-options\u003e\n```\n\nOnly show specific warning codes:\n```\npsa --filter-codes=DeprecatedOperatorDecl,DeprecatedClassExport \u003cpsc-options\u003e\n```\n\nTurn source warnings into errors:\n```\npsa --strict \u003cpsc-options\u003e\n```\n\n**Note:** It's assumed `psc` is in your path. If you'd like to use a custom\nbinary location you can set the `--psc=/foo/bar/psc` flag.\n\nPersisting Warnings\n-------------------\n\n`psc` does not persist warnings between compilations, but `psa` can do it with\nthe `--stash` flag. This serializes the set of warnings to disk and merges it\nwith the new set on each compilation.\n\n```\npsa --stash \u003cpsc-options\u003e\n```\n\nIf you are compiling multiple projects from the same root, you can specify\nwhich stash file should be used:\n\n```\npsa --stash=.foo-stash \u003cpsc-options\u003e\n```\n\nUsage with pulp\n---------------\n\n[Pulp](https://github.com/bodil/pulp) supports building with `psa`: it will be used by default if it is installed, and options will be passed through, eg:\n\n```\npulp build -- --stash --censor-lib \u003cpsc-options\u003e\n```\n","funding_links":[],"categories":["Tool and Package Manager","Build Tooling","Libraries and Tools"],"sub_categories":["Other Useful Tools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatefaubion%2Fpurescript-psa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnatefaubion%2Fpurescript-psa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnatefaubion%2Fpurescript-psa/lists"}