Get all identifiers that are typed as `any` in `.js` files.
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 6.2k
- Forks
- 238
- Avg merge
- 2m
- Merged PRs (30d)
- 1
Description
How can I use the typescript compiler api so that I find all identifiers in `.js` files that are typed as `any`.
Contributor guide
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 by reviewing the TypeScript compiler API support for JavaScript files and how identifiers receive an `any` type. Determine the relevant ts-morph entry points for inspecting those identifiers, then verify that all matching identifiers in `.js` files can be found and distinguished from other types.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100