Skip to content

Commit

Permalink
Update CONTRIBUTING.md (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkup authored Jun 25, 2024
1 parent 52df398 commit 591de22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ Thanks for helping out in the [source map effort](https://ecma-international.org
We've been thinking about _source map constituencies_ in the following terms. Please feel free to suggest better titles or categorization methods!

1. Generators. Bundlers, transpilers, compilers. Tools that have access to the source code and emit (among other things) source maps.
2. Debuggers. Browsers and [stand alone debuggers](https://www.replay.io/). These are tools that have access to the source map and the generated code.
2. Debuggers. Browsers and [standalone debuggers](https://www.replay.io/). These are tools that have access to the source map and the generated code.
3. Error monitoring tools. Tools like Sentry and New Relic. These tools have access to an error stack trace and a source map.

When considering changes, this list of tools might be useful: https://github.com/jkup/source-map-users

## Testing

We've been categorizing our testing efforts into three groups, each matching with a [constituency](#constituencies).
Expand Down

0 comments on commit 591de22

Please sign in to comment.