tc39 / proposal-shadowrealm

ECMAScript Proposal, specs, and reference implementation for Realms
https://tc39.es/proposal-shadowrealm/
1.43k stars 67 forks source link

Editorial: Adapt to new HostEnsureCanCompileStrings #400

Closed ptomato closed 7 months ago

ptomato commented 7 months ago

As of https://github.com/tc39/ecma262/pull/3222 the signature of HostEnsureCanCompileStrings changed. This adapts to the new signature by pulling in the latest version of ecma262-biblio and adding the missing arguments.

Closes: #367