1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:08:10 +00:00
serenity/Userland/Libraries/LibIDL
Timothy Flynn 1ff75618c0 LibIDL: Allow extended attributes on non-required IDL dictionary members
For example, WebAssembly.Memory will have:

    [EnforceRange] unsigned long maximum;
2023-03-16 13:54:16 +01:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
IDLParser.cpp LibIDL: Allow extended attributes on non-required IDL dictionary members 2023-03-16 13:54:16 +01:00
IDLParser.h LibIDL: Begin parsing IDL namespaces 2023-03-15 12:48:25 -04:00
Types.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
Types.h LibIDL: Begin parsing IDL namespaces 2023-03-15 12:48:25 -04:00