1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:47:44 +00:00

LibWeb: Move common date microsyntax to a separate file

This commit is contained in:
stelar7 2023-12-11 15:36:59 +01:00 committed by Andrew Kaster
parent a72636ad8d
commit 479c48643e
5 changed files with 225 additions and 184 deletions

View file

@ -247,6 +247,7 @@ set(SOURCES
HTML/CustomElements/CustomElementName.cpp
HTML/CustomElements/CustomElementReactionNames.cpp
HTML/CustomElements/CustomElementRegistry.cpp
HTML/Dates.cpp
HTML/DecodedImageData.cpp
HTML/DocumentState.cpp
HTML/DOMParser.cpp