mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
Due to needing to align output with Babel, React JSX transform has to perform imports for fragments after dealing with the fragments' children. Transform generates a dummy identifier initially, and then generates a UID later on and replaces the dummy. The PR avoids that process 2-stage process unless we have to. If the UID was already generated for a previous fragment, we can just use it straight away. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| CHANGELOG.md | ||