From 92aab42954506dedcc1df3924e44fb3fa34270fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Z=C3=BCnd?= Date: Mon, 9 Dec 2024 13:42:11 +0100 Subject: [PATCH] Update URLs from 'source-map' to 'ecma426' (#164) --- source-map.bs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source-map.bs b/source-map.bs index fd44f27..8794776 100644 --- a/source-map.bs +++ b/source-map.bs @@ -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 @@ -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