mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:48:12 +00:00
![]() The SourceGenerator's @else@ mapping is only set in the second iteration of the loop, causing the generated return for unrecognized values to not be guarded by an else statement. We can simply use a hardcoded 'else' here, @else@ is only to create the first comparison as a plain 'if' and subsequent ones as 'else if'. |
||
---|---|---|
.. | ||
BindingsGenerator | ||
CMakeLists.txt | ||
GenerateCSSEnums.cpp | ||
GenerateCSSMediaFeatureID.cpp | ||
GenerateCSSPropertyID.cpp | ||
GenerateCSSTransformFunctions.cpp | ||
GenerateCSSValueID.cpp | ||
GeneratorUtil.h |