uiwjs / uiwjs/react-codemirror
You should remove the @babel/runtime dependency
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.3k
- Forks
- 161
- PR merge metrics
- No merged PRs in 30d
Description
There's really no reason to have this baked into a library anymore. You can publish a fairly modern ES year, like ES2022 or ES2024, and let applications transpile to an older ES year if they need to according to their browser support policy.
Publishing old JS syntax and requiring @babel/runtime makes these libraries untenable for a modern project.
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
No file or test is named. Start by locating the @babel/runtime dependency and the package publication or transpilation configuration, then determine which published libraries include it. Done means the dependency is no longer required by the published packages while supported consumers and existing tests still pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react, typescript
- Domain
- build-system, tooling
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 48/100