mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:07:44 +00:00
LibJS: Make Script.h not include AST.h
This commit is contained in:
parent
8cb6484f6c
commit
65e7c58990
3 changed files with 2 additions and 1 deletions
|
@ -184,6 +184,7 @@ class ObjectEnvironment;
|
||||||
class Parser;
|
class Parser;
|
||||||
struct ParserError;
|
struct ParserError;
|
||||||
class PrimitiveString;
|
class PrimitiveString;
|
||||||
|
class Program;
|
||||||
class PromiseCapability;
|
class PromiseCapability;
|
||||||
class PromiseReaction;
|
class PromiseReaction;
|
||||||
class PropertyAttributes;
|
class PropertyAttributes;
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
* SPDX-License-Identifier: BSD-2-Clause
|
* SPDX-License-Identifier: BSD-2-Clause
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <AK/Utf16View.h>
|
||||||
#include <LibJS/Runtime/RegExpConstructor.h>
|
#include <LibJS/Runtime/RegExpConstructor.h>
|
||||||
#include <LibJS/Runtime/RegExpLegacyStaticProperties.h>
|
#include <LibJS/Runtime/RegExpLegacyStaticProperties.h>
|
||||||
#include <LibJS/Runtime/VM.h>
|
#include <LibJS/Runtime/VM.h>
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <AK/NonnullRefPtr.h>
|
#include <AK/NonnullRefPtr.h>
|
||||||
#include <LibJS/AST.h>
|
|
||||||
#include <LibJS/Heap/GCPtr.h>
|
#include <LibJS/Heap/GCPtr.h>
|
||||||
#include <LibJS/Heap/Handle.h>
|
#include <LibJS/Heap/Handle.h>
|
||||||
#include <LibJS/ParserError.h>
|
#include <LibJS/ParserError.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue