purescript / purescript/pursuit
Hide modules that are in bower.json "ignore" field
Open
Nobody has claimed this yet.
- Dominant language
- Haskell
- Stars
- 174
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
I have this in bower.json:
"ignore": [
"/.pulp-cache",
"/output",
"/src/Main.purs"
],
I think Pursuit should not show the Main module. Maybe this is a psc-publish issue though?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the bower.json ignore field and trace how psc-publish supplies module metadata to Pursuit. Determine whether filtering belongs in psc-publish or Pursuit, then verify that a module such as Main is no longer shown when its source path is ignored.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100