LibWeb: Reduce recompilation from editing Enums.json

Reduces the recompilation caused by editing `Enums.json` from ~1528 to
~327
This commit is contained in:
Callum Law
2026-02-19 18:30:55 +13:00
committed by Sam Atkins
parent d4f222e442
commit f0434655f9
Notes: github-actions[bot] 2026-02-19 11:28:30 +00:00
58 changed files with 290 additions and 128 deletions

View File

@@ -165,7 +165,6 @@ ErrorOr<void> generate_header_file(JsonObject& properties, JsonObject& logical_p
#include <AK/Variant.h>
#include <LibJS/Forward.h>
#include <LibWeb/CSS/AcceptedTypeRange.h>
#include <LibWeb/CSS/Enums.h>
#include <LibWeb/CSS/ValueType.h>
#include <LibWeb/Export.h>
#include <LibWeb/Forward.h>