`@sapui5/ts-types-esm` - split `sap.ui.core.d.ts` into separate files
Open
Nobody has claimed this yet.
enhancement
types
- Dominant language
- TypeScript
- Stars
- 213
- Forks
- 35
- Avg merge
- 37m
- Merged PRs (30d)
- 1
Description
currently, sap.ui.core.d.ts is almost 70,000 lines long. this causes my PC to regularly slow down and my IDE often freezes when navigating to / searching for types defined in this file. it would be nice if they were split into separate files, perhaps per module
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 tracing how sap.ui.core.d.ts is produced and how its declarations are grouped by module. Define a file-splitting structure that preserves type resolution, then verify that navigation and search no longer depend on one nearly 70,000-line file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- developer-experience
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100