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

Commit

Permalink
Add statement about possibility of source map rejecting in case of an…
Browse files Browse the repository at this point in the history
… invalid version field
  • Loading branch information
JSMonk committed Jan 17, 2024
1 parent cbbc033 commit 3690093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source-map.bs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ for practical reasons, the order cannot be defined in many JSON generators and
has never been enforced.

<dfn><code>version</code></dfn> is the version field which is always the number
`3` as an integer.
`3` as an integer. Source map can be rejected in case of a value different from `3`.

<dfn><code>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
Expand Down

0 comments on commit 3690093

Please sign in to comment.