This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from Krinkle/patch-2
Archive with pointer to https://github.com/tc39/source-map
- Loading branch information
Showing
1 changed file
with
1 addition
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,3 @@ | ||
# Source Map Specification | ||
|
||
![CC BY-SA 3.0](https://licensebuttons.net/l/by-sa/3.0/88x31.png) | ||
|
||
This repository contains the different revisions of the source map specification. | ||
|
||
The first and second revision of the spec are provided for historical context. | ||
These revisions don't have widespread adoption in tools. | ||
|
||
## What's here | ||
|
||
The most recent specification is the v3 revision. It's converted into MarkDown | ||
format for this repository. | ||
|
||
* [Revision 3](source-map-rev3.md) | ||
|
||
There is an ongoing initiative to harden the specification, clarify it and to | ||
convert it into a stronger standard. The draft of this initiative can be found here: | ||
|
||
* [Draft Source](source-map.bs) | ||
* [Rendered Draft](https://tc39.es/source-map-spec/) | ||
* [RFC and Discussions](https://github.com/source-map/source-map-rfc/) | ||
|
||
Older revisions: | ||
|
||
* [Revision 2](source-map-rev2.md) | ||
* [Revision 1](source-map-rev1.md) | ||
|
||
## License | ||
|
||
The source map specifications are published under CC BY-SA 3.0. | ||
|
||
## Original Locations | ||
|
||
These documents have previously been hosted on Google Docs: | ||
|
||
* Revision 1: [Source Mapping](https://docs.google.com/document/d/1g6tuP7unEkxUSZwLm4IcLoJn1eNDhEmZLAV2kphdvOY/edit) | ||
* Revision 2: [Closure Compiler Source Map 2.0](https://docs.google.com/document/d/1xi12LrcqjqIHTtZzrzZKmQ3lbTv9mKrN076UB-j3UZQ/edit?hl=en_US) | ||
* Revision 3: [Source Map Revision 3 Proposal](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.1ce2c87bpj24) | ||
This effort continues at https://github.com/tc39/source-map. |