arethetypeswrong / arethetypeswrong/arethetypeswrong.github.io
[FEATURE]: Add support for fetching lib via URL
- Dominant language
- TypeScript
- Stars
- 1.6k
- Forks
- 65
- PR merge metrics
- No merged PRs in 30d
Description
**Problem**
Currently we either need to provide the public package name or bundled output of npm.
Would be nice if we can download the npm package from any arbitrary URL.
**Usecase:**
- Use bundled library from Codesandbox CI
eg: `https://pkg.csb.dev/razorpay/blade/commit/3d845e9a/@razorpay/blade`
- This will also enable running this script inside a CI in future
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files, tests, or entry points. Start by locating the existing paths for public package names and bundled npm output, then trace where package input is handed to the analyzer. Done means an arbitrary URL, including the Codesandbox CI example, can be downloaded and analyzed in the same workflow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100