Source maps generation local names regression introduced in CLJS-2257
Description
introduced a bug and local names are not properly generated in source maps.
Repro:
src/repro/core.cljs
With a {{diff} you can see that "x" and "y" are missing in the bad case.
This affects Chrome DevTools (and Dirac). Names in source maps are used for mapping generated names back to original names during debugging, etc. See https://github.com/binaryage/dirac/issues/53.
introduced a bug and local names are not properly generated in source maps.
Repro:
src/repro/core.cljs
With a {{diff} you can see that "x" and "y" are missing in the bad case.
This affects Chrome DevTools (and Dirac). Names in source maps are used for mapping generated names back to original names during debugging, etc. See https://github.com/binaryage/dirac/issues/53.