software-mansion / software-mansion/TypeGPU
chore: Remove the declaration minification workaround
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 3.2k
- Forks
- 122
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 34
Description
After #2801, declatarions are minified separately from the code. This means that there is a mismatch potential, and redundant calculations.
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 issue #2801 and the implementation of declaration minification. Trace where declarations and code are currently minified separately, then identify the workaround to remove. Done means the mismatch potential and redundant calculations described here are eliminated without leaving separate declaration-minification handling.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100