Skip to content

Commit

Permalink
fixup! Implement NodeJsCompatModule type
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell committed Apr 28, 2023
1 parent 9898366 commit 214cebe
Show file tree
Hide file tree
Showing 6 changed files with 276 additions and 262 deletions.
170 changes: 0 additions & 170 deletions src/workerd/api/node/context.c++

This file was deleted.

88 changes: 0 additions & 88 deletions src/workerd/api/node/context.h

This file was deleted.

3 changes: 0 additions & 3 deletions src/workerd/api/node/node.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#include "async-hooks.h"
#include "buffer.h"
#include "context.h"
#include "crypto.h"
#include <workerd/jsg/jsg.h>
#include <workerd/jsg/modules.h>
Expand Down Expand Up @@ -61,8 +60,6 @@ void registerNodeJsCompatModules(
}

#define EW_NODE_ISOLATE_TYPES \
api::node::NodeJsModuleObject, \
api::node::NodeJsModuleContext, \
api::node::CompatibilityFlags, \
EW_NODE_BUFFER_ISOLATE_TYPES, \
EW_NODE_CRYPTO_ISOLATE_TYPES, \
Expand Down
Loading

0 comments on commit 214cebe

Please # to comment.