Skip to content

Commit

Permalink
Update ecma262-biblio dev dep and update SDO name (#403)
Browse files Browse the repository at this point in the history
- Update `@tc39/ecma262-biblio` to its latest version.
- Update the name of the `IsStrict` SDO to `ScriptIsStrict`.
  • Loading branch information
VoltrexKeyva authored Apr 19, 2024
1 parent 8e951a7 commit 9537dcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"watch": "npm run build -- --watch"
},
"devDependencies": {
"@tc39/ecma262-biblio": "=2.1.2687",
"@tc39/ecma262-biblio": "=2.1.2719",
"ecmarkup": "^18.0.0"
}
}
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ <h1>
1. If _body_ Contains |NewTarget| is *true*, throw a *SyntaxError* exception.
1. If _body_ Contains |SuperProperty| is *true*, throw a *SyntaxError* exception.
1. If _body_ Contains |SuperCall| is *true*, throw a *SyntaxError* exception.
1. Let _strictEval_ be IsStrict of _script_.
1. Let _strictEval_ be ScriptIsStrict of _script_.
1. Let _runningContext_ be the running execution context.
1. Let _lexEnv_ be NewDeclarativeEnvironment(_evalRealm_.[[GlobalEnv]]).
1. Let _varEnv_ be _evalRealm_.[[GlobalEnv]].
Expand Down

0 comments on commit 9537dcf

Please sign in to comment.