1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:17:35 +00:00
serenity/Userland
Idan Horowitz d5f637fa21 LibJS: Do not parse async methods with a new line after the "async"
This was already checked in normal function expressions, but was
missing for Object Expressions.
2021-11-10 18:11:26 +00:00
..
Applets LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
Applications SoundPlayer: Fix stack-use-after-scope when playing file in loop mode 2021-11-08 16:34:03 -08:00
Demos LibGfx: Use ErrorOr<T> for Bitmap::try_create() 2021-11-08 00:35:27 +01:00
DevTools Everywhere: Move shared library checks into a common function 2021-11-10 14:42:49 +01:00
DynamicLoader Toolchain+Meta: Update LLVM version to 13.0.0 2021-10-17 17:09:58 +01:00
Games LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file() 2021-11-08 00:35:27 +01:00
Libraries LibJS: Do not parse async methods with a new line after the "async" 2021-11-10 18:11:26 +00:00
Services LibSQL: Add current statement to the ExecutionContext 2021-11-10 14:47:49 +01:00
Shell Shell: Replace Result<T, E> use with ErrorOr<T> 2021-11-08 00:35:27 +01:00
Utilities Utilities: tar: Always create parent directory when extracting 2021-11-10 14:48:20 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00