rescript-lang / rescript-lang/rescript
JSX preserve mode: unused import of "react/jsx-runtime"
Open
@nojaf is already working on this.
Since May 6, 2025.
- Dominant language
- OCaml
- Stars
- 7.5k
- Forks
- 485
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 55
Description
When JSX preserve mode is active, the import statement
import * as JsxRuntime from "react/jsx-runtime";
is still emitted to the JS output, but is unused there.
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.
Assessment
This issue has not been assessed yet.