OpenSlides / OpenSlides/openslides-client
Enable strict typescript features
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 35
- Forks
- 52
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 52
Description
Strict TypeScript features improve code maintenance because they prevent the compiling of code if the features are not fulfilled.
These are:
- strictPropertyInitialization
- strictBindCallApply
- strictNullChecks
- strictFunctionTypes
The features are enabled in the tsconfig.json. Remove the strict: false when enabling them.
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
Start with tsconfig.json and inspect the current compiler configuration. Enable strictPropertyInitialization, strictBindCallApply, strictNullChecks, and strictFunctionTypes, then run the project's TypeScript compilation or build command to identify resulting errors. Done means strict: false is removed and the project compiles successfully with these features enabled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- build-system, tooling
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100