mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 11:22:45 +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. | ||
|---|---|---|
| .. | ||
| WrapperGenerator | ||
| CMakeLists.txt | ||
| Generate_CSS_MediaFeatureID_cpp.cpp | ||
| Generate_CSS_MediaFeatureID_h.cpp | ||
| Generate_CSS_PropertyID_cpp.cpp | ||
| Generate_CSS_PropertyID_h.cpp | ||
| Generate_CSS_ValueID_cpp.cpp | ||
| Generate_CSS_ValueID_h.cpp | ||
| GeneratorUtil.h | ||