Skip to content

Commit 1b727e5

Browse files
authored
Fix build script for ES globals (#341)
1 parent a9cfd74 commit 1b727e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/es-builtin.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const getSpecification = async () => {
5555
};
5656

5757
function * getGlobalObjects($) {
58-
for (const element of $('emu-clause#sec-global-object emu-clause:not([type]) > h1')) {
58+
for (const element of $('emu-clause#sec-global-object emu-clause > h1')) {
5959
let text = $(element).text().trim();
6060

6161
// Function shape `Array ( . . . )`

0 commit comments

Comments
 (0)