@@ -184,6 +184,7 @@ class ObjectEnvironment;
class Parser;
struct ParserError;
class PrimitiveString;
+class Program;
class PromiseCapability;
class PromiseReaction;
class PropertyAttributes;
@@ -4,6 +4,7 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
+#include <AK/Utf16View.h>
#include <LibJS/Runtime/RegExpConstructor.h>
#include <LibJS/Runtime/RegExpLegacyStaticProperties.h>
#include <LibJS/Runtime/VM.h>
@@ -7,7 +7,6 @@
#pragma once
#include <AK/NonnullRefPtr.h>
-#include <LibJS/AST.h>
#include <LibJS/Heap/GCPtr.h>
#include <LibJS/Heap/Handle.h>
#include <LibJS/ParserError.h>