1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:27:45 +00:00

LibJS: Move PromiseCapability into its own cpp/h file

This is not strictly connected to PromiseReaction in any way.
Preparation before doing some actual work on it :^)
This commit is contained in:
Linus Groh 2022-10-02 10:59:22 +01:00
parent 4986fa262c
commit c2326ec95a
25 changed files with 175 additions and 144 deletions

View file

@ -7,8 +7,6 @@
#pragma once
#include <LibJS/Forward.h>
#include <LibJS/Runtime/PromiseReaction.h>
#include <LibJS/Runtime/Value.h>
#include <LibJS/SafeFunction.h>
#include <LibWeb/Forward.h>