1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-14 06:32:06 +00:00
serenity/Meta/Lagom/Tools/CodeGenerators
MacDue de4ab4f69e Meta: Lazily initialize initial property values
This solves the longhands must be initialized before shorthands
problem by just initializing the value when it is first requested.

This will be needed for background-position-x/y which is a longhand
of a longhand, which otherwise breaks the longhands before shorthands
rule.
2023-04-03 07:10:33 +02:00
..
IPCCompiler AK+Everywhere: Make GenericLexer::ignore_until() stop before the value 2023-02-28 12:55:10 +00:00
LibEDID CodeGenerators: Ensure that we always print the entire generated output 2023-03-13 15:16:20 +00:00
LibGL CodeGenerators: Ensure that we always print the entire generated output 2023-03-13 15:16:20 +00:00
LibLocale Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
LibTimeZone AK: Rename CaseInsensitiveStringViewTraits to reflect intent 2023-03-14 21:34:32 +00:00
LibUnicode Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
LibWeb Meta: Lazily initialize initial property values 2023-04-03 07:10:33 +02:00
StateMachineGenerator LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
CMakeLists.txt LibGL: Generate the API wrappers 2022-12-20 10:42:31 +01:00