jspreadsheet / jspreadsheet/ce
ts: Fix incorrect location of plugins in type definitions (`WorksheetOptions` -> `SpreadsheetOptions`)
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 890
- PR merge metrics
- No merged PRs in 30d
Description
In the TypeScript type definitions, plugins is currently defined under WorksheetOptions. However, this appears to be incorrect as plugins should be configured at the spreadsheet level (SpreadsheetOptions).
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 in dist/index.d.ts at lines 1124–1127 and inspect the WorksheetOptions and SpreadsheetOptions definitions. Confirm the type declaration reflects the issue's intended configuration level, then verify that the TypeScript definitions expose plugins under SpreadsheetOptions rather than WorksheetOptions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 88/100