Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deno bundle should contain inlined source maps #8577

Open
lucacasonato opened this issue Dec 1, 2020 · 4 comments
Open

deno bundle should contain inlined source maps #8577

lucacasonato opened this issue Dec 1, 2020 · 4 comments
Labels
cli related to cli/ dir suggestion suggestions for new features (yet to be agreed)

Comments

@lucacasonato
Copy link
Member

Bundles do not contain inline source maps. We should emit and inline the source maps for bundles.

@lucacasonato lucacasonato added cli related to cli/ dir suggestion suggestions for new features (yet to be agreed) labels Dec 1, 2020
@kitsonk
Copy link
Contributor

kitsonk commented Dec 1, 2020

This needs to be related to #4499, because emitting them and consuming them need to happen to be useful to Deno.

@satyarohith
Copy link
Member

Working on it.

@rotu
Copy link
Contributor

rotu commented Sep 16, 2021

Thanks, @satyarohith! I'm excited to be able to debug Deno-bundled ts files!

@jed
Copy link

jed commented Nov 29, 2021

In the meantime, I wrote an installable script as a drop-in replacement for deno bundle that inlines the sourcemap generated by Deno.emit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli related to cli/ dir suggestion suggestions for new features (yet to be agreed)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants