ladybird/Meta/Lagom/Tools/CodeGenerators
Timothy Flynn c0ead1b01a LibIDL+LibWeb: Begin support for async iterator in IDL
This adds support for async iterators of the form:

    async iterable<value_type>;
    async iterable<value_type>(/* arguments... */);

It does not yet support the value pairs of the form:

    async iterable<key_type, value_type>;
    async iterable<key_type, value_type>(/* arguments... */);

Async iterators have an optional `return` data property. There's not a
particularly good way to know what interfaces implement this property.
So this adds a new extended attribute, DefinesAsyncIteratorReturn, which
interfaces can use to declare their support.
2025-04-14 17:43:11 -04:00
..
IPCCompiler LibIPC+LibWeb: Delete LargeMessageWrapper workaround in IPC connection 2025-04-10 23:40:02 +02:00
LibTextCodec AK: Make String::number() infallible 2024-10-14 20:47:35 +02:00
LibURL LibURL+LibWebView: Move public suffix data to LibURL 2024-11-30 12:07:39 +01:00
LibWeb LibIDL+LibWeb: Begin support for async iterator in IDL 2025-04-14 17:43:11 -04:00
CMakeLists.txt LibURL+LibWebView: Move public suffix data to LibURL 2024-11-30 12:07:39 +01:00