sourcemaps don't work with macro module file
Created by: jlongster
If you use -m
to load a module file, the sourcemaps are wrong because internally it just prepends the module file to the source. The sourcemap line numbers take this into account so they are all wrong.
I'm trying to come up with a fix locally, but running into issues so you guys might know of something that works. I'll keep hacking on it but any pointers would be good.