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 c005b51 commit 2ab870cCopy full SHA for 2ab870c
src/modules/ecmascript.js
@@ -1074,4 +1074,4 @@ export default {
1074
state.commands.push(node.delegate ? `yield*` : `yield`);
1075
}
1076
1077
-}; /** @satisfies {Record<string, (node: any, state: State) => undefined>} */
+}; /** @satisfies {Handlers} */
0 commit comments