mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 20:02:44 +00:00 
			
		
		
		
	|  324f709d29 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. | ||
|---|---|---|
| .. | ||
| CodeGenerators | ||
| ConfigureComponents | ||
| IPCMagicLinter | ||
| CMakeLists.txt | ||