DavidWells / DavidWells/analytics
Type definitions for simple-analytics plugin
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 267
- PR merge metrics
- No merged PRs in 30d
Description
The main analytics package seems to work ok but the simple-analytics plugin lacks type definitions and I'm not good enough at TypeScript to write those myself. npm i --save-dev @types/analytics__simple-analytics doesn't do the trick either.
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 locating the simple-analytics plugin and inspecting its public API and package metadata. Compare the plugin's exports with the main analytics package's existing type definitions, then verify that TypeScript consumers can import the plugin without the external @types package. Done means the plugin's exposed API is typed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- analytics
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100