We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
deno bundle
Bundles do not contain inline source maps. We should emit and inline the source maps for bundles.
The text was updated successfully, but these errors were encountered:
This needs to be related to #4499, because emitting them and consuming them need to happen to be useful to Deno.
Sorry, something went wrong.
Working on it.
Thanks, @satyarohith! I'm excited to be able to debug Deno-bundled ts files!
In the meantime, I wrote an installable script as a drop-in replacement for deno bundle that inlines the sourcemap generated by Deno.emit.
Deno.emit
deno bundle has been removed in Deno 2.
Successfully merging a pull request may close this issue.
Bundles do not contain inline source maps. We should emit and inline the source maps for bundles.
The text was updated successfully, but these errors were encountered: