diff --git a/Userland/Libraries/LibJS/CyclicModule.h b/Userland/Libraries/LibJS/CyclicModule.h index 55ce09ffdc..813b8c16dc 100644 --- a/Userland/Libraries/LibJS/CyclicModule.h +++ b/Userland/Libraries/LibJS/CyclicModule.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2022, David Tuin + * Copyright (c) 2023, networkException * * SPDX-License-Identifier: BSD-2-Clause */ @@ -12,6 +13,7 @@ namespace JS { enum class ModuleStatus { + New, Unlinked, Linking, Linked,