Rollup Version
4.41.0
Operating System (or Browser)
Browser
Node Version (if applicable)
No response
Link To Reproduction
https://stackblitz.com/edit/rollup-repro-2uwvqcc5?file=rollup.config.js,src%2Fmain.tsx
Expected Behaviour

The output sourcemap contains a mapping from the closing } for if block to the original code.
(the plugin using esbuild is passing the sourcemap with that mapping).
Actual Behaviour

The mapping does not exist.
Maybe related to #5955
Rollup Version
4.41.0
Operating System (or Browser)
Browser
Node Version (if applicable)
No response
Link To Reproduction
https://stackblitz.com/edit/rollup-repro-2uwvqcc5?file=rollup.config.js,src%2Fmain.tsx
Expected Behaviour
The output sourcemap contains a mapping from the closing
}for if block to the original code.(the plugin using esbuild is passing the sourcemap with that mapping).
Actual Behaviour
The mapping does not exist.
Maybe related to #5955