Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Smith <[email protected]>
  • Loading branch information
pepelsbey and bsmth authored Dec 12, 2024
1 parent 7873ac8 commit e6344ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/en-us/glossary/source_map/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Code executed by the browser is often transformed in some way from the original
- To use languages that browsers don't support, like {{Glossary("TypeScript")}} or [Sass](https://sass-lang.com/).

In these situations, debugging the original source is much easier than the source in the transformed state that the browser has downloaded.
Browsers detect a source map via the {{HTTPHeader("SourceMap")}} HTTP header for a resource, or a `sourceMappingURL` annotation in the generated code.

## Example

Expand Down

0 comments on commit e6344ec

Please sign in to comment.