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

Add x_google_ignoreList (Ignore-listing code) support to sourcemaps #27774

Closed
0xdevalias opened this issue Dec 1, 2023 · 2 comments
Closed

Comments

@0xdevalias
Copy link
Contributor

0xdevalias commented Dec 1, 2023

Introduce the x_google_ignoreList extension in the sourcemaps generated by this project. This will facilitate a more streamlined debugging experience in Chrome (and other supporting browsers) by automatically filtering out framework and dependency code.

Benefit

Implementing x_google_ignoreList in the sourcemaps will align this project with modern web development practices, offering a more focused and efficient debugging experience for developers using Chrome DevTools. This change will particularly benefit those who regularly engage in debugging complex applications with numerous dependencies.

Background Context

See Also

Tangentially related issues for improving modern debugging support:

@0xdevalias
Copy link
Contributor Author

@sebmarkbage
Copy link
Collaborator

Was added in #28310 but it doesn't really help much since it's not forwarded by most bundlers anyway atm.

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

No branches or pull requests

2 participants