We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9cfd74 commit 1b727e5Copy full SHA for 1b727e5
1 file changed
scripts/es-builtin.mjs
@@ -55,7 +55,7 @@ const getSpecification = async () => {
55
};
56
57
function * getGlobalObjects($) {
58
- for (const element of $('emu-clause#sec-global-object emu-clause:not([type]) > h1')) {
+ for (const element of $('emu-clause#sec-global-object emu-clause > h1')) {
59
let text = $(element).text().trim();
60
61
// Function shape `Array ( . . . )`
0 commit comments