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 Sourcemap header #2184

Merged
merged 5 commits into from
Nov 13, 2024
Merged

Add Sourcemap header #2184

merged 5 commits into from
Nov 13, 2024

Conversation

Elchi3
Copy link
Collaborator

@Elchi3 Elchi3 commented Nov 7, 2024

Here I'm not sure if we want "SourceMap" or "Source maps". I think more people talk about it as "Source maps"

Edit: As Patrick notes, this is just the header and not general source maps support

@github-actions github-actions bot added the feature definition Creating or defining new features or groups of features. label Nov 7, 2024
features/sourcemaps.yml Outdated Show resolved Hide resolved
features/sourcemaps.yml Outdated Show resolved Hide resolved
Elchi3 and others added 2 commits November 7, 2024 17:15
Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
@@ -0,0 +1,5 @@
name: Source maps
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should make this name more specific to the fact that this feature is about the HTTP header. There are multiple ways to load source maps into DevTools, and using the HTTP response header is one of them.

Other ways include:

Maybe change the name to "Source map header"?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Patrick, in this case, yes, I think the correct thing would be to make this feature just about the header.

@Elchi3 Elchi3 changed the title Add Source Maps Add Sourcemap header Nov 12, 2024
Copy link
Collaborator

@ddbeck ddbeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm happy to see this merge, but I'll leave it to Patrick or Florian to decide whether to merge with or without Patrick's re-review. 😄

@Elchi3 Elchi3 merged commit 28ffe09 into web-platform-dx:main Nov 13, 2024
3 checks passed
@Elchi3 Elchi3 deleted the sourcemap branch November 13, 2024 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature definition Creating or defining new features or groups of features.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants