Nava
Nava
FWIW, I agree the second option looks the most natural. First option might be more flexible, but maybe it could lead to unnecessary complexity in the future?
I've tested a few things and I think this is actually an issue. When I run `spago bundle-app --source-maps`, it looks like esbuild bundles an `index.js.map` file based on whatever...
I'd like to try making step-by-step debugging in PureScript a much better experience than it is today, so I've been studying what's needed to make source maps as accurate as...
Thank you, I really appreciate your thoughts! @rhendric What I had in mind about mapping the LHS of the expressions was not much about breakpoints, but so that you could...
I'll definitely follow your suggestions, thank you!