1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:37:34 +00:00

LibJS: Implement Unicode aware String.prototype.to{Upper,Lower}Case

This commit is contained in:
Timothy Flynn 2021-07-25 15:17:38 -04:00 committed by Linus Groh
parent 98d8274040
commit 2e3a5b884c
4 changed files with 30 additions and 9 deletions

View file

@ -165,4 +165,4 @@ set(SOURCES
)
serenity_lib(LibJS js)
target_link_libraries(LibJS LibM LibCore LibCrypto LibRegex LibSyntax)
target_link_libraries(LibJS LibM LibCore LibCrypto LibRegex LibSyntax LibUnicode)