mozilla/source-map

Consume and generate source maps.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 35 minutes ago
Added to GitGenius on September 18th, 2026
Created on July 7th, 2011
Open Issues & Pull Requests: 70 (+0)
GitHub issues: Enabled
Number of forks: 370
Total Stargazers: 3,724 (+0)
Total Subscribers: 68 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 40.1 hours
Mean response time: 75.1 days
90th percentile: 143.3 days
Tracked items: 11

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 7
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,305 days
Stale 30+ days: 7
Stale 90+ days: 5

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • feat (4)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Source Map is a JavaScript library that generates and consumes source maps according to the official source map format specification.

Source maps solve the problem of debugging minified or transpiled code by maintaining a mapping between the original source code and its transformed version. This library provides both generation and consumption capabilities, allowing developers to create source maps during build processes and use them to trace errors back to their original source locations. The tool implements the standard source map format, enabling compatibility across different development tools and environments.

Developers should choose this library when building tools that need to produce source maps, such as bundlers, transpilers, or minifiers, or when creating debugging utilities that need to consume existing source maps. It suits projects where accurate source attribution is critical for development experience and error tracking. The library works in both Node.js environments and web browsers, making it flexible for different deployment contexts.

The project maintains active engagement with issues and pull requests, showing responsiveness to community feedback and bug reports. Development includes regular updates to align with evolving source map format specifications and improvements to both the generation and consumption APIs. The codebase receives ongoing maintenance to ensure compatibility with modern JavaScript tooling ecosystems.