1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 11:28:11 +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

@ -25,6 +25,7 @@ source_set("HTML") {
"CloseEvent.cpp",
"DOMParser.cpp",
"DOMStringMap.cpp",
"Dates.cpp",
"DecodedImageData.cpp",
"DocumentState.cpp",
"ErrorEvent.cpp",