Skip to content

Commit 9a0b623

Browse files
szuendnicolo-ribaudo
authored andcommitted
Test if CI publishes open PRs by mistake
1 parent beaf5f8 commit 9a0b623

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec.emu

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,8 @@
584584
<li>The <dfn id="json-names"><code>names</code> field</dfn> is an optional list of symbol names which may be used by the mappings field.</li>
585585
<li>The <dfn id="json-mappings"><code>mappings</code> field</dfn> is a string with the encoded mapping data (see section <emu-xref href="#sec-mappings"></emu-xref>).</li>
586586
<li>The <dfn id="json-ignoreList"><code>ignoreList</code> field</dfn> is an optional list of indices of files that should be considered third party code, such as framework code or bundler-<emu-not-ref>generated code</emu-not-ref>. This 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 field and lists the indices of all the known third-party sources in the source map. Some browsers may also use the deprecated `x_google_ignoreList` field if `ignoreList` is not present.</li>
587+
<li>My odd field 1</li>
588+
<li>My odd field 2</li>
587589
</ul>
588590

589591
<emu-clause id="sec-decoding-source-maps">

0 commit comments

Comments
 (0)