mirror of
https://github.com/RGBCube/serenity
synced 2025-07-23 19:27:43 +00:00
LibJS: Make AsyncGenerator not include AsyncGeneratorRequest.h
This commit is contained in:
parent
58feae8b60
commit
9ff02ad42c
3 changed files with 2 additions and 1 deletions
|
@ -147,6 +147,7 @@ namespace JS {
|
||||||
|
|
||||||
class ASTNode;
|
class ASTNode;
|
||||||
class Accessor;
|
class Accessor;
|
||||||
|
struct AsyncGeneratorRequest;
|
||||||
class BigInt;
|
class BigInt;
|
||||||
class BoundFunction;
|
class BoundFunction;
|
||||||
class Cell;
|
class Cell;
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
#include <LibJS/Runtime/AsyncGenerator.h>
|
#include <LibJS/Runtime/AsyncGenerator.h>
|
||||||
#include <LibJS/Runtime/AsyncGeneratorPrototype.h>
|
#include <LibJS/Runtime/AsyncGeneratorPrototype.h>
|
||||||
|
#include <LibJS/Runtime/AsyncGeneratorRequest.h>
|
||||||
#include <LibJS/Runtime/GlobalObject.h>
|
#include <LibJS/Runtime/GlobalObject.h>
|
||||||
|
|
||||||
namespace JS {
|
namespace JS {
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <AK/Variant.h>
|
#include <AK/Variant.h>
|
||||||
#include <LibJS/Runtime/AsyncGeneratorRequest.h>
|
|
||||||
#include <LibJS/Runtime/ExecutionContext.h>
|
#include <LibJS/Runtime/ExecutionContext.h>
|
||||||
#include <LibJS/Runtime/Object.h>
|
#include <LibJS/Runtime/Object.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue