Skip to content

Commit

Permalink
Remove X extensions (tc39#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
littledan authored Jan 22, 2024
1 parent 87667e2 commit 185988c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions source-map.bs
Original file line number Diff line number Diff line change
Expand Up @@ -260,11 +260,9 @@ uncompressed map that may be GZIP'd for transport.
Extensions {#extensions}
------------------------

Additional fields may be added to the top-level source map provided the fields begin with the
`x_` naming convention. It is expected that the extensions would be classified by the
organization providing the extension, such as `x_google_linecount`. Field names outside
the `x_` namespace are reserved for future revisions. It is recommended that fields be
namespaced by domain, i.e. `x_com_google_gwt_linecount`.
Source map consumers must ignore any additional unrecognized properties, rather than causing the
source map to be rejected, so that additional features can be added to this format without
breaking existing users.

Notes on File Offsets
---------------------
Expand Down

0 comments on commit 185988c

Please sign in to comment.