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

Produce both inline sourcemaps and a sourcemap for jest #16

Closed

Conversation

airhorns
Copy link
Contributor

@airhorns airhorns commented Jan 6, 2021

This allows VSCode or other development tools to debug the produced source code just by reading the transformed contents, as well as Jest to produce its nice error assertion messages.

Fixes #9

This allows VSCode or other development tools to debug the produced source code just by reading the transformed contents, as well as Jest to produce its nice error assertion messages.

Fixes aelbore#9
@airhorns
Copy link
Contributor Author

airhorns commented Jan 7, 2021

Superseded by #17 cause esbuild supports this natively now.

@airhorns airhorns closed this Jan 7, 2021
@airhorns airhorns deleted the inline-and-returned-sourcemaps branch January 14, 2021 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Debug source map problem
1 participant