1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-23 14:45:07 +00:00
serenity/Meta/Lagom/Tools
Timothy Flynn 324f709d29 LibWeb: Support IDL default values of "null" for optional arguments
This is a bit strange in the IDL syntax, but e.g., in HTMLSelectElement,
we have (simplified):

    undefined add(optional (HTMLElement or long)? before = null)

This could instead become:

    undefined add(optional (HTMLElement or long) before)

This change generates code for the former as if it were the latter.
2022-03-22 02:08:15 +01:00
..
CodeGenerators LibWeb: Support IDL default values of "null" for optional arguments 2022-03-22 02:08:15 +01:00
ConfigureComponents LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods 2022-02-16 19:49:41 -05:00
IPCMagicLinter Meta: Implement checker for IPC magic number collisions 2021-11-05 00:17:01 +03:30
CMakeLists.txt Meta: Allow lagom_tool invocations to specify libraries to link 2021-11-23 22:58:05 +01:00