Skip to content

Commit

Permalink
Update URLs from 'source-map' to 'ecma426' (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
szuend authored Dec 9, 2024
1 parent eb4a5fc commit 92aab42
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions source-map.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ H1: Source map
Shortname: source-map
Level: none
Status: STAGE0
URL: https://tc39.es/source-map/
Repository: https://github.com/tc39/source-map/
Issue Tracking: GitHub Issues https://github.com/tc39/source-map/issues
URL: https://tc39.es/ecma426/
Repository: https://github.com/tc39/ecma426/
Issue Tracking: GitHub Issues https://github.com/tc39/ecma426/issues
Test Suite: https://github.com/tc39/source-map-tests
Editor Term: Editor, Editors
Editor: Asumu Takikawa, Igalia
Expand Down Expand Up @@ -157,12 +157,12 @@ The source map format has the following goals:
* Support source-level debugging allowing bidirectional mapping
* Support server-side stack trace deobfuscation

The document at [https://tc39.es/source-map/](https://tc39.es/source-map/) is the most accurate and
The document at [https://tc39.es/ecma426/](https://tc39.es/ecma426/) is the most accurate and
up-to-date source map specification. It contains the content of the most recently published snapshot
plus any modifications that will be included in the next snapshot.

If you want to get involved you will find more information at the [specification
repository](https://github.com/tc39/source-map).
repository](https://github.com/tc39/ecma426).

The original source map format (v1) was created by Joseph Schorr for use by
Closure Inspector to enable source-level debugging of optimized JavaScript code
Expand Down

0 comments on commit 92aab42

Please sign in to comment.