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
Add language clarifying the 32-bit limit for VLQs
  • Loading branch information
jkup authored Jun 26, 2024
2 parents 7b28d72 + 4677323 commit 66bdf0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source-map.bs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,9 @@ into the string least significant first, and where the least significant bit of
the first digit is used as the sign bit.

Note: 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.
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.

<dfn>Source Mapping URL</dfn> refers to the URL referencing
the location of a source map from the [=Generated code=].
Expand Down

0 comments on commit 66bdf0d

Please sign in to comment.