microsoft / microsoft/vscode-js-debug-browsers
npm package should not contain test files
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 5
- Forks
- 6
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 2
Description
There are a number of .test.js files in the npm package:
https://unpkg.com/browse/@vscode/js-debug-browsers@1.1.2/dist/
Not a big deal as they probably won't be loaded or go into any bundle. But it takes disk space and is unnecessary for anything that depends on the package.
-- should update .npmignore to exclude these files
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
Inspect the repository's .npmignore and compare it with the published dist/ contents linked in the issue. Update the package exclusion rules so .test.js files are absent from the npm package, then verify the resulting package contents.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- release
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100