-
Notifications
You must be signed in to change notification settings - Fork 17
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
Chrome introduced x_google_ignoreList #17
Comments
The typeScript team is also introducing a new extension. microsoft/TypeScript#51307 I'm very interested to see a well-known source map extension list gets maintained. |
Here is the dedicated docs for |
Since this extension is now supported by Firefox, is there interest in renaming it to "ignoreList" or "thirdParty" and making it an official part of the spec, or are you just proposing to document common extensions as they are? |
For context, here is the announcement from Firefox and their docs on how to enable it. |
Proposal: tc39/source-map-spec#19 |
The spec has been changed and the new behavior should be in Chrome DevTools 120. |
Closed by tc39/source-map-spec#19 |
Filed this to support the new behaviour in firefox devtools mozilla/source-map#497 |
Add the paragraph about WebAssembly `sourceMappingURL` section
https://developer.chrome.com/blog/devtools-better-angular-debugging/#the-x_google_ignorelist-source-map-extension
They also call out that they're exploring how to map regions inside generated code that do not map to original code, presumably to also ignore that in the debugger:
The text was updated successfully, but these errors were encountered: