Skip to content

Commit

Permalink
Meta: bump ecmarkup to v20.0.0 (tc39#3476)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra authored and ljharb committed Nov 15, 2024
1 parent 6adf64a commit 284c7a0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"license": "SEE LICENSE IN https://tc39.es/ecma262/#sec-copyright-and-software-license",
"homepage": "https://tc39.es/ecma262/",
"devDependencies": {
"ecmarkup": "^19.1.0",
"ecmarkup": "^20.0.0",
"glob": "^7.1.6",
"jsdom": "^15.0.0",
"pagedjs": "^0.4.3",
Expand Down
6 changes: 6 additions & 0 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -934,6 +934,8 @@ <h1>
<dl class="header">
<dt>description</dt>
<dd>It is used to emphasize that a Completion Record is being returned.</dd>
<dt>skip return checks</dt>
<dd>true</dd>
</dl>
<emu-alg>
1. Assert: _completionRecord_ is a Completion Record.
Expand Down Expand Up @@ -4182,6 +4184,8 @@ <h1>
): a normal completion
</h1>
<dl class="header">
<dt>skip return checks</dt>
<dd>true</dd>
</dl>
<emu-alg>
1. Return Completion Record { [[Type]]: ~normal~, [[Value]]: _value_, [[Target]]: ~empty~ }.
Expand Down Expand Up @@ -48850,6 +48854,8 @@ <h1>
): either a normal completion containing an ECMAScript language value or an abrupt completion
</h1>
<dl class="header">
<dt>skip return checks</dt>
<dd>true</dd>
</dl>
<emu-alg>
1. Let _genContext_ be the running execution context.
Expand Down

0 comments on commit 284c7a0

Please sign in to comment.