Skip to content

Commit

Permalink
Merge pull request #98 from takikawa/32-bit-limit
Browse files Browse the repository at this point in the history
SHA: 66bdf0d
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 Jun 26, 2024
1 parent 02447dc commit b656c66
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1490,7 +1490,7 @@
</style>
<meta content="Bikeshed version a1dabb26c, updated Mon Jun 17 15:00:44 2024 -0700" name="generator">
<link href="https://source-map.github.io/source-map-spec/" rel="canonical">
<meta content="7b28d726f26b411bdb3572ccff050c1e3604ee9d" name="revision">
<meta content="66bdf0dfd8acf4a5a452a4353f4ddf4a6b09020b" name="revision">
<meta content="dark light" name="color-scheme">
<style>/* Boilerplate: style-autolinks */
.css.css, .property.property, .descriptor.descriptor {
Expand Down Expand Up @@ -2172,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-06-25">25 June 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-06-26">26 June 2024</time></span></h2>
<div data-fill-with="spec-metadata">
<dl>
<dt>This version:
Expand Down Expand Up @@ -2286,7 +2286,9 @@ <h2 class="heading settled" data-level="2" id="terminology"><span class="secno">
into the string least significant first, and where the least significant bit of
the first digit is used as the sign bit.</p>
<p class="note" role="note"><span class="marker">Note:</span> The values that can be represented by the VLQ Base64 encoded are limited to
32-bit quantities until some use case for larger values is presented.</p>
32-bit quantities until some use case for larger values is presented. This
means that values exceeding 32-bits are invalid and implementations may reject
them. The sign bit is counted towards the limit, but the continuation bits are not.</p>
<p><dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="source-mapping-url">Source Mapping URL</dfn> refers to the URL referencing
the location of a source map from the <a data-link-type="dfn" href="#generated-code" id="ref-for-generated-code">Generated code</a>.</p>
<ins><dfn class="dfn-paneled" data-dfn-type="dfn" data-noexport id="column">Column</dfn> is the 0 (zero) indexed offsets within a line of the
Expand Down

0 comments on commit b656c66

Please sign in to comment.