Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #25 from JSMonk/source-map-version-restriction
Browse files Browse the repository at this point in the history
SHA: 695bcf5
Reason: push, by jkup

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jkup and github-actions[bot] committed Mar 13, 2024
1 parent 3b63809 commit 37a7b9f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1488,9 +1488,10 @@
}
}
</style>
<meta content="Bikeshed version d5d58a306, updated Fri Jan 26 16:12:28 2024 -0800" name="generator">
<meta content="Bikeshed version d765c696b, updated Fri Mar 8 15:58:52 2024 -0800" name="generator">
<link href="https://source-map.github.io/source-map-spec/" rel="canonical">
<meta content="fbcf32ff81752a59dc659ba4e65a76f9a5b9d06b" name="revision">
<meta content="695bcf503ed9095a1986ce7dcd8d4c85d36215e8" name="revision">
<meta content="dark light" name="color-scheme">
<style>/* Boilerplate: style-autolinks */
.css.css, .property.property, .descriptor.descriptor {
color: var(--a-normal-text);
Expand Down Expand Up @@ -2171,7 +2172,7 @@
<div class="head">
<p data-fill-with="logo"></p>
<h1 class="p-name no-ref" id="title">Source Map</h1>
<h2 class="no-num no-toc no-ref heading settled" id="profile-and-date"><span class="content">Stage 0: Strawman, <time class="dt-updated" datetime="2024-02-01">1 February 2024</time></span></h2>
<h2 class="no-num no-toc no-ref heading settled" id="profile-and-date"><span class="content">Stage 0: Strawman, <time class="dt-updated" datetime="2024-03-13">13 March 2024</time></span></h2>
<div data-fill-with="spec-metadata">
<dl>
<dt>This version:
Expand Down Expand Up @@ -2312,7 +2313,7 @@ <h2 class="heading settled" data-level="4" id="source-map-format"><span class="s
<p class="note" role="note"><span class="marker">Note:</span> The previous specification suggested an order to the keys in this file, but
for practical reasons, the order cannot be defined in many JSON generators and
has never been enforced.</p>
<p><dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="version"><code class="highlight">version</code></dfn> is the version field which is always the number <code class="highlight"><c- mf>3</c-></code> as an integer.</p>
<p><dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="version"><code class="highlight">version</code></dfn> is the version field which must always be the number <code class="highlight"><c- mf>3</c-></code> as an integer. The source map may be rejected in case of a value different from <code class="highlight"><c- mf>3</c-></code>.</p>
<p><dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="file"><code class="highlight">file</code></dfn> an optional name of the generated code
that this source map is associated with. <mark>It’s not specified if this can
be a URL, relative path name, or just a base name. As such it has a mostly informal
Expand Down

0 comments on commit 37a7b9f

Please sign in to comment.