Skip to content

Commit

Permalink
Update source-map.bs
Browse files Browse the repository at this point in the history
  • Loading branch information
EricSL authored Oct 10, 2023
1 parent f45183e commit fc07434
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions source-map.bs
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,11 @@ can't be hosted. The contents are listed in the same order as the [=sources=].

<dfn><code>ignoreList</code></dfn> an optional list of indices of files that
should be considered third party code, such as framework code or bundler-generated code. This
allows developers to avoid code that they don't want to see
or step through, without having to configure this beforehand.
allows developer tools to avoid code that developers likely don't want to see
or step through, without requiring developers to configure this beforehand.
It refers to the [=sources=] array and lists the indices of all the known third-party sources
in the source map. When parsing the source map, developer tools can use this to determine
sections of the code that the browser loads and runs that could be automatically ignore-listed.
in the source map. Some browsers may also use the deprecated <code>x_google_ignoreList</code>
field if <code>ignoreList</code> is not present.

Mappings Structure {#mappings-structure}
----------------------------------------
Expand Down Expand Up @@ -254,15 +254,6 @@ organization providing the extension, such as `x_google_linecount`. Field nam
the `x_` namespace are reserved for future revisions. It is recommended that fields be
namespaced by domain, i.e. `x_com_google_gwt_linecount`.

Known Extensions
----------------

<dfn export><code>x_google_linecount</code></dfn> The number of lines represented by this source map.

<dfn export><code>x_google_ignoreList</code></dfn> Deprecated name for [=ignoreList=]. Consumers may
still use this field if [=ignoreList=] is not present. Producers currently using this field should
migrate starting in 2024.

Notes on File Offsets
---------------------

Expand Down

0 comments on commit fc07434

Please sign in to comment.