Open
Description
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
Maybe related to #5955