Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Meta: bump ecmarkup to v20.0.0 #3476

Merged
merged 1 commit into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading